From b4a6baa8cd13e363675833b9cb1efe01b7770925 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 31 May 2020 05:20:17 +0100 Subject: [PATCH] Updating Hugo config --- blog/config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/blog/config.toml b/blog/config.toml index e515b94..66f59e2 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,6 +1,7 @@ baseURL = "http://127.0.0.1:6060" title = "panaetius.io" -theme = "panaetius-chunky-theme" +# theme = "panaetius-chunky-theme" +theme = "panaetius-theme" paginate = 2 languageCode = "en" DefaultContentLanguage = "en" @@ -62,9 +63,6 @@ github = "dtomlinson91" customCSS = [] customJS = [] -[params.prismJS] -enable = true - [params.commento] enable = true url = "https://commento.panaetius.co.uk/js/commento.js" @@ -79,4 +77,5 @@ page = ["HTML", "RSS"] [markup] [markup.highlight] -style = "fruity" +style = "monokailight" +lineNos = true