personal-blog/config.toml

83 lines
2.0 KiB
TOML
Raw Normal View History

2021-03-30 20:50:34 +00:00
baseURL = "https://gmgauthier.com/"
languageCode = "en-us"
theme = "blackburn"
title = "Greg Gauthier"
2021-03-30 20:50:34 +00:00
author = "Greg Gauthier"
copyright = "© 2022. All rights reserved."
2021-03-30 20:50:34 +00:00
canonifyurls = true
2021-11-27 14:09:56 +00:00
paginate = 15
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]
subtitle = "A Philosophical Journal"
brand = "<center><img src=\"/img/avatar.png\" alt=\"\" /></center><br/> <center><b>Greg Gauthier</b></center>"
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"
#disqus = "gmgauthier-1" //enabling this will add disqus to the bottom of all my posts automatically.
2021-03-30 20:50:34 +00:00
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]
[[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/"
2021-04-03 16:06:33 +00:00
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 4
identifier = "contact"
url = "/contact/"
2021-03-30 20:50:34 +00:00
[social]
gab = "exitingthecave"
gitea = "gmgauthier"
2021-11-27 10:08:12 +00:00
odysee1 = "@gmgauthier:0"
odysee2 = "@exitingthecave:1"
odysee3 = "@TheCaveWall:e"
2021-11-20 22:28:39 +00:00
anchorfm = "exitingthecave"
# minds = "greg_gauthier"
# locals = "exitingthecave"
# github = "gmgauthier"
# stackoverflow = "381517"
# keybase = "gmgauthier"
# linkedin = "gregorygauthier"
2021-03-30 20:50:34 +00:00
2021-04-11 09:51:06 +00:00