The Schapps Site & Publication
https://schapps.woodpeckersnest.eu/
1efc50a747
Fix syntax of previous posts. |
||
---|---|---|
files | ||
images | ||
pages | ||
posts | ||
conf.py | ||
README.md |
Schapps Publication
Schapps site and publication.
About
This repository contains the official Schapps publication which is kindly sponsored by WPN, and hosted at https://schapps.woodpeckersnest.eu
Contributing
Anyone is welcome to submit code that fixes problems and improve things.
You can also submit redesigns, yet first open an issue report informing us, preferably with an example.
Building
The site utilizes Nikola as a static site generator.
To generate the site, execute the following command inside the repository directory:
nikola build
The site is generated under the directory output
.
You can also execute the following to start up a local development server:
nikola serve -b
Updating
git init
git checkout -b main
git add *
git commit -m "Description of action"
git remote add origin https://git.xmpp-it.net/sch/schapps.git
git push -u origin main