-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
47 lines (40 loc) · 1.14 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
baseURL = "/"
languageCode = "en-us"
title = "Evolve"
theme = "hugo-theme-learn"
googleAnalytics = "UA-115057388-1"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
editURL = ""
description = "Evolve documentation cross platform database migration tool"
author = "Philippe Lécaillon"
themeVariant = "evolve"
ordersectionsby = "weight"
disableShortcutsTitle = true
disableBreadcrumb = true
disableLandingPageButton = true
disableLanguageSwitchingButton = true
disableMermaid = true
[[Languages.en.menu.shortcuts]]
name = "<i class='far fa-heart' style='color:HotPink'></i> Sponsor"
url = "https://github.com/sponsors/lecaillon"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-envelope-open'></i> Contact"
url = "mailto:[email protected]"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-twitter'></i> Twitter"
identifier = "tw"
url = "https://twitter.com/evolve_db"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-github'></i> Github"
identifier = "ds"
url = "https://github.com/lecaillon/Evolve"
weight = 40