-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
312 lines (268 loc) · 10.3 KB
/
_config.yml
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
# Find errors on this file with http://www.yamllint.com/
# Chulapa docs: https://dieghernan.github.io/chulapa/docs/02-config
# XX. Installing Chulapa
# With remote theme
#remote_theme: dieghernan/chulapa
# With gem based method do this instead
theme: chulapa-jekyll
# And at this to your Gemfile
# gem install 'chulapa-jekyll'
# A. Site Settings /SEO options
# Overall options for your site, would affect your site SEO
# Default values are explained
locale : "en-US" #default["en-US"] format language-TERRITORY , e.g fr, en-GB, es-MX, pt-BR
title : "MerkleTree Labs" #default["repository_name"]
title_separator : "|" #default [" | "]
subtitle : "Building the Future of Secure, Post-Quantum Systems" #default [your-repository-tagline]
#description: >- # this means to ignore newlines until "baseurl:"
description :
url : #See baseurl - On Github Pages you may leave it blank - If you use CNAME use your domain
baseurl : #On Github Pages you may leave it blank. Have a look to: https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
words_per_minute : #default[200]
timezone : "America/Denver" #"Europe/Madrid ,see https://jekyllrb.com/docs/configuration/options/ and https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# SEO
og_image : ./assets/img/og/og-logo.webp #default[author.avatar (see below)] or [github-avatar]
twitter_site : #Avoid @
author:
name : "MerkleTree" # Name Surname Company
avatar : ./assets/img/tree-coin/tree-coin-768.webp # Try a square file. Info: Your github avatar on https://github.com/[USERNAME].png
location : Colorado, USA # New York, USA
links:
- url: [email protected] #A link or email: https://twitter.com/jack, [email protected]
icon: "fa-sharp fa-solid fa-envelope" # A Fontawesome code: fab fa-twitter - see https://fontawesome.com/
label: Email # A Label for the icon: Twitter
- url: # Another link
icon: # Another FontAwesome code
label: # Another label
fa_version: #default ["6"] Use 6 or 5
fa_kit_code: # Your FontAwesome kit code. If not provided a free hosted version (slower) will be loaded: https://fontawesome.com/
fa_v4_support: #Bool Add FontAwesome 4 support
# Web tracking - Google services https://analytics.google.com/analytics/web/
# gtag_id is the preferred option, see https://developers.google.com/analytics/devguides/collection/gtagjs/migration?hl=en
# analytics provided for backwards compatibility
gtag_id : G-ETVHF03NS4
analytics_id : 8595824814
# Search providers
# Available free search engines:
# - lunr https://lunrjs.com/
# - algolia v4 https://www.algolia.com/ - needs further configuration
# - google custom search engine https://cse.google.es/
search:
provider : #lunr #Select a provider for enable search: lunr, algolia, google
label : #default ["Search"] Text on navbar when search is enabled
landing_page : #default ["/search"] Link on navbar
lunr_maxwords : #default [30] lunr only - May slow down your site build
algolia_logo : true #Displays algolia logo. Should be set to true if you are on a community plan, otherwise false.
google_cse_id: #Your cse id
# This site uses jekyll-algolia plugin https://community.algolia.com/jekyll-algolia/
# Recommended additional configuration provided, could be modified. Add your own parameters
algolia:
application_id : #As per your Algolia account
index_name : #As per your Algolia account
search_only_api_key : #As per your Algolia account
files_to_exclude: #Optional
- _layouts/*.html
- _includes/*.html
- docs/_pages/*
- docs/blog/*
extensions_to_index: #Optional
- html
- md
searchableAttributes: #Optional
- title
- headings
- unordered(content)
- unordered(subtitle)
- unordered(categories)
- unordered(collection)
- unordered(tags)
customRanking: #Optional
- desc(include_on_search)
- desc(title)
- desc(content)
- desc(subtitle)
comments:
provider: #Enable comments via Disqus, giscus, Cactus.chat, cusdis
disqus_shortname: #Your site id : check your address https://{{ disqus.shortname }}.disqus.com/admin/
cactus_shortname: #Your site id as registered with Cactus.chat
cusdis_app_id: # Your cusdis app id
cusdis_host: # Optionally you can use your own host
website_id: # Welcomments id
# B. Navigation
# Configure your navbar and the footer of your site
# Navbar:
# "brand" options would be set on the left side of your navbar
# "nav" would be set on the right side. Two-level nav links available
navbar:
style : fab #default is the classical top navbar, set "fab" for a floating action button navbar or "dual"
expand : # At which device size expand the navbar menu. default[md] https://getbootstrap.com/docs/4.5/layout/overview/
brand:
title : Home # Title in navbar
url : # default["url/baseurl"]
img : /assets/img/logo/logo_no-text_100.webp # An small image, try 30x30px
nav:
- title : About # Label
url : /about/ # url
- title : Blog # Label
url : /blog/ # url
# - title : Extras
# child :
# - title : Tags
## url : /tags
# - title : Categories
# url : /categories
# - title : Archive
# url : /archive
# - title : Current skin
# url : /current-skin
# - title : # Label submenu
# child:
# - title: # Child label
# url : # child url
# - title: # Child label
# url : # child url
#Social links to be placed on your site footer
footer:
links:
- label : Repo on Github # Label
icon : fab fa-github # Fontawesome 5 icon
url : https://github.com/MerkleTree-US/merkletreelabs.com # A link or email: https://twitter.com/jack, [email protected]
- label: "RSS"
icon: "fa fa-rss"
url: "./atom.xml"
copyright: # default is © <year> <name>
# C. Theme Settings
# Google Fonts https://fonts.google.com/, add as many as you need
googlefonts:
- url : 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'
- url : 'https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap'
# Theme and colors
chulapa-skin:
highlight : # default["default"]
skin : # Optional predefined skins
autothemer : true # Bool: Use autotheming
vars :
primary: "#22272e"
link-color: "#0f172a"
success: "#2A874B"
warning: "#C15807"
danger: "#cf222e"
info: "#8250df"
black: "#0d1117"
body-bg: "#deedf8"
body-color: "#24292f"
headings-font-family: "'Inter', Roboto"
font-family-base: "'Inter Tight', Mukta "
font-family-monospace: "'Fira Code', monospace"
headings-font-weight: 800
text-muted: "#6A788A"
link-decoration: underline
navbar-chulapa-bg-color: $primary
navbar-chulapa-toggler-border-color: $primary
navbar-chulapa-text-color: $body-bg
navbar-chulapa-hover-color: $text-muted
navbar-chulapa-brand-color: $navbar-chulapa-text-color
footer-chulapa-bg-color: $black
footer-chulapa-text-color: "#8b949e "
footer-chulapa-hover-color: "#58a6ff"
footer-chulapa-icon-hover-color: mix($footer-chulapa-hover-color, $footer-chulapa-bg-color, 20%)
blockquote-chulapa-bg-color: $body-bg
blockquote-chulapa-text-color: $body-color
# primary : #default ["#007bff"] - Bootstrap blue
# D. Jekyll Defaults and collections: see https://jekyllrb.com/
# Blog pagination: on this site /blog/index.html. https://jekyllrb.com/docs/pagination/
paginate: 4
paginate_path: "/blog/page:num/"
paginator_maxnum: 3 #default[3] Custom: max of number to be displayed on the paginator
# Collections https://jekyllrb.com/docs/step-by-step/09-collections/
#collections:
# cheatsheet:
# output: true
# permalink: /cheatsheets/:name
#collections_dir :
#permalink : /:year:month:day_:title/
# Defaults https://jekyllrb.com/docs/configuration/front-matter-defaults/
defaults:
-
scope:
path: ""
values:
layout: "default"
header_type: "base"
include_on_search : false
cloudtag_url : "/tags" #This is where the link on tags would redirect
cloudcategory_url : "/categories" #This is where the link on categories would redirect
-
scope:
path: ""
type: "posts"
values:
header_type : "post"
include_on_search : true
include_on_feed : true
show_date : true
show_related : true
show_bottomnavs : true
show_sociallinks : true
show_comments : true
show_tags : true
show_categories : true
show_author : false
show_toc : false
# -
# scope:
# path: ""
# type: "cheatsheet"
# values:
# header_type : "hero"
# show_bottomnavs : true
# show_sociallinks : true
# include_on_search : true
# show_breadcrumb : true
# breadcrumb_list :
# - label: Cheatsheets
# url: /cheatsheets
# XX. Other settings - no need to modify
# HTML Compression
# - https://jch.penibelst.de/
compress_html:
clippings: all
blanklines: true
plugins:
# - jekyll-github-metadata
- jekyll-paginate
- jekyll-include-cache
- jekyll-sitemap
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- Gemfile
- vendor
- /docs # ignore Chulapa /docs
- /test # ignore Chulapa /test
- github-metrics.svg
- "*.xcf" # any gimp source image files
include:
- _pages
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
footnote_backlink: '↑'
entity_output: as_char
toc_levels: 2..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style