-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
82 lines (78 loc) · 1.68 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
module:
mounts:
- source: content
target: content
- source: i18n
target: i18n
- source: layouts
target: layouts
- source: static
target: static
# Config YAML
outputFormats:
admin_config:
baseName: config
isPlainText: true
mediaType: application/yaml
notAlternative: false
mediaTypes:
application/yaml:
suffixes:
- yml
# Admin params
# https://www.hugolify.io/docs/cms/admin/
params:
admin:
cms: decapcms # https://www.hugolify.io/docs/cms/
config:
id: false # set true to use ID for dir/name files and relation
i18n:
default_locale: en # master lang for an i18n website
locales: false # "[en,fr]" for an i18n website
media:
max_file_size: 700000 # 700ko
specific_filter: false # set true to add a selected filter by image
video_max_file_size: 5000000 # 5Mo
nested:
depth: 2 # set minimum 2 to display pages bundles
netlify:
identity: true
preview: false
# Collections
collections:
config:
enable: true
indexes:
enable: true
pages:
enable: true
# Blocks
blocks:
# Set blocks available, all blocks https://www.hugolify.io/docs/blocks/
enable:
- alert
# - chart
- comparison
- cta
- datas
- editorial
- embed
- faq
- figure
- form
- gallery
- images
- informations
- instagram
- latest
- logos
- map
- newsletter
- paragraph
- pushes
- quote
- selected
- testimonials
- timeline
- title
- video