build(hugo): environmental config files
This commit is contained in:
parent
822d18a381
commit
0d44f0764e
4 changed files with 27 additions and 5 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue