]> git.somenet.org - somenet/www-somenet-org.git/commit
Pelican base page setup with base-content + theme.
authorSomeone <someone@somenet.org>
Fri, 28 Oct 2022 08:29:15 +0000 (10:29 +0200)
committerSomeone <someone@somenet.org>
Fri, 28 Oct 2022 08:29:15 +0000 (10:29 +0200)
commit241d41be7e8c9afe7e6f2f9b7e446f1bd5eeba7c
tree465c2a5748d89235774edccdbb21f91bbaa84661
parente8c2eccd3e794bdba709054760b5e90061eb2dfd
Pelican base page setup with base-content + theme.
48 files changed:
Makefile [new file with mode: 0644]
content/irc.md [new file with mode: 0644]
content/irc_help.md [new file with mode: 0644]
content/irc_help_op.md [new file with mode: 0644]
content/ntp.md [new file with mode: 0644]
content/pages/index.md [new file with mode: 0644]
content/static/robots.txt [new file with mode: 0644]
pelicanconf.py [new file with mode: 0644]
plugins/.gitkeep [new file with mode: 0644]
plugins/summary.py [new file with mode: 0644]
publishconf.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
theme/LICENSE.txt [new file with mode: 0644]
theme/README.rst [new file with mode: 0644]
theme/preview.png [new file with mode: 0644]
theme/static/css/bootstrap-responsive.min.css [new file with mode: 0644]
theme/static/css/bootstrap.min.css [new file with mode: 0644]
theme/static/css/font-awesome.css [new file with mode: 0644]
theme/static/css/pygments.css [new file with mode: 0644]
theme/static/font/fontawesome-webfont.eot [new file with mode: 0644]
theme/static/font/fontawesome-webfont.svg [new file with mode: 0644]
theme/static/font/fontawesome-webfont.svgz [new file with mode: 0644]
theme/static/font/fontawesome-webfont.ttf [new file with mode: 0644]
theme/static/font/fontawesome-webfont.woff [new file with mode: 0644]
theme/static/img/glyphicons-halflings-white.png [new file with mode: 0644]
theme/static/img/glyphicons-halflings.png [new file with mode: 0644]
theme/static/img/grey.png [new file with mode: 0644]
theme/static/img/grey_2x.png [new file with mode: 0644]
theme/static/js/autosidebar.js [new file with mode: 0644]
theme/static/js/bootstrap.min.js [new file with mode: 0644]
theme/static/js/jquery-1.7.2.min.js [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/article_infos.html [new file with mode: 0644]
theme/templates/author.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/comments.html [new file with mode: 0644]
theme/templates/footer.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/pagination.html [new file with mode: 0644]
theme/templates/search_sidebar.html [new file with mode: 0644]
theme/templates/sidebar.html [new file with mode: 0644]
theme/templates/tag.html [new file with mode: 0644]
theme/templates/taglist.html [new file with mode: 0644]
theme/templates/tags.html [new file with mode: 0644]