diff options
author | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:49:22 +0200 |
---|---|---|
committer | miraikumiko <miraikumiko@disroot.org> | 2025-04-14 10:49:22 +0200 |
commit | 508dcfa11b92c8110123650a8e1bdd1206b780d4 (patch) | |
tree | c9bbec8a5f2556b342c97eeccf49bd6c892af126 | |
parent | 0bf046bc36a9d7e7c4ff929a1d9edb640dacade0 (diff) | |
download | miraikumiko.com-508dcfa11b92c8110123650a8e1bdd1206b780d4.tar.gz miraikumiko.com-508dcfa11b92c8110123650a8e1bdd1206b780d4.tar.bz2 |
Update theme
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | hugo.toml | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 4d81b35..6c4143b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hugo-bearcub"] path = themes/hugo-bearcub - url = https://github.com/clente/hugo-bearcub + url = https://github.com/miraikumiko/hugo-bearcub @@ -87,12 +87,14 @@ enableRobotsTXT = true # Social media. Delete any item you aren't using to make sure it won't show up # in your website's metadata. - [params.social] - mastodon = "miraikumiko" - + #[params.social] # Author metadata. This is mostly used for the RSS feed of your site, but the # email is also added to the footer of each post. You can hide the "reply to" # link by using a `hideReply` param in front matter. [params.author] name = "Mirai Kumiko" email = "miraikumiko@disroot.org" + [params.links] + email = "mailto:miraikumiko@disroot.org" + github = "https://github.com/miraikumiko" + misskey = "https://underground.pm/@miraikumiko" |