aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--assets/main.scss2
-rw-r--r--config.toml8
-rw-r--r--content/_index.md2
-rw-r--r--content/contact/index.md2
-rw-r--r--layouts/partials/nav.html2
6 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 1ec89e9..413c177 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
This site is written using [Hugo][0], a static site generator. The web server is
hosted by [nginx][1].
-[0]: https://gohugo.io
-[1]: https://www.nginx.com
+[0]: https://gohugo.io/
+[1]: https://www.nginx.com/
### Getting Started
diff --git a/assets/main.scss b/assets/main.scss
index 47df374..7f0b3eb 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -53,7 +53,7 @@ nav {
flex-wrap: wrap;
li {
- padding-right: 2rem;
+ padding-right: 1rem;
}
}
}
diff --git a/config.toml b/config.toml
index 1162240..2dd98b9 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
baseURL = "https://huntm.net/"
-title = "Michael Hunteman"
+title = "Michael Hunteman's Website"
pygmentsUseClasses = true
[markup.goldmark.renderer]
@@ -15,8 +15,8 @@ unsafe = true
url = "/blog/"
weight = 2
[[menu.nav]]
- name = "Projects"
- url = "https://git.huntm.net"
+ name = "Software Projects"
+ url = "https://git.huntm.net/"
weight = 3
[[menu.nav]]
name = "Books"
@@ -28,5 +28,5 @@ unsafe = true
weight = 5
[[menu.nav]]
name = "Donate"
- url = "https://donate.huntm.net"
+ url = "https://donate.huntm.net/"
weight = 6
diff --git a/content/_index.md b/content/_index.md
index 4b31c14..acd2f4d 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
---
-title: Michael Hunteman
+title: Michael Hunteman's Website
---
Welcome! I created this site to share my ideas in the way the Internet was
diff --git a/content/contact/index.md b/content/contact/index.md
index 162bc83..ef36eec 100644
--- a/content/contact/index.md
+++ b/content/contact/index.md
@@ -15,4 +15,4 @@ You can also find me on [IRC][3] at [#linux][4] and a few other channels on
[3]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
[4]: https://web.libera.chat/#linux
-[5]: https://web.libera.chat
+[5]: https://web.libera.chat/
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 86719bb..a02bad4 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -4,7 +4,7 @@
src="/avatar.png"
width="128" height="128" />
</a>
- <h1>Michael Hunteman</h1>
+ <h1>Michael Hunteman's Website</h1>
<ul>
{{ range .Site.Menus.nav }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>