generated from frjo/zen-demo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
96 lines (89 loc) · 2.08 KB
/
hugo.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: "Zen demo site"
baseURL: "https://zen-demo.xdeb.org/"
theme: "github.com/frjo/hugo-theme-zen/v4"
languageCode: "en-GB"
defaultContentLanguage: "en"
pluralizelisttitles: false
removePathAccents: true
paginate: 10
paginatePath: "page"
rssLimit: 20
author:
name: "Fredrik Jonsson"
url: "https://xdeb.org"
markup:
goldmark:
parser:
attribute:
block: true
renderer:
unsafe: true
outputFormats:
SearchIndex:
mediaType: "application/json"
baseName: "searchindex"
isPlainText: true
notAlternative: true
outputs:
home: ["HTML","RSS", "JSON", "SearchIndex"]
section: ["HTML","RSS", "JSON"]
params:
contact: "frjo@xdeb.org"
copyright: '<!--Creative Commons License-->This site is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a> licence.<!--/Creative Commons License-->'
description: "The zen theme for Hugo demo site."
dateformat: "2 January, 2006"
favicon: "apple-touch-icon.png"
feedlinks: true
icon: "apple-touch-icon.png"
image: "apple-touch-icon.png"
imageMaxWidth: 400
logoWidth: 64
logoHeight: 64
mainSections:
- blog
mobileMenu: true
mobileMenuOutline: true
poweredby: true
realfavicongenerator: true
sidebar: false
submitted: true
languages:
en:
weight: 1
languageName: "English"
languageCode: "en-GB"
contentDir: content/en
menu:
main:
- Name: "Home"
weight: -10
pageRef: "/"
- Name: "Blog"
weight: 2
pageRef: "/blog/"
- Name: "Podcast"
weight: 4
pageRef: "/podcast/"
- Name: "Products"
weight: 6
pageRef: "/products/"
- Name: "Misc"
weight: 8
pageRef: "/misc/"
- Name: "Search"
weight: 10
pageRef: "/search/"
- Name: "Contact"
weight: 12
pageRef: "/contact/"
sv:
weight: 2
languageName: "Svenska"
languageCode: "sv-SE"
contentDir: content/sv
menu:
main:
- Name: "Hem"
weight: -10
pageRef: "/"