Recent Posts
-
--
cgit 1.4.1
From f2daaeb2fd0114831c995fd2b48baf201364dc92 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Aug 2017 21:37:44 +0200 Subject: Add about section --- content/_index.md | 4 ++++ layouts/index.html | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..abc687c --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +## Hello +Hi. My name is Alan, I currently live in Berlin, where I work as a +Full-stack Engineer. I mostly write about Emacs and +development-related topics. diff --git a/layouts/index.html b/layouts/index.html index 18d5a7f..cbaf82b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,9 @@ {{ partial "head.html" . }}