build(hugo): environmental config files

This commit is contained in:
Ben Goldsworthy 2025-01-13 01:03:12 +01:00
parent 822d18a381
commit 0d44f0764e
Signed by: Rumperuu
SSH key fingerprint: SHA256:v3uompaUiPqV2w1/AIRWBSQOxr2dntH9Xs/y8fDnUPU
4 changed files with 27 additions and 5 deletions

View file

@ -1,5 +0,0 @@
[module]
[module.hugoVersion]
extended = true
min = "0.140.0"
max = "0.140.2"

View 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

View file

@ -0,0 +1,5 @@
baseURL: "localhost:1313"
title: "Cataloguer [DEV]"
buildDrafts: true
buildFuture: true

View file

@ -0,0 +1 @@
publishDir: public