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.
|
1 year ago | |
---|---|---|
content | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
pelicanconf.py | 1 year ago | |
publishconf.py | 1 year ago | |
tasks.py | 1 year ago |
README.md
Blog Yveli.net
Pour installer, utiliser un environnement python virtuel, puis installer pelican :
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install pelican[markdown]
Pour travailler, lancer :
make devserver