Updating Hugo config
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
baseURL = "http://127.0.0.1:6060"
|
baseURL = "http://127.0.0.1:6060"
|
||||||
title = "panaetius.io"
|
title = "panaetius.io"
|
||||||
theme = "panaetius-chunky-theme"
|
# theme = "panaetius-chunky-theme"
|
||||||
|
theme = "panaetius-theme"
|
||||||
paginate = 2
|
paginate = 2
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
@@ -62,9 +63,6 @@ github = "dtomlinson91"
|
|||||||
customCSS = []
|
customCSS = []
|
||||||
customJS = []
|
customJS = []
|
||||||
|
|
||||||
[params.prismJS]
|
|
||||||
enable = true
|
|
||||||
|
|
||||||
[params.commento]
|
[params.commento]
|
||||||
enable = true
|
enable = true
|
||||||
url = "https://commento.panaetius.co.uk/js/commento.js"
|
url = "https://commento.panaetius.co.uk/js/commento.js"
|
||||||
@@ -79,4 +77,5 @@ page = ["HTML", "RSS"]
|
|||||||
[markup]
|
[markup]
|
||||||
|
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
style = "fruity"
|
style = "monokailight"
|
||||||
|
lineNos = true
|
||||||
|
|||||||
Reference in New Issue
Block a user