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:
|
||||
extended: true
|
||||
min: "0.140.0"
|
||||
max: "0.140.2"
|
||||
|
||||
baseURL: 'https://example.com/'
|
||||
baseURL: "https://example.com/"
|
||||
languageCode: en-gb
|
||||
title: Omphaloskepsis 2
|
||||
|
||||
|
@ -17,8 +16,8 @@ params:
|
|||
name: John Smith
|
||||
email: admin@example.com
|
||||
description:
|
||||
reportIssueURL: '/Rumperuu/Omphaloskepsis-2/issues'
|
||||
codeURL: 'https://code.bengoldsworthy.net'
|
||||
reportIssueURL: "/Rumperuu/Omphaloskepsis-2/issues"
|
||||
codeURL: "https://code.bengoldsworthy.net"
|
||||
feedIcon: /images/feed-icon.svg
|
||||
keyFile:
|
||||
mainSections:
|
||||
|
@ -42,7 +41,7 @@ taxonomies:
|
|||
organisation: organisations
|
||||
location: locations
|
||||
soc: socs
|
||||
# colleague: colleagues
|
||||
# colleague: colleagues
|
||||
skill: skills
|
||||
area: areas
|
||||
|
||||
|
|
Loading…
Reference in a new issue