M index.html => index.html +9 -1
@@ 1,4 1,12 @@
---
layout: layouts/base.njk
---
-<content>Hello</content>
+<a>Hello</a>
+
+<div id="about">
+ <h4 id="about" class="headerblack">biography & about me: <a href="/positions/personal">link</a></h4>
+</div>
+
+<div id="projects">
+ <h4 class="headerblack">projects: <a href="/projects/">link</a></h4>
+</div>
M posts/2022-10-27-hello-world.md => posts/2022-10-27-hello-world.md +1 -1
@@ 3,7 3,7 @@ layout: layouts/post.njk
title: Hello, World!
id: hello-world.md
date: 2022-10-27
-author: John Doe
+author: chrono
tags: ['blog']
---