build(hugo): environmental config files
This commit is contained in:
parent
822d18a381
commit
0d44f0764e
4 changed files with 27 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
[module]
|
|
||||||
[module.hugoVersion]
|
|
||||||
extended = true
|
|
||||||
min = "0.140.0"
|
|
||||||
max = "0.140.2"
|
|
21
config/_default/config.yaml
Normal file
21
config/_default/config.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
module:
|
||||||
|
hugoVersion:
|
||||||
|
extended: true
|
||||||
|
min: "0.140.0"
|
||||||
|
max: "0.140.2"
|
||||||
|
|
||||||
|
baseURL: "https://example.com/"
|
||||||
|
languageCode: en-gb
|
||||||
|
title: Cataloguer
|
||||||
|
|
||||||
|
copyright: CC0
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
params:
|
||||||
|
author:
|
||||||
|
name: John Smith
|
||||||
|
email: admin@example.com
|
||||||
|
description:
|
||||||
|
reportIssueURL: "/Rumperuu/Cataloguer/issues"
|
||||||
|
codeURL: "https://code.bengoldsworthy.net"
|
||||||
|
feedIcon: /images/feed-icon.svg
|
5
config/development/config.yaml
Normal file
5
config/development/config.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
baseURL: "localhost:1313"
|
||||||
|
title: "Cataloguer [DEV]"
|
||||||
|
|
||||||
|
buildDrafts: true
|
||||||
|
buildFuture: true
|
1
config/production/config.yaml
Normal file
1
config/production/config.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
publishDir: public
|
Loading…
Reference in a new issue