Updating config.toml

- Updating title
- Adding commento
- Changing prismJS theme
This commit is contained in:
2020-05-04 05:17:36 +01:00
parent a5de3eddd9
commit 6d480412ea

View File

@@ -1,5 +1,5 @@
baseURL = "http://example.org/"
title = "My New Hugo Site"
title = "Tech blog"
theme = "hugo-theme-chunky-poster"
paginate = 2
languageCode = "en"
@@ -30,4 +30,8 @@ showLanguageSwitcher = false
[params.prismJS]
enable = true
theme = ""
theme = "okaidia"
[params.commento]
enable = true
url = "http://localhost/js/commento.js"