Files
ArKa-Blog/README.md

780 B

ArKa-Blog


This repository contains my blog.

This blog is generated from markdown files and thanks to my BlogGenerator

Moreover a XML file is created for Atom / RSS flux.

This blog contains a tag system, usefull to sort articles, a light / dark mode and a language system.

Files generation

To generate html files and atom feed, you will need to go in the BlogGenerator/ directory. And after installing dependencies and configured the .env file, run the generator.py.

source .venv/bin/activate
.venv/bin/python3 generator.py

Credits

This project was inspired by the blog generator made by Ploum, thanks to him for his work.