-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
44 lines (39 loc) · 876 Bytes
/
hugo.yaml
File metadata and controls
44 lines (39 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Define website information.
title: Krobbizoid
baseURL: https://krobbi.github.io/
languageCode: en-GB
timeZone: Europe/London
# Define the main navigation menu.
menus:
main:
- name: Home
pageRef: /
weight: 10
- pageRef: /music
weight: 20
# Generate a 'robots.txt' file. Do not generate RSS feeds or taxonomy pages.
enableRobotsTXT: true
disableKinds:
- rss
- taxonomy
- term
# Do not automatically inject generator tags or heading IDs.
disableHugoGeneratorInject: true
markup:
goldmark:
parser:
attribute:
block: true
autoHeadingID: false
# Allow Hugo to read information from Git.
enableGitInfo: true
# Do not serve XML metadata from the development server.
server:
redirects:
- from: /**.xml
to: /404.html
status: 404
force: true
- from: /**
to: /404.html
status: 404