The Schapps Site & Publication https://schapps.woodpeckersnest.eu/
Find a file
Schimon Jehudah, Adv. 83b44e0091 Update information and references;
Add some pages from the Gemini version of this publication.
2024-12-11 15:00:16 +02:00
files uploaded favicon.ico 2024-10-13 17:32:16 +02:00
images Uploaded favicon.ico 2024-06-04 05:23:04 +02:00
pages Update information and references; 2024-12-11 15:00:16 +02:00
posts Update information and references; 2024-12-11 15:00:16 +02:00
conf.py added files and favicon configuration 2024-10-13 17:29:34 +02:00
README.md Update information and references; 2024-12-11 15:00:16 +02:00

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