summaryrefslogtreecommitdiffstats
path: root/src/journal/3-atom-feed.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/3-atom-feed.rst')
-rw-r--r--src/journal/3-atom-feed.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/journal/3-atom-feed.rst b/src/journal/3-atom-feed.rst
index 77da8d3..a889e4c 100644
--- a/src/journal/3-atom-feed.rst
+++ b/src/journal/3-atom-feed.rst
@@ -4,11 +4,13 @@
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.
+.. role:: sc
+
+:sc:`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.