diff options
author | tdback <tyler@tdback.net> | 2024-12-21 15:41:18 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2024-12-21 15:41:18 -0500 |
commit | 0e701e59fd56ed4cba46df58781025c434bcf6cb (patch) | |
tree | 8100dadefa3db6b5cc2632dfaaf92a5d2b4dd197 /content/posts/switching-to-hugo-one/index.md | |
parent | ca6ba2804b23f102e6a441e35216128225c35c1e (diff) |
fix: typo and link
Diffstat (limited to 'content/posts/switching-to-hugo-one/index.md')
-rw-r--r-- | content/posts/switching-to-hugo-one/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/switching-to-hugo-one/index.md b/content/posts/switching-to-hugo-one/index.md index c01fa7b..1217434 100644 --- a/content/posts/switching-to-hugo-one/index.md +++ b/content/posts/switching-to-hugo-one/index.md @@ -42,8 +42,8 @@ While I've traditionally thrown my site's index.html file onto GitHub Pages and/or Codeberg Pages, as a hobbyist self-hoster I'd be doing an injustice by not hosting the server on my own hardware. While I would encourage others to take advantage of free static site hosting services such as -[Codeberg Pages](https://codeberg.page/), I've found that I quite enjoy the -responsiblities, challenges, and learning opportunities associated with +[GitHub Pages](https://pages.github.com/), I've found that I quite enjoy the +responsibilities, challenges, and learning opportunities associated with self-hosting. ## Closing Thoughts |