-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
165 lines (130 loc) · 3.08 KB
/
config.toml
File metadata and controls
165 lines (130 loc) · 3.08 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
title = "CORE"
baseURL = "https://core-rocket-official.netlify.app"
languageCode = "ja-jp"
hasCJKLanguage = true
theme = "universal"
publishDir = "docs"
MetaDataFormat = "yaml"
DefaultContentLanguage = "ja"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = "UA-165252472-1"
enableRobotsTXT = true
pluralizeListTitles = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 2
ordered = true
startLevel = 2
# define the number of posts per page
paginate = 10
paginatePath = "blog"
[menu]
[[menu.main]]
weight = 1
identifier = "home"
url = "/"
name = "ホーム"
[[menu.main]]
weight = 2
identifier = "about"
url = "/about"
name = "団体について"
[[menu.main]]
weight = 3
identifier = "activity"
url = "/activity"
name = "活動情報"
[[menu.main]]
weight = 4
identifier = "rockets"
url = "/rocket"
name = "COREのロケット"
[[menu.main]]
weight = 4
identifier = "blog"
url = "/blog"
name = "ブログ"
[[menu.main]]
weight = 5
identifier = "recruit"
url = "/recruit"
name = "募集情報"
[[menu.main]]
weight = 6
identifier = "sponsor"
url = "/sponsor"
name = "協賛・協力"
[[menu.main]]
weight = 7
identifier = "contact"
url = "/contact"
name = "お問い合わせ"
[[menu.topbar]]
weight = 1
name = "Twitter"
url = "https://twitter.com/CORE_Rocket"
pre = "<i class='fab fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 2
name = "YouTube"
url = "https://www.youtube.com/user/corerockets"
pre = "<i class='fab fa-2x fa-youtube'></i>"
[[menu.topbar]]
weight = 3
name = "GitHub"
url = "https://github.com/core-rocket"
pre = "<i class='fab fa-2x fa-github'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
url = "core.rockets@gmail.com"
pre = "<i class='fas fa-2x fa-envelope'></i>"
# main menu
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
mainSections = ["blog"]
viewMorePostLink = "/blog/"
defaultDescription = "CORE: Challengers of Rocket Engineeringは,関東圏の大学生が集まり,ハイブリッドロケットやCanSatの製作・打上げを行っているサークルです."
# social media
twitter_site = "CORE_Rocket"
default_sharing_image = "img/logo-white.png"
# style
style = "red"
# contact form
email = "f/mzbyprwa"
contact_form_ajax = false
about_us = "Challengers of Rocket Engineering"
copyright= "© 2020 Challengers of Rocket Engineering"
date_format = "2006/1/2 15:04:05"
logo = "img/logo-white-50x50.png"
logo_small = "img/logo-white-50x50.png"
[permalinks]
posts = "/blog/:year/:month/:slug/"
[params.topbar]
enable = true
text = "CORE: Challengers of Rocket Engineering"
[params.widgets]
categories = true
tags = true
search = true
[params.carousel]
enable = true
[params.features]
enable = false
[params.testimonials]
enable = false
[params.see_more]
enable = false
[params.clients]
enable = false
[params.recent_posts]
enable = true
title = "最近の投稿"
subtitle = ""