https://github.com/lc-at/lcat.dev
My personal website project. Perhaps yours too?
https://github.com/lc-at/lcat.dev
cms flask hacktoberfest personal-website python python3 python37
Last synced: 7 days ago
JSON representation
My personal website project. Perhaps yours too?
- Host: GitHub
- URL: https://github.com/lc-at/lcat.dev
- Owner: lc-at
- License: mit
- Created: 2021-06-21T17:05:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T07:43:28.000Z (3 months ago)
- Last Synced: 2026-03-04T13:45:20.077Z (3 months ago)
- Topics: cms, flask, hacktoberfest, personal-website, python, python3, python37
- Language: PHP
- Homepage: https://lcat.dev
- Size: 4.24 MB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lcat.dev
This repository contains the source code for my personal website
[lcat.dev](https://lcat.dev). Rewritten in PHP for easier deployment anywhere.
## Requirements
- PHP 8.1 or higher
- SQLite module
## Deployment
Copy the `config.example.php` file to `config.php` and edit it to your needs.
Then, run the `docs/schema.sql` file on your SQLite database. Finally, just copy
everything to your web server and you're good to go.
## License
This project is licensed under MIT License.
## Contribution
Any kind of contribution is highly appreciated.