personal-blog/config.toml

112 lines
3.1 KiB
TOML

baseURL = "https://gmgauthier.com/"
languageCode = "en-us"
title = "Greg Gauthier"
copyright = "Copyright 2022. All rights reserved."
[author]
name = "Greg Gauthier"
email = "gmgauthier@protonmail.com"
canonifyurls = true
paginate = 10
PygmentsCodeFences = true
PygmentsStyle = "tango"
enableInlineShortcodes = true
enableGitInfo = true
[taxonomies]
tag = "tags"
topic = "topics"
[params]
subtitle = "A Philosophical Journal"
description = "A repository of philosophical musings and personal projects"
brand = "<img src=\"/img/website-avatar-medium.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
#highlightjs = "tango"
#highlightjs_extra_languages = []
custom_js = ["js/math-code.js"]
dateFormat = "02 Jan 2006, 15:04"
goatcounterAnalytics = "gmgauthier"
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
avatar = "/img/website-avatar-medium.png"
email = "gmgauthier@protonmail.com"
[markup]
[markup.goldmark.renderer]
unsafe= true
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = [":fileModTime", "lastmod", ":git", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[menu]
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 2
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Podcasts"
pre = "<i class='fa fa-podcast fa-fw'></i>"
weight = 3
identifier = "podcast"
url = "/podcast/"
[[menu.main]]
name = "Readings"
pre = "<i class='fa fa-book fa-fw'></i>"
weight = 4
identifier = "reading"
url = "/reading/"
[[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/"
[[menu.main]]
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 7
identifier = "contact2"
url = "/contact/"
[social]
# gab = "gmgauthier"
# minds = "greg_gauthier"
gitea = "gmgauthier"
rumble = "https://rumble.com/user/gmgauthier"
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
twitter = "https://twitter.com/gmgauthier1967"
# odysee1 = "@gmgauthier:0"
# anchorfm = "exitingthecave"
# odysee2 = "@exitingthecave:1"
# odysee3 = "@TheCaveWall:e"
# locals = "exitingthecave"
# github = "gmgauthier"
# stackoverflow = "381517"
# keybase = "gmgauthier"
# linkedin = "gregorygauthier"