#106, Upgrade to hugo 0.60
This commit is contained in:
@@ -9,9 +9,9 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
|
||||
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"Target":"book.min.0379377fb17315c9a560efd4d406aea4535c095a461b220fd9e3d2e9c05550e6.css","MediaType":"text/css","Data":{"Integrity":"sha256-A3k3f7FzFcmlYO/U1AaupFNcCVpGGyIP2ePS6cBVUOY="}}
|
||||
{"Target":"book.min.eddc90f1d1267cb826e7cffc53c434e50061c4bfe41146a43670842ce6cb3bf6.css","MediaType":"text/css","Data":{"Integrity":"sha256-7dyQ8dEmfLgm58/8U8Q05QBhxL/kEUakNnCELObLO/Y="}}
|
||||
Reference in New Issue
Block a user