build(hugo): remove max version requirement
This commit is contained in:
parent
f40fca29cb
commit
d0577aec91
1 changed files with 12 additions and 13 deletions
|
@ -2,9 +2,8 @@ module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
extended: true
|
extended: true
|
||||||
min: "0.140.0"
|
min: "0.140.0"
|
||||||
max: "0.140.2"
|
|
||||||
|
|
||||||
baseURL: 'https://example.com/'
|
baseURL: "https://example.com/"
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
title: Omphaloskepsis 2
|
title: Omphaloskepsis 2
|
||||||
|
|
||||||
|
@ -17,8 +16,8 @@ params:
|
||||||
name: John Smith
|
name: John Smith
|
||||||
email: admin@example.com
|
email: admin@example.com
|
||||||
description:
|
description:
|
||||||
reportIssueURL: '/Rumperuu/Omphaloskepsis-2/issues'
|
reportIssueURL: "/Rumperuu/Omphaloskepsis-2/issues"
|
||||||
codeURL: 'https://code.bengoldsworthy.net'
|
codeURL: "https://code.bengoldsworthy.net"
|
||||||
feedIcon: /images/feed-icon.svg
|
feedIcon: /images/feed-icon.svg
|
||||||
keyFile:
|
keyFile:
|
||||||
mainSections:
|
mainSections:
|
||||||
|
@ -42,7 +41,7 @@ taxonomies:
|
||||||
organisation: organisations
|
organisation: organisations
|
||||||
location: locations
|
location: locations
|
||||||
soc: socs
|
soc: socs
|
||||||
# colleague: colleagues
|
# colleague: colleagues
|
||||||
skill: skills
|
skill: skills
|
||||||
area: areas
|
area: areas
|
||||||
|
|
||||||
|
@ -56,13 +55,13 @@ markup:
|
||||||
passthrough:
|
passthrough:
|
||||||
delimiters:
|
delimiters:
|
||||||
block:
|
block:
|
||||||
- - \[
|
- - \[
|
||||||
- \]
|
- \]
|
||||||
- - $$
|
- - $$
|
||||||
- $$
|
- $$
|
||||||
inline:
|
inline:
|
||||||
- - \(
|
- - \(
|
||||||
- \)
|
- \)
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
|
|
Loading…
Reference in a new issue