From d9514f24917f754b243eb7e5c509c62275a1e194 Mon Sep 17 00:00:00 2001 From: max/sooulix Date: Fri, 5 Jul 2024 01:43:27 +0200 Subject: [PATCH] [readme] necessary commands --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd5efcf --- /dev/null +++ b/README.md @@ -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 +```