74 lines
1.7 KiB
TOML
74 lines
1.7 KiB
TOML
#baseURL = "https://jamesmcdonald.com/"
|
|
baseURL = "http://172.31.236.160:1313/"
|
|
title = "James McDonald"
|
|
theme = "geekblog"
|
|
disqusShortname = "jamesmcdonald"
|
|
|
|
# Required to get well formatted code blocks
|
|
pygmentsUseClasses = true
|
|
pygmentsCodeFences = true
|
|
disablePathToLower = true
|
|
enableGitInfo = true
|
|
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 1
|
|
endLevel = 9
|
|
|
|
[taxonomies]
|
|
author = "authors"
|
|
tag = "tags"
|
|
|
|
[mediaTypes]
|
|
[mediaTypes."application/atom+xml"]
|
|
suffixes = ["xml"]
|
|
|
|
[outputFormats]
|
|
[outputFormats.Atom]
|
|
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
|
|
name = "Atom"
|
|
mediaType = "application/atom+xml"
|
|
# generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
|
|
baseName = "atom"
|
|
isPlainText = false
|
|
rel = "alternate"
|
|
isHTML = false
|
|
noUgly = true
|
|
permalinkable = false
|
|
|
|
[outputs]
|
|
home = ["HTML", "ATOM"]
|
|
page = ["HTML"]
|
|
section = ["HTML"]
|
|
taxonomy = ["HTML"]
|
|
term = ["HTML", "ATOM"]
|
|
|
|
[[menu.sidebar]]
|
|
name = "GitLab"
|
|
url = "https://gitlab.com/jamesmcdonald/"
|
|
|
|
[[menu.sidebar]]
|
|
name = "GitHub"
|
|
url = "https://github.com/jamesmcdonald/"
|
|
|
|
[[menu.sidebar]]
|
|
name = "Twitter"
|
|
url = "https://twitter.com/0xfce2/"
|
|
|
|
[[menu.sidebar]]
|
|
name = "LinkedIn"
|
|
url = "https://www.linkedin.com/in/james-mcdonald-4300202/"
|
|
|
|
[params]
|
|
author = "James McDonald"
|
|
description = "Stuff I wrote about things"
|
|
sharingicons = false
|
|
|
|
[params.sidebar]
|
|
about = "I like to do things to do with computers and occasionally write about those things. And other things, besides.<br><br>[Read more →](/about)"
|
|
|
|
# [params.social]
|
|
# twitter = "0xfce2"
|