82 lines
1.9 KiB
TOML
82 lines
1.9 KiB
TOML
baseURL = "https://gmgauthier.com/"
|
|
languageCode = "en-us"
|
|
|
|
theme = "blackburn"
|
|
|
|
title = "Ipse Solus"
|
|
author = "Greg Gauthier"
|
|
copyright = "© 2022. All rights reserved."
|
|
canonifyurls = true
|
|
paginate = 10
|
|
|
|
PygmentsCodeFences = true
|
|
PygmentsStyle = "tango"
|
|
enableInlineShortcodes = true
|
|
enableGitInfo = true
|
|
|
|
[indexes]
|
|
tag = "tags"
|
|
topic = "topics"
|
|
|
|
[params]
|
|
subtitle = "A Journal"
|
|
brand = "<img src=\"/img/ipse-solus-logo.png\" alt=\"\"/><br/> <center><b>Ipse Solus</b></center>"
|
|
#highlightjs = "tango"
|
|
#highlightjs_extra_languages = []
|
|
custom_js = ["js/math-code.js"]
|
|
dateFormat = "02 Jan 2006, 15:04"
|
|
goatcounterAnalytics = "gmgauthier"
|
|
|
|
[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 = "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/"
|
|
|
|
[social]
|
|
gab = "exitingthecave"
|
|
gitea = "gmgauthier"
|
|
odysee1 = "@gmgauthier:0"
|
|
odysee2 = "@exitingthecave:1"
|
|
odysee3 = "@TheCaveWall:e"
|
|
anchorfm = "exitingthecave"
|
|
# minds = "greg_gauthier"
|
|
# locals = "exitingthecave"
|
|
# github = "gmgauthier"
|
|
# stackoverflow = "381517"
|
|
# keybase = "gmgauthier"
|
|
# linkedin = "gregorygauthier"
|
|
|
|
|
|
|