summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml66
1 files changed, 66 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..e750f5d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,66 @@
+baseURL = 'https://mattstrapp.net'
+languageCode = 'en'
+title = 'Sometimes less is more.'
+theme = "hugo-coder"
+enableRobotsTXT = true
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+# [markup.highlight]
+# style = "pastie"
+
+[params]
+ author = "Matt Strapp"
+ info = "Full Stack Developer"
+ description = "Matt Strapp's personal website"
+ keywords = "developer,personal"
+ avatarurl = "images/avatar.png"
+ #gravatar = "matt@mattstrapp.net"
+
+ favicon_32 = "/images/favicon-32x32.png"
+ favicon_16 = "/images/favicon-16x16.png"
+
+ since = 2022
+
+ enableTwemoji = true
+
+ colorScheme = "dark"
+ hidecolorschemetoggle = false
+
+ pygmentsstyle = "pastie"
+ pygmentscodefences = true
+ pygmentscodefencesguesssyntax = true
+
+[[params.social]]
+ name = "Git repositories"
+ icon = "fa fa-git fa-2x"
+ weight = 1
+ url = "https://git.mattstrapp.net"
+
+[[menu.main]]
+ name = "About"
+ weight = 1
+ url = "about/"
+
+
+[[menu.main]]
+ name = "Contact"
+ weight = 2
+ url = "contact/"
+
+
+[privacy]
+ [privacy.disqus]
+ disable = true
+ [privacy.googleAnalytics]
+ disable = true
+ [privacy.instagram]
+ disable = true
+ [privacy.twitter]
+ disable = true
+ [privacy.vimeo]
+ disable = true
+ [privacy.youtube]
+ disable = true