all repos — website @ f2daaeb2fd0114831c995fd2b48baf201364dc92

My website

Add about section

Alan Pearce
commit

f2daaeb2fd0114831c995fd2b48baf201364dc92

parent

1938abbd1516e775448af7e9bca58a0a09809270

2 files changed, 7 insertions(+), 0 deletions(-)

changed files
A 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.
M layouts/index.htmllayouts/index.html
@@ -1,6 +1,9 @@
{{ partial "head.html" . }} <body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}"> <main class="content container" role="main"> + <section class="about"> + {{ .Content }} + </section> <section class="recent"> <h2>Recent Posts</h2> <ul class="posts">