Add templates and update gitignore

This commit is contained in:
Vladan Popovic 2019-08-22 16:59:23 +02:00
parent 347a3079a2
commit cbffdef6b4
4 changed files with 22 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
*.pdf
*.html
.tox
build

View File

@ -0,0 +1,5 @@
<br />
<a class='atom' href="{{ blog_baseurl }}/blog/atom.xml">
<img src="/_static/rss-icon.svg" />
</a>
<br />

View File

@ -0,0 +1,13 @@
{# footer.html #}
<footer class="t-foot">
{% trans path=pathto('copyright'), copyright=copyright|e %}
<a href="https://creativecommons.org/publicdomain/mark/1.0/">
<span class="cc0">&copy;</span>
</a>
<a href="{{ path }}">{{ copyright }}</a> .
{% endtrans %}
<br>
A customized
<a href="https://typlog.com/">typlog</a>
<a href="https://github.com/typlog/sphinx-typlog-theme">sphinx theme</a>.
</footer>

View File

@ -0,0 +1,4 @@
{# layout.html #}
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/pygments.css'] %}