From 6d480412eacb3ec804af57a8584ea26de8b93275 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Mon, 4 May 2020 05:17:36 +0100 Subject: [PATCH] Updating config.toml - Updating title - Adding commento - Changing prismJS theme --- blog/config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index 83b2592..79505e7 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -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"