.
This commit is contained in:
parent
c4dcb6e38b
commit
531029a18f
129 changed files with 7765 additions and 6938 deletions
14
config.toml
14
config.toml
|
|
@ -1,6 +1,6 @@
|
|||
baseURL = "https://nonsense.dymc.win"
|
||||
title = "James' Blog :-)"
|
||||
theme = "etch"
|
||||
title = "James' Blog"
|
||||
# theme = "etch"
|
||||
languageCode = "en-GB"
|
||||
enableInlineShortcodes = true
|
||||
pygmentsCodeFences = true
|
||||
|
|
@ -17,6 +17,12 @@ pygmentsUseClasses = true
|
|||
title = "--help"
|
||||
url = "/info/"
|
||||
weight = 20
|
||||
# [[menu.main]]
|
||||
# identifier = "search"
|
||||
# name = "search"
|
||||
# title = "search"
|
||||
# url = "/search/"
|
||||
# weight = 20
|
||||
|
||||
[permalinks]
|
||||
posts = "/:title/"
|
||||
|
|
@ -24,3 +30,7 @@ pygmentsUseClasses = true
|
|||
[markup.goldmark.renderer]
|
||||
# Allows HTML in Markdown
|
||||
unsafe = true
|
||||
|
||||
# allows creation of index.json for search
|
||||
[outputs]
|
||||
home = ["HTML", "JSON"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue