gmgauthier.com/config.toml

97 lines
2.8 KiB
TOML
Raw Permalink Normal View History

2021-03-30 20:50:34 +00:00
baseURL = "https://gmgauthier.com/"
languageCode = "en-us"
title = "Greg Gauthier"
2024-09-07 12:55:18 +00:00
copyright = "Copyright 2024. All rights reserved."
2022-01-05 10:32:10 +00:00
2021-03-30 20:50:34 +00:00
canonifyurls = true
2024-09-07 12:55:18 +00:00
pagination.pagerSize = 10
2021-03-30 20:50:34 +00:00
2021-04-10 10:05:55 +00:00
PygmentsCodeFences = true
PygmentsStyle = "tango"
2021-04-11 09:51:06 +00:00
enableInlineShortcodes = true
2021-04-11 20:52:15 +00:00
enableGitInfo = true
2021-04-10 10:05:55 +00:00
2021-11-27 23:43:39 +00:00
[taxonomies]
2021-03-30 20:50:34 +00:00
tag = "tags"
topic = "topics"
[params]
2024-09-07 12:55:18 +00:00
title = "Greg Gauthier"
subtitle = "Greg As A Service"
description = "A repository of philosophical musings and personal projects"
2022-01-08 20:23:59 +00:00
brand = "<img src=\"/img/website-avatar-medium.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
2024-09-07 12:55:18 +00:00
avatar = "/img/website-avatar-medium.png"
email = "gmgauthier@protonmail.com"
2021-04-10 10:04:45 +00:00
#highlightjs = "tango"
#highlightjs_extra_languages = []
custom_js = ["js/math-code.js"]
2021-03-30 20:50:34 +00:00
dateFormat = "02 Jan 2006, 15:04"
2021-11-27 10:08:12 +00:00
goatcounterAnalytics = "gmgauthier"
2022-01-02 10:05:44 +00:00
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
2022-01-03 12:21:24 +00:00
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
2024-09-07 12:55:18 +00:00
# Socials
gitea = "https://repos.gmgauthier.com/gmgauthier"
locals = "https://greggauthier.locals.com"
rumble = "https://rumble.com/user/gmgauthier"
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
twitter = "https://twitter.com/gmgauthier1967"
2021-04-11 09:51:06 +00:00
[markup]
[markup.goldmark.renderer]
unsafe= true
2021-04-11 20:52:15 +00:00
[frontmatter]
date = ["date", "publishDate", "lastmod"]
2021-04-11 21:38:24 +00:00
lastmod = [":fileModTime", "lastmod", ":git", "publishDate"]
2021-04-11 20:52:15 +00:00
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
2021-03-30 20:50:34 +00:00
[menu]
2024-09-07 12:55:18 +00:00
# [[menu.main]]
# name = "Home"
# pre = "<i class='fa fa-home fa-fw'></i>"
# weight = 1
# identifier = "home"
# url = "/"
2021-03-30 20:50:34 +00:00
[[menu.main]]
2024-09-07 12:55:18 +00:00
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
2021-03-30 20:50:34 +00:00
weight = 1
2024-09-07 12:55:18 +00:00
identifier = "contact2"
url = "/contact/"
2021-03-30 20:50:34 +00:00
[[menu.main]]
name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 2
identifier = "post"
url = "/post/"
2021-12-02 18:44:48 +00:00
[[menu.main]]
name = "Podcasts"
2021-12-02 18:44:48 +00:00
pre = "<i class='fa fa-podcast fa-fw'></i>"
2022-01-01 15:41:46 +00:00
weight = 3
identifier = "podcast"
url = "/podcast/"
[[menu.main]]
name = "Gaming"
pre = "<i class='fa fa-dice fa-fw'></i>"
weight = 4
identifier = "gaming"
url = "/gaming/"
2024-09-07 12:55:18 +00:00
# [[menu.main]]
# name = "Resources"
# pre = "<i class='fa fa-screwdriver fa-fw'></i>"
# weight = 5
# identifier = "resources"
# url = "/resources/"
# [[menu.main]]
# name = "About"
# pre = "<i class='fa fa-user fa-fw'></i>"
# weight = 6
# identifier = "about"
# url = "/about/"