diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-03 11:42:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-03 11:42:14 -0500 |
commit | 48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35 (patch) | |
tree | 416f1c2851f713057c28be3732e3658f7c0b3ff6 | |
parent | Bump submodule (diff) | |
download | website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar.gz website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar.bz2 website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar.lz website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar.xz website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.tar.zst website-48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35.zip |
a
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 4ada3f4..97f579b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en" title = 'Matt Strapp' theme = "hugo-coder" enableRobotsTXT = true +enableEmoji = true [markup] [markup.goldmark] @@ -21,6 +22,7 @@ info = "Coming Soon since 2018" description = "Matt Strapp's personal website" keywords = "developer,personal" avatarurl = "images/avatar.png" +gravatar = "matt@mattstrapp.net" commit = "https://git.mattstrapp.net/website/tree/" favicon_32 = "/images/favicon-32x32.png" @@ -37,6 +39,12 @@ pygmentsstyle = "pastie" pygmentscodefences = true pygmentscodefencesguesssyntax = true +[taxonomies] +category = "categories" +series = "series" +tag = "tags" +author = "authors" + [[params.social]] name = "Git repositories" icon = "fa fa-git fa-2x" |