diff --git a/config.yaml b/config.yaml index ba1897b3..0a9064f8 100644 --- a/config.yaml +++ b/config.yaml @@ -48,9 +48,12 @@ params: menu: main: + - name: About + url: /about + weight: 1 - name: RSS url: /index.xml - weight: 1 + weight: 2 permalinks: post: "/blog/:year/:month/:day/:slug/" diff --git a/content/about.md b/content/about.md new file mode 100644 index 00000000..ef262cd6 --- /dev/null +++ b/content/about.md @@ -0,0 +1,16 @@ +--- +title: "About" +draft: false +--- + +Connect with me using any the following methods: + +- Email: +- LinkedIn: +- Mastodon: +- GitHub: +- RSS Feed: + +## Credits + +This website is generated using [hugo](https://gohugo.io/) and the theme is a modified version of [hugo-theme-gruvbox](https://github.com/schnerring/hugo-theme-gruvbox). My general rule of thumb is to look for a gruvbox theme for most of the software I use since it delivers such a pleasant experience for the eyes.