# ArKa-Blog ------ This repository contains my blog. This blog is generated from markdown files and thanks to my [BlogGenerator](https://git.arka.rocks/Oxbian/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`. ```bash source .venv/bin/activate .venv/bin/python3 generator.py ``` ## Credits This project was inspired by the [blog generator](https://git.sr.ht/~lioploum/ploum.net) made by [Ploum](https://ploum.net), thanks to him for his work.