Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lytexdev/lytex
🔴 lytex.dev: Personal website with blog posts 🔴
https://github.com/lytexdev/lytex
blog flask lytex personal-website
Last synced: 4 days ago
JSON representation
🔴 lytex.dev: Personal website with blog posts 🔴
- Host: GitHub
- URL: https://github.com/lytexdev/lytex
- Owner: lytexdev
- License: cc0-1.0
- Created: 2024-11-05T22:51:53.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T20:51:53.000Z (6 days ago)
- Last Synced: 2024-11-07T21:34:46.959Z (6 days ago)
- Topics: blog, flask, lytex, personal-website
- Language: HTML
- Homepage: https://lytex.dev
- Size: 1.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lytex
## Overview
Personal website built with Flask, featuring blog posts: [lytex.dev](https://lytex.dev)## Installation
### Prerequisites
- docker-compose**Clone the repository**
```bash
git clone https://github.com/lytexdev/lytex.git
cd lytex
```**Build and run the Docker image**
```bash
# with docker-compose-v2
docker compose up -d# with docker-compose-v1
docker-compose up -d
```
By default it runs on port 8999## Usage
#### Add a new blog:
```bash
docker exec -it lytex-web-1 sh -c "./blog add 'Title' 'Chapter/ArticleName' 'Markdown Path' ['Author1, Author2']"
```
#### Delete a blog:
```bash
docker exec -it lytex-web-1 sh -c "./blog delete "
```## License
This project is licensed under the Creative Commons Legal Code License. See the [LICENSE](LICENSE) file for details.