From 3cd56b234029cbebea177f32c6d531338334ec40 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 12:32:06 +0100 Subject: Add about me page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- entries.json | 6 ++++++ entries/about.rst | 12 ++++++++++++ templates/layout.html | 1 + 3 files changed, 19 insertions(+) create mode 100644 entries/about.rst diff --git a/entries.json b/entries.json index 2c8c3eb..f1339b9 100644 --- a/entries.json +++ b/entries.json @@ -1,4 +1,10 @@ [ + { + "title": "About me", + "date": "2016-11-15", + "file": "about", + "published": "False" + }, { "title": "New blog!", "date": "2016-11-12", diff --git a/entries/about.rst b/entries/about.rst new file mode 100644 index 0000000..fc223d0 --- /dev/null +++ b/entries/about.rst @@ -0,0 +1,12 @@ +Hey there, welcome to my blog! + +It’s a bit barren around here right now as I’m in the process of redoing this thing from scratch, and to be honest I’ll most likely not be writing anything interesting here later either, nor particularly frequently. But feel free to contact me if you have any questions or comments! + + +Contact +======= + +* IRC: You can find me on various IRC networks, most commonly as ``demize``. +* EMail: `^_^@kyriasis.com `_. +* Twitter: I don’t use twitter very much, but you can find me at `@kyriasis `_. +* Gale: If you for some reason use Gale, you can contact me at ``kyrias@kyriasis.com`` diff --git a/templates/layout.html b/templates/layout.html index dc1507a..3de91d5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -69,6 +69,7 @@ footer ul#contact-info li { -- cgit v1.2.3-54-g00ecf