-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (32 loc) · 890 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://dbmaintain.github.io/"
languageCode = "en-us"
title = "DbMaintain"
theme = "hugo-theme-techdoc"
hasCJKLanguage = true
pygmentsUseClasses = true
pygmentsCodefences = true
[Params]
# Souce Code repository section
description = "automatic database updates made easy"
github_repository = "https://github.com/DbMaintain/dbmaintain"
version = "2.7.3"
# Documentation repository section
# documentation repository (set edit link to documentation repository)
github_doc_repository = "https://github.com/DbMaintain/docs"
# Global menu section
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Documentation"
url = "/docs/"
weight = 2
[[menu.main]]
name = "Downloads"
url = "/downloads/"
weight = 3
[[menu.main]]
name = "Acknowledgements"
url = "/acknowledgements/"
weight = 4