-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.toml
48 lines (41 loc) · 1.35 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
baseURL = 'https://n9e.github.io/'
languageCode = 'en'
title = '夜莺手册'
theme = "relearn"
publishDir = "docs"
[params]
editURL = "https://github.com/n9e/n9e.github.io/tree/master/content/"
description = "Documentation for nightingale"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = true
disableMermaid = false
titleSeparator = "::"
themeVariant = "blue"
disableSeoHiddenPages = true
[outputs]
home = ["HTML", "RSS", "JSON"] # add JSON to the home page to support lunr search
[markup]
[markup.highlight]
style = "base16-snazzy" # choose a color theme or create your own
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
[markup.goldmark.renderer]
unsafe= true
[Languages]
[Languages.en]
title = "N9E"
weight = 1
languageName = "English"
landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> Home"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/didi/nightingale"
weight = 10
# [[Languages.en.menu.shortcuts]]
# name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
# identifier = "hugodoc"
# url = "https://gohugo.io/"
# weight = 20