Go to file
max/sooulix 345304a615 [theme] theme est maintenant un lien 2024-07-07 19:53:06 +02:00
content [pages] about et links 2024-07-07 19:41:56 +02:00
pelican-plugins [sub] plugin pelican-toc 2024-07-04 19:55:48 +02:00
theme [theme] theme est maintenant un lien 2024-07-07 19:53:06 +02:00
.gitignore initial commit 2024-07-04 20:01:35 +02:00
.gitmodules [sub] plugin pelican-toc 2024-07-04 19:55:48 +02:00
Makefile initial commit 2024-07-04 20:01:35 +02:00
README.md [readme] necessary commands 2024-07-05 01:43:27 +02:00
pelicanconf.py [conf] DISPLAY_PAGES_ON_MENU=true 2024-07-07 19:47:58 +02:00
publishconf.py initial commit 2024-07-04 20:01:35 +02:00
requirements.txt requirements.txt 2024-07-04 20:01:42 +02:00
tasks.py initial commit 2024-07-04 20:01:35 +02:00

README.md

Dependencies

pip install -r requirements.txt

# archlinux aura

aura -A stork

Rebuild theme

git clone ssh://gitea@gitea.gitu.be:2222/masq/pelican-papyrus.git
cd pelican-papyrus
yarn install
yarn prod
cp -rft ../theme/ ./templates/ ./static/

Update website

pelican content

Serve locally

pelican --listen