diff --git a/content/about.md b/content/about.md
index 9985d56..31280a6 100644
--- a/content/about.md
+++ b/content/about.md
@@ -3,6 +3,7 @@ title: "About This Website"
menu:
main:
name: "About Site"
+ weight: 130
---
# Technology
diff --git a/content/blog/2020-07-14-go-hugo.md b/content/blog/2020-07-14-go-hugo.md
index 50549a1..b7ce73a 100644
--- a/content/blog/2020-07-14-go-hugo.md
+++ b/content/blog/2020-07-14-go-hugo.md
@@ -11,3 +11,7 @@ I've just moved the site over from Jekyll to Hugo. Why? Because I have a growing
This all spiraled from trying to finish my build system, as these things do. Now every time I push to master in my git repo, the site will be automatically built and copied in place, which was the last piece missing for a self-hosted equivalent to GitHub Pages. Win! And I only totally FUBARed Docker once in the process...
Still very much working on the webdesign and have taken a bit of a step backwards for now, but it is functional, at least. I've ditched a theme and am handmaking the CSS, which is obviously the high effort way of doing things, but if I wasn't invested in that I would still be using Github Pages!
+
+Here's some useful posts I used in the process (as much for my reference as yours!):
+* https://alligator.io/css/collapsible/
+* https://barilaro.me/posts/automatic-static-site-with-docker/
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..84e3135
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,17 @@
+
+
+ {{ partial "head.html" . }}
+