diff options
| -rw-r--r-- | content/gemtext/index.gmi | 9 | ||||
| -rw-r--r-- | content/html/index.html | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/content/gemtext/index.gmi b/content/gemtext/index.gmi index 0febd0a3..207fc4d9 100644 --- a/content/gemtext/index.gmi +++ b/content/gemtext/index.gmi @@ -25,9 +25,16 @@ I have also compiled a list of resources which made an impact on me: => ./resources.gmi List of resources -## Blog posts +## Personal blog English is not my mother tongue. So please ignore any errors you might encounter. +### Stay updated + +=> gemini://buetow.org/gemfeed/atom.xml Gemini Atom Feed +=> http://buetow.org/gemfeed/atom.xml HTTP Atom Feed + +### Posts + => ./gemfeed/2021-04-24-welcome-to-the-geminispace.gmi 2021-04-24 Welcome to the Geminispace => ./gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.gmi 2021-04-22 DTail - The distributed log tail program diff --git a/content/html/index.html b/content/html/index.html index 6000fa05..63428ce3 100644 --- a/content/html/index.html +++ b/content/html/index.html @@ -34,8 +34,12 @@ li { color: #98be65; } <a class="textlink" href="./contact-information.html">Contact information</a><br /> <p>I have also compiled a list of resources which made an impact on me:</p> <a class="textlink" href="./resources.html">List of resources</a><br /> -<h2>Blog posts</h2> +<h2>Personal blog</h2> <p>English is not my mother tongue. So please ignore any errors you might encounter.</p> +<h3>Stay updated</h3> +<a class="textlink" href="gemini://buetow.org/gemfeed/atom.xml">Gemini Atom Feed</a><br /> +<a class="textlink" href="http://buetow.org/gemfeed/atom.xml">HTTP Atom Feed</a><br /> +<h3>Posts</h3> <a class="textlink" href="./gemfeed/2021-04-24-welcome-to-the-geminispace.html">2021-04-24 Welcome to the Geminispace</a><br /> <a class="textlink" href="./gemfeed/2021-04-22-dtail-the-distributed-log-tail-program.html">2021-04-22 DTail - The distributed log tail program</a><br /> </body> |
