zPlus 1c5646c40b Add a class for vartical alignment of img tags. | 6 роки тому | |
---|---|---|
themes | 6 роки тому | |
.gitignore | 6 роки тому | |
LICENSE.md | 9 роки тому | |
LICENSE_agpl.txt | 9 роки тому | |
README.md | 6 роки тому |
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.
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...
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"
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"