From 5af2b92f0082f3c6b50cf3699c786ac72f891782 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 1 Dec 2019 14:54:37 +0100 Subject: #106, Upgrade to hugo 0.60 --- exampleSite/config.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'exampleSite/config.yaml') diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 90ab3f1..621387a 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -3,15 +3,17 @@ baseURL: https://example.com/ title: Hugo Book theme: hugo-book -disableKinds: ['taxonomy', 'taxonomyTerm'] +disableKinds: ["taxonomy", "taxonomyTerm"] # Book configuration disablePathToLower: true enableGitInfo: true -# Code highlight -# pygmentsStyle: monokailight -pygmentsCodeFences: true +# Needed for mermaid/katex shortcodes +markup: + goldmark: + renderer: + unsafe: true # Multi-lingual mode config # There are different options to translate files @@ -61,7 +63,7 @@ params: # Configure the date format used on the pages # - In git information # - In blog posts - BookDateFormat: 'Jan 2, 2006' + BookDateFormat: "Jan 2, 2006" # (Optional, default true) Enables search function with flexsearch, # Index is built on fly, therefore it might slowdown your website. -- cgit v1.2.3