Slixfeed Publication
Go to file
2024-06-04 13:29:52 +02:00
images Uploaded favicon.ico 2024-06-04 05:23:04 +02:00
posts Add a link to Profanity chat client 2024-06-04 12:59:08 +03:00
conf.py favicon 16x16 2024-06-04 05:21:00 +02:00
README.md Update README.md 2024-05-24 14:56:02 +02:00

Slixfeed Publication

About

This repository contains the official Slixfeed Publication: https://slixfeed.woodpeckersnest.space/

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 uses Nikola as a static site generator.

To generate the site, execute the following command inside the repositpry 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/slixfeed.woodpeckersnest.space.git
git push -u origin main