summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-05-03 11:42:14 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-05-03 11:42:14 -0500
commit48eb9cf0c1cdeb7759a1fc11a6b4aac8a314eb35 (patch)
tree416f1c2851f713057c28be3732e3658f7c0b3ff6 /config.toml
parentBump submodule (diff)
downloadwebsite-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>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
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"