2021-03-30 20:50:34 +00:00
|
|
|
baseURL = "https://gmgauthier.com/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
|
|
|
|
theme = "blackburn"
|
|
|
|
|
|
|
|
title = "Ipse Solus"
|
|
|
|
author = "Greg Gauthier"
|
|
|
|
copyright = "© 2021. All rights reserved."
|
|
|
|
canonifyurls = true
|
|
|
|
paginate = 10
|
|
|
|
|
2021-04-10 10:05:55 +00:00
|
|
|
PygmentsCodeFences = true
|
|
|
|
PygmentsStyle = "tango"
|
|
|
|
|
2021-03-30 20:50:34 +00:00
|
|
|
[indexes]
|
|
|
|
tag = "tags"
|
|
|
|
topic = "topics"
|
|
|
|
|
|
|
|
[params]
|
|
|
|
subtitle = "A Journal"
|
2021-04-03 16:43:24 +00:00
|
|
|
brand = "<img src=\"/img/ipse-solus-logo.png\" alt=\"\"/><br/> <center>Ipse Solus</center>"
|
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"
|
|
|
|
|
|
|
|
[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]
|
|
|
|
github = "gmgauthier"
|
2021-03-30 21:39:24 +00:00
|
|
|
stackoverflow = "381517"
|
2021-03-30 20:50:34 +00:00
|
|
|
locals = "https://exitingthecave.locals.com/"
|
|
|
|
gab = "https://gab.com/exitingthecave/"
|
|
|
|
|
2021-04-10 09:56:44 +00:00
|
|
|
[markup]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe= true
|