Misc stuff, about page works

This commit is contained in:
2020-07-14 18:51:03 +01:00
parent 7656d39010
commit 376897b7c0
441 changed files with 158 additions and 319 deletions

18
content/about.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "About This Website"
menu:
main:
name: "About"
---
# Technology
Made with {{< icon icon="heart" color="red" >}} & [Hugo](https://gohugo.io/). I now use a self-hosted Gitea and NGINX instance.
Previously built with [Jekyll](https://jekyllrb.com). Previously hosted by [GitHub Pages](https://pages.github.com/).
# Static Sites
I like static sites for many of the same reasons that other people like them - in particular, that they are content first and very open to if not built around the idea that your content is in version control. The reason I've moved here rather than continuing to use Medium is that I want to control my content, even if exposure and interaction will be more difficult.
These days I spend a lot more time faffing with build systems and the like but its all useful experience I suppose!