diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-12 10:49:55 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-12 10:49:55 -0600 |
commit | 4f85a420361d791ed7a953436dcece125f1dd0d8 (patch) | |
tree | 67fc8d4de383925a1286ad68f79c86b5949aed12 /config.toml | |
parent | backdated post (diff) | |
download | website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar.gz website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar.bz2 website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar.lz website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar.xz website-4f85a420361d791ed7a953436dcece125f1dd0d8.tar.zst website-4f85a420361d791ed7a953436dcece125f1dd0d8.zip |
Update submodule, fix series
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.toml b/config.toml index f0298d2..8b5c5c7 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ title = 'Matt Strapp' theme = "hugo-coder" enableRobotsTXT = true enableEmoji = true +enableGitInfo = true + [markup] [markup.goldmark] @@ -18,13 +20,14 @@ minifyOutput = true [params] author = "Matt Strapp" +license = '<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""></a>' info = "Splash Screen!" description = "Matt Strapp's personal website" keywords = "developer,personal" avatarurl = "images/avatar.png" gravatar = "matt@mattstrapp.net" -commit = "https://git.mattstrapp.net/website/tree/" -fediverseCreator = "@me@mattstrapp.net" +commit = "https://git.mattstrapp.net/website/commit/?id=" +fediverseCreator = "@me@mattsttrapp.net" favicon_32 = "/images/favicon-32x32.png" favicon_16 = "/images/favicon-16x16.png" |