-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.toml
57 lines (46 loc) · 1.12 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
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Hydra Template"
disqusShortname = ""
googleAnalytics = ""
Paginate = 10
PaginatePath = "/"
enableRobotsTXT = true
[taxonomies]
category = "categories"
[permalinks]
posts = ":section/:year/:month/:day/:title/"
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
identifier = "login"
name = "login"
url = "/"
weight = 110
[menu.main.params]
new_window = true
[[menu.main]]
identifier = "signup"
name = "Sign Up"
url = "/"
weight = 111
[menu.main.params]
new_window = true
highlight = true
[params]
[params._options.type]
hidden = true
[params._options.full_width]
hidden = true
[params._comments]
map = "Update the map location and display settings."
latitude = "Coordinates for the center marker on the map."
longitude = "Coordinates for the center marker on the map."
zoom = "The zoom level for the map."
pricing_table = "Update the information in the pricing tables."
highlight = "Emphasis the text"
color = "The background colour used in the plan name and call to action."
new_window = "Open link in new window"
[cloudcannon.data]
staff_members = true