This branch is 245 commits behind Decentrala/website:master
2023-08-07 13:30:11 +02:00
2023-05-05 12:55:05 +02:00
2023-07-22 22:10:38 +02:00
2023-07-31 15:39:00 +02:00
2023-08-06 12:18:34 +02:00
2023-08-07 17:05:30 +02:00
2023-08-08 17:11:26 +02:00
2023-06-13 17:17:34 +02:00

Decentrala

Redisign of dmz.rs .

Build site

Run

python atom_gen.py
python prep.py
python build_pages.py

Complete website will be contained in site/. You can copy this to server.

Development server

To start a development server, first build site, then run (possibly with sudo)

nginx -p . -c nginx.dev.conf

To stop it:

nginx -p . -s stop

TODO:

  • create page builder
  • create blogging system
  • create xmpp bot that connects to events section.
  • webring system
    • make page
    • populate page
  • make english version (localisation)
Description
Websites hosted at dmz.rs and decentrala.org
Readme 2.4 MiB
Languages
HTML 35.6%
Python 32.5%
CSS 22.7%
JavaScript 9.2%