Switch to geekblog
This commit is contained in:
+44
-2
@@ -1,8 +1,50 @@
|
||||
baseURL = "https://jamesmcdonald.com/"
|
||||
#baseURL = "https://jamesmcdonald.com/"
|
||||
baseURL = "http://172.31.236.160:1313/"
|
||||
title = "James McDonald"
|
||||
theme = "hugo-theme-bootstrap4-blog"
|
||||
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/"
|
||||
|
||||
Reference in New Issue
Block a user