-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
66 lines (58 loc) · 1.54 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
65
66
baseurl = "/"
languageCode = "en-us"
title = "DB Browser for SQLite"
theme = "hugo-lithium"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["_files$", "_cache$", "\\.utf8\\.md$"]
enableEmoji = true
publishDir = "docs"
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "About"
url = "/about/"
[[menu.main]]
name = "Blog"
url = "/blog/"
[[menu.main]]
name = "DBHub"
url = "https://dbhub.io"
[[menu.main]]
name = "Docs"
url = "https://github.com/sqlitebrowser/sqlitebrowser/wiki"
[[menu.main]]
name = "Download"
url = "/dl/"
[[menu.main]]
name = "GitHub"
url = "https://github.com/sqlitebrowser/sqlitebrowser"
[[menu.main]]
name = "Gitter"
url = "https://gitter.im/sqlitebrowser/sqlitebrowser"
[[menu.main]]
name = "Patreon"
url = "https://www.patreon.com/db4s"
[[menu.main]]
name = "Stats"
url = "/stats/"
[params]
description = "The Official home of the DB Browser for SQLite."
canonicalUrl = "https://sqlitebrowser.org"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
favicon = "favicon.ico"
[params.logo]
url = "sqlitebrowser.svg"
width = 50
height = 50
alt = "DB Browser for SQLite logo"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true