Go to file
max/sooulix af04eb1dfc [pages] about et links 2024-07-07 19:41:56 +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 initial commit 2024-07-04 20:01:35 +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 configuration 2024-07-04 20:02:11 +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