Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 588 Bytes

File metadata and controls

34 lines (26 loc) · 588 Bytes

lytex.dev

Overview

My personal blog website lytex.dev.

Installation

Prerequisites

  • docker-compose

Clone the repository

git clone https://github.com/lytexdev/lytex.git
cd lytex

Build and run

docker-compose up -d

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.