From 2d93f479c59cc1698c48732caa80fe0744d57899 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 4 Jul 2023 10:51:43 +0200 Subject: Translating README in English --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 29d7f7c..24bc172 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ -# ArKaBlog +# ArKa-Blog ------ -Ce repo contient mon blog. +This repository contains my blog. -Ce blog est générer à partir de fichier markdown et est générer par mon super [générateur de blog](https://git.arka.rocks/Oxbian/BlogGenerator) +This blog is generated from markdown files and thanks to my [BlogGenerator](https://git.arka.rocks/Oxbian/BlogGenerator) -De plus un fichier xml est créer pour générer le flux atom / RSS. +Moreover a XML file is created for Atom / RSS flux. -Ce blog contient un système de tags, pratique pour se retrouver dans un grand nombre d'articles. +This blog contains a tag system, usefull to sort articles. -## Génération des fichiers +## Files generation -Afin de générer les fichiers html et le feed atom, il vous faudra aller dans le dossier BlogGenerator et avoir installé les dépendances et configurer le `.env`. Puis `python3 generator.py`. +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`. -## Crédits +```bash +source .venv/bin/activate +python3 generator.py +``` -Ce projet m'a été inspiré par le [générateur de blog](https://git.sr.ht/~lioploum/ploum.net) de [Ploum](https://ploum.net), merci à lui pour son travail remarquable. +## 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. -- cgit v1.2.3