-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
41 lines (33 loc) · 994 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
40
baseURL = "https://jinntec.github.io/fore-docs/"
languageCode = "en-us"
title = "Fore Documentation"
theme = "learn"
canonifyURLs = true
[params]
editURL = "https://github.com/Jinntec/fore-docs/tree/main/content/"
themeVariant = "fore"
siteLandingPage = "https://jinntec.github.io/fore-docs"
landingPageName = "Fore Documentation"
disableLandingPageButton = true
demoUrl = "https://jinntec.github.io/Fore/demo/"
disableInlineCopyToClipBoard = true
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/fore-docs/tags"
weight = 30
[[menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github"
identifier = "github"
url = "https://github.com/jinntec/Fore"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-link'></i> Links"
identifier = "links"
url = "links"
weight = 11
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true