https://github.com/lytexdev/lytex.dev
🔺 lytex.dev: My personal blog website 🔻
https://github.com/lytexdev/lytex.dev
blog flask lytex personal-website
Last synced: 10 months ago
JSON representation
🔺 lytex.dev: My personal blog website 🔻
- Host: GitHub
- URL: https://github.com/lytexdev/lytex.dev
- Owner: lytexdev
- License: cc0-1.0
- Created: 2024-11-05T22:51:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T10:20:28.000Z (about 1 year ago)
- Last Synced: 2025-04-07T10:33:54.405Z (about 1 year ago)
- Topics: blog, flask, lytex, personal-website
- Language: CSS
- Homepage: https://lytex.dev
- Size: 1.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lytex.dev
## Overview
My personal blog website [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**
```bash
docker-compose up -d
```
## Usage
#### Add a new blog:
```bash
./blog add 'Title' 'Chapter/ArticleName' 'Markdown/File/Path' ['Author1, Author2']
```
#### Delete a blog:
```bash
./blog delete
```
## License
This project is licensed under the Creative Commons Legal Code License. See the [LICENSE](LICENSE) file for details.