-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-eh.toml
71 lines (58 loc) · 1.87 KB
/
config-eh.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
61
62
63
64
65
66
67
68
69
70
71
baseURL = "/eh"
languageCode = "en-us"
title = "Enterprise Health"
theme = "wc-eh-docs"
publishDir = "public/eh"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir=false
enableGitInfo = true
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[params]
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
description = "MIEDocs"
author = "Enterprise Health"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
[params.brand]
name = 'Enterprise Health'
abbr = 'EH'
code = 'eh'
[outputFormats.SearchIndex]
baseName = "search"
mediaType = "application/json"
[outputs]
home = [ "HTML", "RSS", "SearchIndex"]
[markup.goldmark.renderer]
unsafe= true
[module]
[[module.mounts]]
source = "./node_modules/@fortawesome/fontawesome-free/scss"
target = "assets/scss/fontawesome"
[[module.mounts]]
source = "./node_modules/@fortawesome/fontawesome-free/webfonts"
target = "static/webfonts"
[[module.mounts]]
source = "./node_modules/bootstrap/dist/js/bootstrap.bundle.js"
target = "assets/js/bootstrap/bootstrap.js"
[[module.mounts]]
source = "./node_modules/@fortawesome/fontawesome-free/js/all.js"
target = "assets/js/fortawesome/fontawesome.js"
[[module.mounts]]
source = "./node_modules/@popperjs/core/dist/umd/popper.js"
target = "assets/js/popper/popper.js"
[[module.mounts]]
source = "./node_modules/lunr/lunr.js"
target = "assets/js/lunr/lunr.js"
[[module.mounts]]
source = "./node_modules/sweetalert2/dist/sweetalert2.all.js"
target = "assets/js/sweetalert2/sweetalert2.js"
[[module.mounts]]
source = "./node_modules/copy-to-clipboard/index.js"
target = "assets/js/copy-to-clipboard/copy-to-clipboard.js"