summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>