README.md 1.1 KB

peers template

About

This contains the official repository of the ssg template for the Peers website, currently made for pelican. Other versions to possibly follow in the future.

Other members, please add your names to the License after making contributions.

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...

Usage

The SITEURL variable has been removed from explicit use in the pelican template. Pelican still uses SITEURL implicitly, so the following will work:

SITEURL=""
SiteProtoDomainTLD="//domain.tld"

Notable Legacy Build Info

cp peers/ peers-template/
\# removed everything except the .gitignore file
git commit -a -m "pre-filter process"
git filter-branch --index-filter \
"git rm --cached -qr -- . && git reset -q  eca8c9f11762c77f0b4e3f3bf2927fb547d41386 -- themes .gitignore LICENSE.md LICENSE_agpl.txt README.md"