Official repository of the Peers Community website.

tulsi 7c8e930622 Add matrix link to chat to main page 6 vuotta sitten
content 7c8e930622 Add matrix link to chat to main page 6 vuotta sitten
.gitignore 4681276822 Adding another line to the recent blog post. Added the peers-template to the gitignore file until I work out submodules. Also, something since my last post has broken the nav, so consider that a bug. 6 vuotta sitten
LICENSE.md da708cc395 Updating the documentation for license and for using Sass. 9 vuotta sitten
LICENSE_agpl.txt da708cc395 Updating the documentation for license and for using Sass. 9 vuotta sitten
Makefile d0c0bad43c Rename makefile -> Makefile 6 vuotta sitten
README.md 4b51f8a6dd Add build instructions. 6 vuotta sitten
pelicanconf.py dd559c14dc DRY for some of the values in the pelicanconf.py. 7 vuotta sitten
publishconf.py fc06c5fd37 I know I said I would use a different ssg than pelican, but since I already had started working on it, I just want to save the progress. I will leave the original 'root' directory even though currently running make will put the better version in the 'output' directory. 7 vuotta sitten

README.md

About

This is the official repository of the Peers website.

Peers

The Peers Community is a community of people with a strong interest in free software and free culture.

You can talk to us on freepost, or at #peers on freenode.

License

Copyright 2015 - 2018 vaeringjar.

Code distributed under the AGPLv3+. Media distributed under the CC BY-SA 4.0.

See the LICENSE.md file for more details...

Building

Requires the peers-template.

git clone https://notabug.org/peers/peers-template
make

Localhost Testing

For example, use python's built-in web server:

make server