diff options
author | tdback <tyler@tdback.net> | 2025-03-11 19:46:10 -0400 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-03-11 19:46:10 -0400 |
commit | a9ed765caf5b36d10e28452800b060b1404e19a5 (patch) | |
tree | b7a4a480463596fc4f08731fbbed4516fcc9d7d7 /hugo.toml | |
parent | 1c84f09b044250b2414af00f54bd5081f41b9d0c (diff) |
set codeberg as primary remote forge
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ defaultContentLanguage = 'en-us' name = 'tdback.net' display = 'standalone' [[params.socialIcons]] - name = 'github' - url = 'https://github.com/tdback' + name = 'gitea' + url = 'https://codeberg.org/tdback' [[params.socialIcons]] name = 'mastodon' url = 'https://social.tdback.net/@tdback' |