-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
135 lines (115 loc) · 2.7 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
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
134
135
######################## default configuration ####################
baseURL = "https://aikidoaustralia.com.au"
title = "Sydney Aikikai"
theme = "persian"
languageName = "En"
languageCode = "en-us"
# post pagination
paginate = "5"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
############################# output ##############################
[outputs]
home = [ "HTML", "RSS", "json"]
# render unsafe html
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
################################ menu ##################################
[[menu.main]]
identifier = "about"
name = "About"
url = "about"
weight = 2
[[menu.main]]
identifier = "training-timetable"
name = "Training timetable"
url = "training-timetable"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "contact"
weight = 4
[[menu.main]]
identifier = "membership"
name = "Membership"
weight = 5
[[menu.main]]
identifier = "becoming-member"
name = "Becoming a member"
url = "membership"
parent = "membership"
weight = 6
[[menu.main]]
identifier = "dojo-etiquette"
name = "Dojo etiquette"
url = "dojo-etiquette"
parent = "membership"
weight = 7
[[menu.main]]
identifier = "membership-form"
name = "Membership form"
url = "membership-form"
parent = "membership"
weight = 8
[[menu.main]]
identifier = "locations"
name = "Locations"
url = "locations"
weight = 9
[[menu.main]]
identifier = "teachers"
name = "Teachers"
url = "teachers"
weight = 10
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "videos"
weight = 11
[[menu.main]]
identifier = "links"
name = "Links"
url = "links"
weight = 12
#################### default parameters ################################
[params]
logo = "images/kanji_aikido.jpg"
# Meta data
description = "Aikido martial arts club on Sydney's Northern Beaches."
author = "Sydney Aikikai"
# search
search = false
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# copyright
copyright = ""
# Custom CSS to add to head
custom_css = []
# Custom JS to add to head
custom_js = []
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# cookies
[params.cookies]
enable = true
expire_days = 2