2021-03-30 20:50:34 +00:00
|
|
|
baseURL = "https://gmgauthier.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
|
2021-11-27 20:29:03 +00:00
|
|
|
title = "Greg Gauthier"
|
2021-03-30 20:50:34 +00:00
|
|
|
author = "Greg Gauthier"
|
2022-01-05 10:03:54 +00:00
|
|
|
copyright = "Copyright 2022. All rights reserved."
|
2021-03-30 20:50:34 +00:00
|
|
|
canonifyurls = true
|
2021-11-28 18:03:14 +00:00
|
|
|
paginate = 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]
|
2021-11-27 22:46:21 +00:00
|
|
|
subtitle = "A Philosophical Journal"
|
2022-01-04 21:51:27 +00:00
|
|
|
description = "A repository of philosophical musings and personal projects"
|
2022-01-03 12:38:24 +00:00
|
|
|
brand = "<img src=\"/img/avatar.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
|
2021-04-10 10:04:45 +00:00
|
|
|
#highlightjs = "tango"
|
|
|
|
#highlightjs_extra_languages = []
|
2021-04-03 17:15:27 +00:00
|
|
|
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/"
|
2022-01-04 20:39:50 +00:00
|
|
|
avatar = "/img/blog_avatar.jpg"
|
2022-01-04 21:51:27 +00:00
|
|
|
|
2021-04-11 09:51:06 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark.renderer]
|
2021-11-27 20:29:03 +00:00
|
|
|
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-12-02 18:44:48 +00:00
|
|
|
[[menu.main]]
|
2022-01-02 08:28:11 +00:00
|
|
|
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
|
2022-01-02 08:28:11 +00:00
|
|
|
identifier = "podcast"
|
|
|
|
url = "/podcast/"
|
2022-01-01 15:35:41 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Readings"
|
|
|
|
pre = "<i class='fa fa-book fa-fw'></i>"
|
2022-01-01 15:41:46 +00:00
|
|
|
weight = 4
|
2022-01-01 15:35:41 +00:00
|
|
|
identifier = "reading"
|
|
|
|
url = "/reading/"
|
2021-11-29 18:38:12 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "Resources"
|
|
|
|
pre = "<i class='fa fa-screwdriver fa-fw'></i>"
|
2021-12-02 18:44:48 +00:00
|
|
|
weight = 5
|
2021-11-29 18:38:12 +00:00
|
|
|
identifier = "resources"
|
|
|
|
url = "/resources/"
|
2021-04-03 16:06:33 +00:00
|
|
|
[[menu.main]]
|
|
|
|
name = "About"
|
|
|
|
pre = "<i class='fa fa-user fa-fw'></i>"
|
2021-12-02 18:44:48 +00:00
|
|
|
weight = 6
|
2021-04-03 16:06:33 +00:00
|
|
|
identifier = "about"
|
|
|
|
url = "/about/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Contact"
|
|
|
|
pre = "<i class='fa fa-phone fa-fw'></i>"
|
2021-12-02 18:44:48 +00:00
|
|
|
weight = 7
|
2021-12-02 19:53:02 +00:00
|
|
|
identifier = "contact2"
|
2021-04-03 16:06:33 +00:00
|
|
|
url = "/contact/"
|
2021-03-30 20:50:34 +00:00
|
|
|
|
2021-11-29 17:29:47 +00:00
|
|
|
|
2021-03-30 20:50:34 +00:00
|
|
|
[social]
|
2022-01-04 18:08:44 +00:00
|
|
|
gab = "gmgauthier"
|
2021-12-31 11:19:25 +00:00
|
|
|
minds = "greg_gauthier"
|
2021-04-12 06:37:18 +00:00
|
|
|
gitea = "gmgauthier"
|
2021-11-27 10:08:12 +00:00
|
|
|
odysee1 = "@gmgauthier:0"
|
2021-12-31 12:09:24 +00:00
|
|
|
# anchorfm = "exitingthecave"
|
2021-12-31 11:19:25 +00:00
|
|
|
# odysee2 = "@exitingthecave:1"
|
|
|
|
# odysee3 = "@TheCaveWall:e"
|
2021-11-20 22:28:39 +00:00
|
|
|
# locals = "exitingthecave"
|
2021-11-20 18:52:12 +00:00
|
|
|
# github = "gmgauthier"
|
|
|
|
# stackoverflow = "381517"
|
|
|
|
# keybase = "gmgauthier"
|
|
|
|
# linkedin = "gregorygauthier"
|
2021-04-11 22:51:31 +00:00
|
|
|
|
2021-03-30 20:50:34 +00:00
|
|
|
|
2021-04-11 09:51:06 +00:00
|
|
|
|