-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhugo.yaml
More file actions
66 lines (61 loc) · 1.65 KB
/
Copy pathhugo.yaml
File metadata and controls
66 lines (61 loc) · 1.65 KB
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
baseURL: "https://hugocodex.org"
defaultContentLanguage: en
languageCode: "en-us"
disableKinds:
- taxonomy
- term
markup:
goldmark:
renderer:
unsafe: true
assetDir: static
languages:
en:
languageName: English
title: Hugo Codex
params:
description: "Hugo, the website framework that is super fast, because fast is simply better."
contentDir: content/en
weight: 1
permalinks:
posts: blog/:contentbasename
getting-started: getting-started/:contentbasename
add-ons: add-ons/:contentbasename
products: donate/:contentbasename
simple-products: simple-donate/:contentbasename
es:
languageName: Español
title: Hugo Codex
params:
description: "Hugo, que es súper rápido, porque rápido es simplemente mejor."
contentDir: content/es
weight: 2
permalinks:
posts: blog/:contentbasename
getting-started: empezando/:contentbasename
add-ons: complementos/:contentbasename
products: donar/:contentbasename
simple-products: simple-donar/:contentbasename
nl:
languageName: Nederlands
title: Hugo Codex
params:
description: "Hugo, het website framework dat razendsnel is, want snel is gewoon beter."
contentDir: content/nl
weight: 3
permalinks:
posts: blog/:contentbasename
getting-started: aan-de-slag/:contentbasename
add-ons: uitbreidingen/:contentbasename
products: doneren/:contentbasename
simple-products: simple-doneren/:contentbasename
outputFormats:
simple:
baseName: /simple/index
mediaType: text/html
permalinkable: true
outputs:
home:
- html
- rss
- json