-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (53 loc) · 1.19 KB
/
config.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
baseURL = 'https://nceboardprep.com/'
languageCode = 'en-us'
title = 'Anesthetips NCE Board Prep'
theme = "hugo-theme-relearn"
[outputs]
home = ["HTML", "RSS", "SEARCH", "PRINT"]
section = ["HTML", "RSS", "PRINT"]
page = ["HTML", "RSS", "PRINT"]
[params.utteranc]
enable = true
repo = "dahef34 / board_prep_book"
issueTerm = "pathname"
theme = "github-light"
label = "comment"
[params]
themeVariant = "nce"
[features]
[avatar]
gravatar = false
shape = "circle"
[taxonomies]
author = "authors"
tag = "tags"
[module]
[module.hugoVersion]
min = "0.95.0"
[mediaTypes]
[mediaTypes."text/javascript"]
suffixes = ["js"]
[outputFormats]
[outputFormats.PRINT]
name= "PRINT"
baseName = "index.print"
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
[outputFormats.SEARCH]
name= "SEARCH"
baseName = "index.search"
isPlainText = true
mediaType = 'text/javascript'
permalinkable = false
noUgly = true
[outputFormats.SERCHPAGE]
name= "SEARCHPAGE"
baseName = "search"
isHTML = true
mediaType = 'text/html'
permalinkable = false
noUgly = true
[markup.goldmark.renderer]
unsafe=true