-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
39 lines (33 loc) · 879 Bytes
/
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
baseURL = "https://64.github.io/cpp-faq"
title = "C++ FAQ"
languageCode = "en-us"
theme = "PaperMod"
enableInlineShortcodes = true
enableRobotsTXT = true
[minify]
disableXML = true
minifyOutput = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[permalinks]
faq = "/:filename" # So that we have /faq-entry-name instead of /faq/faq-entry-name
[params]
mainSections = ["faq", "meta"]
env = "production"
title = "C++ FAQ"
showtoc = false
tocopen = false
hidemeta = false
comments = false
socialIcons = [{ name = "github", url = "https://github.com/64/cpp-faq" }]
[params.homeInfoParams]
Title = "C++ FAQ"
Content = "Frequently Asked Questions for the C and C++ programming languages."
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0.0
distance = 1000.0
threshold = 0.4
minMatchCharLength = 0.0
keys = ["title", "permalink", "summary", "content", "slug"]