diff options
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/3-atom-feed.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/journal/3-atom-feed.rst b/src/journal/3-atom-feed.rst new file mode 100644 index 0000000..17fbaa7 --- /dev/null +++ b/src/journal/3-atom-feed.rst @@ -0,0 +1,17 @@ +.. frontmatter + title: Atom feed + date: 2014-10-20 + author: Johannes Löthberg + author_link: /~kyrias/about.html + +Added an atom generator thingy to ``bupa``, (short for “build page”,) which is a python script I use to generate this website. The script uses docutils for parsing the body text written in reStructuredText_ and uses jinja2_ templates to stuff the body text into. The atom feed is generated using pyatom at the same time as the separate journal entry pages are written out. + +Was rather easy to do, tho I’m unsure if I’ll keep it since it’s rather pointless. + +A more important thing to focus on would probably be making ``bupa`` a more general script instead so there’s less duplication maybe.. Especially since the theos_ website is also built using a copy of the same script, but slightly modified. + +co'o + +.. _reStructuredText: http://docutils.sourceforge.net/rst.html +.. _jinja2: http://jinja.pocoo.org/ +.. _theos: https://theos.kyriasis.com/ |