My Blog
  • Python 74.5%
  • Makefile 25.5%
Find a file
2024-12-26 21:27:47 +01:00
content upd link 2024-02-11 10:47:56 +01:00
.gitignore foxmask.eu.org 2023-12-27 15:40:59 +01:00
Makefile article de l'année 2020-05-01 22:20:42 +02:00
pelicanconf.py upd masto link 2024-12-26 21:27:47 +01:00
publishconf.py foxmask.eu.org 2023-12-27 15:40:59 +01:00
README.md foxmask.eu.org 2023-12-27 15:40:59 +01:00
requirements.txt foxmask.eu.org 2023-12-27 15:40:59 +01:00
tasks.py Article de l'année:P 2020-05-01 22:11:08 +02:00

foxmask

My Blog with pelican providing RSS/ATOM

## Installation

python3 -m venv foxmask.eu.org
cd $_
source bin/activate
git clone https://github.com/foxmask/foxmask.github.io
git clone https://github.com/foxmask/foxmask_blog
cd foxmask_blog
pip install -r requirements.txt

git clone https://github.com/alexandrevicenzi/Flex
pelican-themes -s $PWD/Flex

Ready to create blog post ;)

For that, go to that link and enjoy a new post ;)

or add content into foxmask_blog/content then enter make html

the Makefile use the path ../foxmask.github.io/ to add content there

Theme used: Flex

https://pelicanthemes.com/Flex/