-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
99 lines (96 loc) · 1.91 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
96
97
98
99
module:
mounts:
- source: archetypes
target: archetypes
- source: assets
target: assets
- source: i18n
target: i18n
- source: layouts
target: layouts
- source: static
target: static
imports:
# Import bootstrap 5
- path: github.com/gohugoio/hugo-mod-bootstrap-scss/v5
# Import bootstrap icons
- path: github.com/twbs/icons
mounts:
- source: font/fonts
target: static/assets/fonts/bootstrap-icons
# Import lightbox plugin
- path: github.com/midzer/tobii
mounts:
- source: src/scss
target: assets/scss/tobii
- source: src/js
target: assets/js/vendors/tobii
# Params
params:
animation: false
cookie_banner:
enable: false
logo:
header: '/assets/images/logo.svg'
footer: '/assets/images/logo.svg'
column: 12
gutter: 24
container:
desktop: 1296
mobile: 300
hero:
cover: '1600x400'
cover_mobile: '360x400'
desktop: '416x'
mobile: '300x'
image:
xlarge: '1600x'
xsmall: '50x50'
desktop: '856x'
mobile: '300x'
mobile_full: '360x'
scrollsnap: '240x'
thumbnail:
desktop: '414x177'
mobile: '300x129'
scrollsnap: '240x103'
navigation:
desktop: '414x200'
mobile: '300x150'
pages:
thumbnail:
desktop: '414x177'
desktop: '416x179'
desktop_large: '636x273'
mobile: '300x129'
scrollsnap: '240x103'
image:
desktop: '856x'
mobile: '360x'
blocks:
editorial:
desktop: '636x'
mobile: '360x'
gallery:
mobile: '138x138'
informations:
image:
ratio: .5
# Privacy
privacy:
instagram:
simple: false
twitter:
enableDNT: true
simple: false
vimeo:
enableDNT: true
simple: false
youtube:
privacyEnhanced: true
# Services
services:
instagram:
disableInlineCSS: false
twitter:
disableInlineCSS: false