-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
60 lines (51 loc) · 1.61 KB
/
config.yml
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
languageCode: "en"
title: "Bootstrap Extensions"
baseURL: "https://smolsoftboi.github.io/bootstrap-extensions"
canonifyURLs: true
relativeURLs: true
uglyURLs: false
security:
enableInlineShortcodes: true
funcs:
getenv:
- ^HUGO_
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 6
buildDrafts: true
buildFuture: true
enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["404", "taxonomy", "term", "RSS"]
publishDir: "_site"
module:
mounts:
- source: dist
target: static/docs/dist
- source: node_modules/bootstrap/dist/js
target: static/docs/dist/js
- source: site/assets
target: assets
- source: site/content
target: content
- source: site/data
target: data
- source: site/layouts
target: layouts
- source: site/static
target: static
params:
subtitle: "Extensions for Bootstrap."
description: "Bootstrap-powered user interface and behaviour framework."
authors: "Kristian Matthews-Kennington, and Bootstrap contributors"
github_org: "https://github.com/smolsoftboi/bootstrap-extensions"
repo: "https://github.com/smolsoftboi/bootstrap-extensions"
anchors:
min: 2
max: 5