This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathconfig.toml
67 lines (59 loc) · 1.44 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
67
#
# Hugo global configuration
#
baseURL = 'https://bootstrap-validate.js.org/'
languageCode = 'en-us'
title = 'bootstrap-validate'
theme = ['bootstrap-validate', 'hugo-theme-relearn']
archetypeDir = 'site/archetypes'
assetDir = 'site/assets'
contentDir = 'site/content'
dataDir = 'site/data'
layoutDir = 'site/layouts'
staticDir = 'site/static'
themesDir = 'site/themes'
publishDir = 'docs'
#
# Geekdoc theme configuration
#
pluralizeListTitles = false
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
#
# bootstrap-validate configuration
#
[params]
geekdocBreadcrumb = false
geekdocRepo = 'https://github.com/PascaleBeier/bootstrap-validate'
geekdocEditPath = 'edit/main/site/content'
[params.versions]
'Bootstrap 3' = '/v1'
'Boostrap 4' = '/v2'
'Bootstrap 5' = '/v3'
[Languages]
[Languages.en]
title = "bootstrap-validate"
weight = 1
languageName = "English"
landingPageURL = "/en"
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/PascaleBeier/bootstrap-validate"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-book'></i> Bootstrap 3"
url = "/v1"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-book'></i> Bootstrap 4"
url = "/v2"
weight = 13