Skip to content
/ lytex Public

🔺 lytex.dev: Personal website with blog posts 🔻

License

Notifications You must be signed in to change notification settings

lytexdev/lytex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lytex

Overview

Personal website built with Flask, featuring blog posts: lytex.dev.

Installation

Prerequisites

  • 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

Usage

Add a new blog:

./blog add 'Title' 'Chapter/ArticleName' 'Markdown/File/Path' ['Author1, Author2']

Delete a blog:

./blog delete <ID>

License

This project is licensed under the Creative Commons Legal Code License. See the LICENSE file for details.

About

🔺 lytex.dev: Personal website with blog posts 🔻

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published