diff --git a/.gitignore b/.gitignore index 6ddeec9..14a1bfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -*.pdf -*.html .tox build diff --git a/source/_templates/atom.html b/source/_templates/atom.html new file mode 100644 index 0000000..a5eeec6 --- /dev/null +++ b/source/_templates/atom.html @@ -0,0 +1,5 @@ +
+ + + +
diff --git a/source/_templates/footer.html b/source/_templates/footer.html new file mode 100644 index 0000000..ce0ecfb --- /dev/null +++ b/source/_templates/footer.html @@ -0,0 +1,13 @@ +{# footer.html #} + diff --git a/source/_templates/layout.html b/source/_templates/layout.html new file mode 100644 index 0000000..381220c --- /dev/null +++ b/source/_templates/layout.html @@ -0,0 +1,4 @@ +{# layout.html #} +{% extends "!layout.html" %} + +{% set css_files = css_files + ['_static/pygments.css'] %}