-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
163 lines (142 loc) · 4.87 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
baseurl = "https://fabstemq.github.io/"
title = "FabLabClub@QenaSTEM"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
# disqusShortname = ""
# googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
hasCJKLanguage = true
[outputs]
# home = ["HTML", "RSS", "Algolia"]
home = ["HTML", "RSS"]
[params]
header_image = "img/header.jpg"
header_text = "FabLabClub @QenaSTEM"
# SEOTitle = "The home of creation"
description = ""
keyword = ""
slogan = "create, destory, fix"
image_404 = "img/404-bg.jpg"
title_404 = "Page Not Found"
omit_categories = true
# # leancloud storage for page view counter
# page_view_conter = false
# leancloud_app_id = ""
# leancloud_app_key = ""
# # algolia site search
# algolia_search = true
# algolia_appId = ""
# algolia_indexName = ""
# algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "Passionate high scholars working on cool projects!"
# sidebar_avatar = "img/zhaohuabing.png" # use absolute URL, seeing it's used in both `/` and `/about/`
featured_tags = true
featured_condition_size = 0
# Baidu Analytics
# ba_track_id = ""
# We need a proxy to access Disqus api in China
# Follow https://github.com/zhaohuabing/disqus-php-api to set up your own disqus proxy
disqus_proxy = ""
disqus_site = ""
# Twikoo comments
# Follow https://twikoo.js.org/ to set up your own env_id
# twikoo_env_id = ""
#Enable wechat pay & alipay to allow readers send reward money if they like the articles
# reward = true
# reward_guide = "如果这篇文章对你有用,请随意打赏"
friends = true
bookmarks = false
about_me = true
# Include any custom CSS and/or JS files, url or relative to /static folder
#custom_css = ["css/lightbox.css", "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css", "css/main.css"]
#custom_js = ["js/lightbox.js", "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js", "js/main.js"]
custom_css = ["css/dark.css", "css/style.css", "css/header.css"]
[params.social]
rss = true
email = "[email protected]"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
#twitter = "full profile url in twitter"
# linkedin = "https://www.linkedin.com/in/yourlinkedinid"
# stackoverflow = "https://stackoverflow.com/users/yourstackoverflowid"
#instagram = "full profile url in instagram"
github = "https://github.com/fabstemq"
# wechat = "your wechat qr code image"
#medium = "full profile url in medium"
#slack = "full workspace url in slack"
#pinterest = "full profile url in pinterest"
#reddit = "full profile url in reddit"
#gitlab = "full profile url in gitlab"
#mastodon = "full profile url in mastodon"
#keybase = "full profile url in keybase"
#xing = "https://www.xing.com/profile/yourxingid"
#git = "full profile url for git user"
[params.giscus]
giscus = true
data_repo = "fabstemq/fabstemq.github.io"
data_repo_id = "R_kgDOHFhNDQ"
data_category = "Announcements"
data_category_id = "DIC_kwDOHFhNDc4COlYn"
data_mapping = "title"
data_reactions_enabled = "1"
data_emit_metadata = "0"
data_input_position = "top"
data_theme = "dark_dimmed"
data_lang = "en"
data_loading = "lazy"
crossorigin = "anonymous"
[[params.friend_link]]
title = "Eng. Amr Abdelshafy"
href = "/top/members/amr"
[[params.friend_link]]
title = "Gehad Karam"
href = "/top/members/gehad"
[[params.friend_link]]
title = "Marawan Mogeb"
href="https://marawan-mogeb.github.io/"
[[params.friend_link]]
title = "Mennaallah Soliman"
href = "/top/members/menna"
[[params.friend_link]]
title = "Ola Hamdy"
href = "/top/members/ola"
[[params.friend_link]]
title = "SalahDin Ahmed"
href = "https://salastro.github.io/"
[[params.friend_link]]
title = "Samah Mohamed"
href = "/top/members/samah"
[[params.friend_link]]
title = "Younis Tarek"
href = "https://younis-tarek.github.io/"
[[params.friend_link]]
title = "Youssef Osman"
href = "/top/members/youssef"
[[params.friend_link]]
title = "ハビーバ"
href = "/top/members/ハビーバ"
[[params.addtional_menus]]
title = "ARCHIVE"
href = "/top/archive/"
[[params.addtional_menus]]
title = "ABOUT"
href = "/top/about/"
# [outputFormats.Algolia]
# baseName = "algolia"
# isPlainText = true
# mediaType = "application/json"
# notAlternative = true
# [params.algolia]
# vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
# params = ["categories", "tags"]
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files