blob: 6b52a03965cb3f9056127a0451f179aee2967244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.
|
ArKa projects. All rights to me, and your next child right arm.