-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·188 lines (159 loc) · 4.85 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
baseurl = "http://taipei.gdgcloud.tw/"
title = "GDGCloud Taipdi"
theme = "hugo-universal-theme"
languageCode = "en"
hasCJKLanguage = true
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "zh-tw"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Code highlight
pygmentsUseClasses = false
pygmentCodeFences = true
# Define the number of posts per page
paginate = 10
[menu]
# Main menu
[[menu.main]]
name = "首頁"
url = "/"
weight = 1
[[menu.main]]
name = "文章"
url = "/blog/"
weight = 2
[[menu.main]]
name = "社群"
identifier = "社群"
weight = 3
[[menu.main]]
parent="社群"
name = "Meetup"
url = "/tags/meetup"
weight = 1
[[menu.main]]
parent="社群"
name = "作者文章投稿"
url = "/authors/"
weight = 2
[[menu.main]]
parent="社群"
name = "譯者文章投稿"
url = "/translators/"
weight = 3
[[menu.main]]
parent="社群"
name = "譯者文章投稿"
url = "/translators/"
weight = 3
[[menu.main]]
parent="社群"
name = "貢獻指南"
url = "/contributing-specification/"
weight = 4
[[menu.main]]
parent="社群"
name = "活動"
url = "/activity/"
weight = 5
[[menu.main]]
parent="社群"
name = "工商服務"
url = "/jobs/"
weight = 6
[[menu.main]]
name = "連絡我們"
url = "/contact/"
weight = 7
# Top bar social links menu
[params]
viewMorePostLink = "/blog/"
author = "Cage Chung"
defaultKeywords = ["GDGCloud","GCP"]
defaultDescription = "GDGCloud Taipei"
# Browser title description
description = "GDGCloud Taipei"
# Google Maps API key (if not set will default to not passing a key.)
googleMapsApiKey = ""
# Baidu统计
baiduKey=""
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "blue"
# Social share buttons
share = false
# 404 page
errorimage = "/img/404.png"
email = "[email protected]"
about_us = "<p>我們是 GDGCloud Taipei。在 Google 雲端服務在台灣地區展露頭角之後,有許多新的服務、新的知識、新的創意,歡迎大家一起分享,一起了解 Google 雲端服務"
copyright = "Copyright ©️ 2020, GDGCloud Taipei all rights reserved."
icpno = ""
# Format dates with Go's time formatting
date_format = "2006年1月2日"
logo = "/img/logo.png"
# avatar used for thumbnail on sharing
avatar = "/img/gdgcloudtaipei-avatar.png"
logosmall = "/img/logo-small.png"
address = """<p>請至 Facebook 搜尋 GCPUG.TW 或是掃描下面的 QR code,加入社團</p><p><img src="https://storage.googleapis.com/gcs.gcpug.tw/website/gcpugtaipei_fb_group_128.png"></p>"""
[Permalinks]
#blog = "/blog/:year/:month/:day/:filename/"
blog = "/blog/:filename/"
# Enable or disable top bar with social icons
[params.topbar]
enable = false
text = """<p>社群入口➡</p>"""
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = true
[params.carousel]
enable = true
# Set carousel background image
background = "/img/carousel-bg.jpg"
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
[params.features]
enable = false
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
[params.testimonials]
enable = true
# All testimonials are defined in their own files. You can find example items
# at 'exampleSite/data/testimonials'.
# For more informtion take a look at the README.
title = "公告"
subtitle = ""
[params.see_more]
enable = true
icon = "fa fa-pagelines"
title = "一同參與"
subtitle = "加入 GDGCloud Taipei"
link_url = "/contact"
link_text = "更多資訊"
[params.clients]
enable = true
# All clients are defined in their own files. You can find example items
# at 'exampleSite/data/clients'.
# For more informtion take a look at the README.
title = "贊助商"
subtitle = ""
[params.recent_posts]
enable = true
title = "最新文章"
subtitle = "社群參與者的部落格與最 in 的新聞都在這裡"
[outputs]
home = ["HTML", "RSS", "Algolia"]
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
enable = true
appid = "Q1O7C11OQ6"
index = "website"
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
key = "cf1cf71c81051abfc308e8c6a9188870"