-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (32 loc) · 1.07 KB
/
config.toml
File metadata and controls
41 lines (32 loc) · 1.07 KB
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
baseURL = "https://example.com"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Stonks"
theme = "ace"
pygmentsCodeFences = true
pygmentsStyle = "monokaiLight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
[params]
ordersectionsby = "weight" # ordersectionsby = "title"
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "Documentation Code"
url = "https://github.com/StonksPython/stonksdocs"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i>"
url = "https://github.com/StonksPython/Stonks"
weight = 10