summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-15 12:32:06 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-15 12:32:19 +0100
commit3cd56b234029cbebea177f32c6d531338334ec40 (patch)
tree4c716540a435f60038c9b32b9b73d96a04c470eb
parent0c6a901fc75b04405f400a4dc42dafa71c445021 (diff)
downloadkyblo-3cd56b234029cbebea177f32c6d531338334ec40.tar.xz
Add about me page
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--entries.json6
-rw-r--r--entries/about.rst12
-rw-r--r--templates/layout.html1
3 files changed, 19 insertions, 0 deletions
diff --git a/entries.json b/entries.json
index 2c8c3eb..f1339b9 100644
--- a/entries.json
+++ b/entries.json
@@ -1,5 +1,11 @@
[
{
+ "title": "About me",
+ "date": "2016-11-15",
+ "file": "about",
+ "published": "False"
+ },
+ {
"title": "New blog!",
"date": "2016-11-12",
"file": "new-blog"
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 <mailto:^_^@kyriasis.com>`_.
+* Twitter: I don’t use twitter very much, but you can find me at `@kyriasis <https://twitter.com/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 {
<ul>
<li><a href="index.html">index</a></li>
<li><a href="archive.html">archive</a></li>
+ <li><a href="about.html">about</a></li>
</ul>
</nav>
</header>