diff --git a/config.yaml b/config.yaml index f16c4feb..fc1b9656 100644 --- a/config.yaml +++ b/config.yaml @@ -51,18 +51,18 @@ menu: - name: Contact url: /contact weight: 1 + - name: Posts + url: / + weight: 2 - name: About url: /about - weight: 2 - - name: Git - url: https://git.davegallant.ca/explore/repos weight: 3 - name: RSS url: /index.xml - weight: 4 + weight: 5 - name: Credits url: /credits - weight: 5 + weight: 6 permalinks: post: "/blog/:year/:month/:day/:slug/" diff --git a/content/contact.md b/content/contact.md index 771288b1..c6d63d63 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,11 +3,11 @@ title: "Contact" draft: false --- -| Connect with me using any the following methods: | -| ------------------------------------------------ | -| [me@davegallant.ca](mailto:me@davegallant.ca) | -| | -| | -| | -| | -| | +| Connect with me using the following methods: | +| --------------------------------------------- | +| [me@davegallant.ca](mailto:me@davegallant.ca) | +| | +| | +| | +| | +| | diff --git a/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/critical/25-layout.css b/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/critical/25-layout.css index 3b6aaa5e..eb6545bc 100644 --- a/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/critical/25-layout.css +++ b/themes/github.com/davegallant/hugo-theme-gruvbox/assets/css/critical/25-layout.css @@ -13,7 +13,7 @@ main { display: grid; grid-area: main; grid-template-areas: "empty content sidebar"; - grid-template-columns: 2fr minmax(0, 960px) 2fr; + grid-template-columns: 2fr minmax(0, 860px) 2fr; } header {