[readme] necessary commands

This commit is contained in:
max/sooulix 2024-07-05 01:43:27 +02:00
parent 4835399060
commit d9514f2491
1 changed files with 31 additions and 0 deletions

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# 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
```