-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhugo.toml
60 lines (46 loc) · 1.5 KB
/
hugo.toml
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
[module.hugoVersion]
extended = true
min = "0.134.0"
[[module.imports]]
path = "github.com/hugomods/hugopress"
[[module.imports]]
path = "github.com/hugomods/base"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[params.hugopress.modules.hb.attributes.document]
cacheable = true
[params.hugopress.modules.hb.attributes.body]
[params.hugopress.modules.hb.attributes.hb-main]
[params.hugopress.modules.hb.attributes.hb-alias-refresh-meta]
[params.hugopress.modules.hb.hooks.head-begin]
cacheable = true
[params.hugopress.modules.hb.hooks.head-end]
cacheable = true
[params.hugopress.modules.hb.hooks.body-end]
cacheable = true
weight = 1000
[params.hb]
css_bundle_name = "hb"
js_bundle_name = "hb"
logo = "/images/logo.png"
color = "light" # default color mode, light or dark.
sass_transpiler = "dartsass" # dartsass or libsass (deprecated).
sass_silence_deprecations = ["import", "global-builtin", "color-functions"]
[params.hb.styles]
prefix = "hb-" # CSS variables prefix.
# primary = "#0d6efd" # hex color code.
hb_top_offset = "24px" # the default top offset, in pixels, for internal use.
[params.hb.tables]
align = "" # vertical alignment: top, middle or bottom.
bordered = true
border_style = "" # similar to the style.
group_divider = false
hover = true
striped = true
striped_columns = false
style = "" # light, dark, primary, success, warning, danger and so on.
thead_style = "" # similar to the style.
[params.hb.blockquotes]
bordered = true
border_width = 4 # 1-5.
border_style = "primary"