Le Blog d'un *Geekus biologicus* juvénile.
https://blog.samuel.ortion.fr/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.vscode | 4 months ago | |
content | 3 months ago | |
themes/Flex | 3 months ago | |
.gitignore | 8 months ago | |
.gitmodules | 3 months ago | |
LICENSE | 9 months ago | |
Makefile | 9 months ago | |
README.md | 4 months ago | |
pelicanconf.py | 3 months ago | |
publishconf.py | 8 months ago | |
requirements.txt | 3 months ago | |
sync.sh | 9 months ago | |
tasks.py | 9 months ago |
README.md
blog.samuel.ortion.fr
A blog of a Juvenile Geekus biologicus, by Samuel ORTION.
Repository for the blog source code and content, built with Pelican.
Setup
Clone
git clone --recurse-submodules ssh://gitea@forge.chapril.org:222/UncleSamulus/blog.git
Install Python dependencies
nb. You should use a virtual environment.
pip install -r requirements.txt
Render
make html
Sync to remote
./sync.sh
Here it is, the blog is up to date!