about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-08-29 21:37:44 +0200
committerAlan Pearce2017-08-29 21:37:44 +0200
commitf2daaeb2fd0114831c995fd2b48baf201364dc92 (patch)
treeb742fb0488c52c38758fc9ef9f4fd3a4889f5030
parent1938abbd1516e775448af7e9bca58a0a09809270 (diff)
downloadwebsite-f2daaeb2fd0114831c995fd2b48baf201364dc92.tar.lz
website-f2daaeb2fd0114831c995fd2b48baf201364dc92.tar.zst
website-f2daaeb2fd0114831c995fd2b48baf201364dc92.zip
Add about section
-rw-r--r--content/_index.md4
-rw-r--r--layouts/index.html3
2 files changed, 7 insertions, 0 deletions
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 @@
1## Hello
2Hi. My name is Alan, I currently live in Berlin, where I work as a
3Full-stack Engineer. I mostly write about Emacs and
4development-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 @@
1{{ partial "head.html" . }} 1{{ partial "head.html" . }}
2<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}"> 2<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
3 <main class="content container" role="main"> 3 <main class="content container" role="main">
4 <section class="about">
5 {{ .Content }}
6 </section>
4 <section class="recent"> 7 <section class="recent">
5 <h2>Recent Posts</h2> 8 <h2>Recent Posts</h2>
6 <ul class="posts"> 9 <ul class="posts">