Personal website built with Flask, featuring blog posts: lytex.dev.
- docker-compose
Clone the repository
git clone https://github.com/lytexdev/lytex.git
cd lytex
Build and run the Docker image
# with docker-compose-v2
docker compose up -d
# with docker-compose
docker-compose up -d
By default it runs on port 8999
./blog add 'Title' 'Chapter/ArticleName' 'Markdown/File/Path' ['Author1, Author2']
./blog delete <ID>
This project is licensed under the Creative Commons Legal Code License. See the LICENSE file for details.