summaryrefslogtreecommitdiffstats
path: root/src/journal/3-atom-feed.rst
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-03-24 14:55:27 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-03-24 14:55:27 +0100
commit8acec5c94ce53e574330464ba6782dbc9bdd4a13 (patch)
treedd1f0a8ae5eca6c965690eeff00871d5618e59e4 /src/journal/3-atom-feed.rst
parentd33aae6d3b4037223dbd0466e260a6ac21a9e4e7 (diff)
downloadwebsite-8acec5c94ce53e574330464ba6782dbc9bdd4a13.tar.xz
Add small caps to the first 5 words of journal entries
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.