Initial release, with placeholder content and basic styling
authorRuben Rodriguez <ruben@gnu.org>
Tue, 13 Dec 2022 16:57:16 +0000 (17:57 +0100)
committerRuben Rodriguez <ruben@gnu.org>
Tue, 13 Dec 2022 16:57:16 +0000 (17:57 +0100)
commit5668adefbab4c33a36a57d20a8dd14dfd4671e32
tree80a1029480ab5b57eed127b2c90c9e34cbc33479
Initial release, with placeholder content and basic styling
46 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
content/2018.md [new file with mode: 0644]
content/images/test.jpg [new file with mode: 0644]
output/author/free-software-foundation.html [new file with mode: 0644]
output/fy2018.html [new file with mode: 0644]
output/images/derivatives/article-image/test.jpg [new file with mode: 0644]
output/images/fa2018.png [new file with mode: 0644]
output/images/test.jpg [new file with mode: 0644]
output/index.html [new file with mode: 0644]
output/theme/css/b-side-base.css [new file with mode: 0644]
output/theme/css/b-side-post.css [new file with mode: 0644]
output/theme/css/b-side-wide.css [new file with mode: 0644]
output/theme/fsf-logo.svg [new file with mode: 0644]
pelicanconf.py [new file with mode: 0644]
plugins/comment.py [new file with mode: 0644]
plugins/matplotlib.py [new file with mode: 0644]
theme/LICENSE [new file with mode: 0644]
theme/static/css/b-side-base.css [new file with mode: 0644]
theme/static/css/b-side-post.css [new file with mode: 0644]
theme/static/css/b-side-wide.css [new file with mode: 0644]
theme/static/fsf-logo.svg [new file with mode: 0644]
theme/templates/archives.html [new file with mode: 0644]
theme/templates/article.html [new file with mode: 0644]
theme/templates/author.html [new file with mode: 0644]
theme/templates/authors.html [new file with mode: 0644]
theme/templates/base.html [new file with mode: 0644]
theme/templates/categories.html [new file with mode: 0644]
theme/templates/category.html [new file with mode: 0644]
theme/templates/index.html [new file with mode: 0644]
theme/templates/page.html [new file with mode: 0644]
theme/templates/partials/body-footer.html [new file with mode: 0644]
theme/templates/partials/body-header.html [new file with mode: 0644]
theme/templates/partials/head-meta.html [new file with mode: 0644]
theme/templates/partials/head-rss.html [new file with mode: 0644]
theme/templates/partials/head-style-base.html [new file with mode: 0644]
theme/templates/partials/head-style-post.html [new file with mode: 0644]
theme/templates/partials/head-style-wide.html [new file with mode: 0644]
theme/templates/partials/pagination.html [new file with mode: 0644]
theme/templates/partials/summ-terms.html [new file with mode: 0644]
theme/templates/period_archives.html [new file with mode: 0644]
theme/templates/summary.html [new file with mode: 0644]
theme/templates/tag.html [new file with mode: 0644]
theme/templates/tags.html [new file with mode: 0644]