22 lines
400 B
YAML
22 lines
400 B
YAML
|
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
|