forked from flatpickr/flatpickr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·133 lines (108 loc) · 3.01 KB
/
config.toml
File metadata and controls
executable file
·133 lines (108 loc) · 3.01 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseurl = "https://flatpickr.js.org/"
languageCode = "en-us"
title = "flatpickr"
theme = "hugo-material-docs"
metadataformat = "toml"
canonifyurls = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
pygmentsCodeFences = true
pygmentsStyle = "manni"
[params]
# General information
author = "chmln"
description = "A lightweight and powerful datetimepicker"
copyright = "Released under the MIT license"
# Repository
provider = "GitHub"
repo_url = "https://github.com/flatpickr/flatpickr"
version = "v4"
logo = "images/logo.png"
favicon = "images/logo.png"
permalink = "#"
# Custom assets
custom_css = [
"site.css",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/flatpickr.css",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/confirmDate/confirmDate.css",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/monthSelect/style.css"
]
custom_js = [
"init.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/flatpickr.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/confirmDate/confirmDate.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/weekSelect/weekSelect.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/rangePlugin.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/minMaxTimePlugin.js",
"https://cdn.jsdelivr.net/npm/flatpickr@latest/dist/plugins/monthSelect/index.js",
"flatpickr.js",
"themer.js"
]
[params.palette]
primary = "blue"
accent = "light-blue"
[params.font]
text = "Libre Franklin"
code = "Roboto Mono"
[taxonomies]
[social]
twitter = ""
github = "flatpickr/flatpickr"
email = ""
[[menu.main]]
name = "Introduction"
url = "/"
weight = 1
[[menu.main]]
name = "Getting Started"
url = "getting-started/"
weight = 2
[[menu.main]]
name = "Examples"
url = "examples/"
weight = 3
[[menu.main]]
name = "The Flatpickr Instance"
url = "instance-methods-properties-elements/"
weight = 4
[[menu.main]]
name = "Events & Hooks"
url = "events/"
weight = 5
[[menu.main]]
name = "Config Options"
url = "options/"
weight = 7
[[menu.main]]
name = "Formatting Tokens"
url = "formatting/"
weight = 8
[[menu.main]]
name = "Localization"
url = "localization/"
weight = 9
[[menu.main]]
name = "Plugins"
url = "plugins/"
weight = 10
[[menu.main]]
name = "Themes"
url = "themes/"
weight = 11
[[menu.main]]
name = "Mobile Support"
url = "mobile-support/"
weight = 12
[[menu.main]]
name = "IE9"
url = "ie9/"
weight = 13
[[menu.main]]
name = "Updating from v2"
url = "updating-from-v2/"
weight = 14
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true