Updating config.toml
- Updating title - Adding commento - Changing prismJS theme
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
baseURL = "http://example.org/"
|
baseURL = "http://example.org/"
|
||||||
title = "My New Hugo Site"
|
title = "Tech blog"
|
||||||
theme = "hugo-theme-chunky-poster"
|
theme = "hugo-theme-chunky-poster"
|
||||||
paginate = 2
|
paginate = 2
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
@@ -30,4 +30,8 @@ showLanguageSwitcher = false
|
|||||||
|
|
||||||
[params.prismJS]
|
[params.prismJS]
|
||||||
enable = true
|
enable = true
|
||||||
theme = ""
|
theme = "okaidia"
|
||||||
|
|
||||||
|
[params.commento]
|
||||||
|
enable = true
|
||||||
|
url = "http://localhost/js/commento.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user