No Description

zPlus 1c5646c40b Add a class for vartical alignment of img tags. 5 years ago
themes 1c5646c40b Add a class for vartical alignment of img tags. 5 years ago
.gitignore 5ad7acd8b4 This fixes a build bug that broke the menu when upgrading from pelican 3.6.3 to 3.7.1. This newer version of pelican has more sensitive var scopes, apparently. 6 years ago
LICENSE.md 81c3f36b5e initial commit 9 years ago
LICENSE_agpl.txt 81c3f36b5e initial commit 9 years ago
README.md bd0a89954a Replaced all explicit references to SITEURL in the templates. 5 years ago

README.md

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"