forked from hydecorp/hydejack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
350 lines (280 loc) · 9.44 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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
# Config
# ========================================================================================
# IMPORTANT: Set the URL of your site.
# Set to https://<username>.github.io when hosting on GitHub Pages
# (unless you are using a custom domain).
url: https://hovinh.github.io
# IMPORTANT: Set The "base URL" of your site.
# When your site sits in a subdirectory, set to /<name of directory>
# (with leading /, but without the < >).
# Use the empty string '' otherwise.
# For GitHub project sites, this is usually the name of the project,
# e.g. `/hydejack`.
baseurl: ''
# Language of your content in 2-letter code, e.g.: en, de.
# You may also provide a location, e.g.: en-us, de_AT.
lang: en
# The title of your blog. Used in the sidebar and the browser tab.
title: ho xuan vinh
# A short description (~150 chars) of the page used for the meta description tag.
# Can use markdown, but no more than one paragraph (enforced by `>`)
description: >
"computer science, imagination, idea"
# A shorter description for the sidebar.
tagline: '"computer science, imagination, idea"'
# A list of keywords for your blog
keywords: [machine learning, NLP]
# A (square) logo for your site.
# If provided, it will be shown at the top of the sidebar.
# It also used by the `jekyll-seo-tag` plugin.
# logo: /assets/icons/icon.png
# This should be the same author as first entry in `_data/authors.yml`.
author:
name: Xuan Vinh Ho
email: hxvinh.hcmus@gmail.com
# Used by `jekyll-seo-tag`:
# twitter: <username>
# This text will appear in a `<small>` tag in the footer of every page.
copyright: >
© 2018. All rights reserved.
# Add links to the footer.
# Typically you'll want to link to your impress, cookies or privacy policy, etc.
# legal:
# - title: Impress
# href: /impress/
# - title: Cookies Policy
# href: /cookies-policy/
# Format of the permalinks
permalink: /:categories/:year-:month-:day-:title/
# Pagination configuration (used by the `blog` layout)
paginate: 5
paginate_path: /page-:num/
# Customizaton
# ========================================================================================
# Sidebar image and theme color of the site.
accent_image: /assets/img/sidebar-bg-vinh.jpg
accent_color: rgb(79,177,186)
# This is used for the `theme-color` meta tag,
# which changes the background color of the browser UI in certain browsers.
# Defaults to `accent_color`.
theme_color: rgb(25,55,71)
# The string encoding which fonts to fetch from Google Fonts.
# See: <https://hydejack.com/docs/configuration/>
google_fonts: Roboto+Slab:400|Noto+Sans:400,400i,700,700i
# The text font. Expects a string that is a valid CSS font-family value.
# To change font-weight, see _sass/variables.scss
font: Noto Sans, Helvetica, Arial, sans-serif
# The font used for headings. Expects a string that is a valid CSS font-family value.
# To change font-weight, see _sass/variables.scss
font_heading: Roboto Slab, Helvetica, Arial, sans-serif
defaults:
- scope:
path: about.md
values:
menu: true
order: 1
- scope:
path: news.md
values:
menu: true
order: 2
- scope:
path: projects.md
values:
menu: true
order: 3
- scope:
path: blog.md
values:
menu: true
order: 4
- scope:
path: sharing_materials.md
values:
menu: true
order: 5
#- scope:
# path: hyde
# values:
# accent_color: rgb(79,177,186)
# accent_image: /assets/img/sidebar-bg-vinh.jpg
# `jekyll-seo-tag` will mark collection outputs as `BlogPosting`,
# but we want them to be `WebPage`s:
- scope:
type: projects
values:
seo:
type: WebPage
comments: true
- scope:
type: featured_categories
values:
seo:
type: WebPage
comments: true
- scope:
type: featured_tags
values:
seo:
type: WebPage
comments: true
# 3rd Party Integrations
# ----------------------------------------------------------------------------------------
# Set your Google Analytics id to receive `pageview` events.
# To remove Google Anaylics from your page, remove the line below.
google_analytics: UA-133713093-1
# Setting a disqus shortname will enable the comment section on
# pages with `comments: true` in the front matter.
disqus: ho-xuan-vinh
# Setting a tinyletter username will enable the newsletter subscription box.
# tinyletter: <tinyletter_username>
# Hydejack Settings
# ----------------------------------------------------------------------------------------
# These settings are specific to Hydejack.
hydejack:
# Configure the order of complementary content on blog posts
post_addons: [about, newsletter, related]
# Configure the order of complementary content on project pages
project_addons: [about, newsletter, other]
# If you do not use Google Fonts, set to `true`.
no_google_fonts: false
# Set to `true` if you don't want to show an icon indicating external links
no_mark_external: true
# Set to `true` if third party plugins fail to work with dynamically loaded pages
no_push_state: false
# Set to `true` if you want to disable the drawer
no_drawer: false
# Set to `true` to prevent usage of `hy-img` (lazy-loading images).
no_img: false
# Set to `true` if you do not want parts of the css inlined in <head/>
# This *may* be benefitial when serving the site over HTTP/2.
no_inline_css: false
# Code blocks and tables "break" the layout by spanning the full available width.
# Set this to true if you want them to be the same width as other content.
no_break_layout: false
# Set to `true` if you do not want to expose your resume and projects
# in machine-readable formats.
no_structured_data: false
# You can set this to `true` if you don't want to set the `theme-color` meta tag,
# This only affects the meta tag, not the color specified in the app manifest.
no_theme_color: false
# Set to `true` when building with the `--lsi` option
use_lsi: false
# When using Google Analytics, set to `true` to display a cookie notice banner.
# When enabled, no user-related data will be stored until the user gives consent.
cookies_banner: true
# Set to `true` if you would like to add a "Powered by Hydejack" link in the footer.
advertise: false
# Note that dark mode only works in the PRO version of Hydejack.
dark_mode:
# Set to `true` to always use the dark theme.
always: false
# Set to `true` to use the dark theme based on visitors' local time.
dynamic: true
sunrise: 6
sunset: 18
# Set to `true` to allow visitors to switch between light and dark mode.
icon: true
# ⚡️ DANGER ZONE ⚡️
# ----------------
# This is an _experimental_ feature.
# Only use if you know what Service Workers are and how they can impact your site!
offline:
enabled: false
cache_version: 1
# Collections
# ========================================================================================
collections:
featured_categories:
permalink: /:name/
output: true
featured_tags:
permalink: /tag-:name/
output: true
projects:
permalink: /projects/:path/
output: true
# File inclusion/exclusion
# ========================================================================================
exclude:
- vendor
- Gemfile
- Gemfile.lock
- node_modules
- package.json
- package-lock.json
- webpack.config.js
- "*.gemspec"
- _js
- _plugins
- .sass-cache
include:
- LICENSE.md
# Plugins
# ========================================================================================
plugins:
- jekyll-default-layout
- jekyll-feed
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-titles-from-headings
- jekyll-avatar
# Theme
# ---------------------------------------------------------------------------------------
# theme: jekyll-theme-hydejack
# remote_theme: qwtel/hydejack@gem
# SEO Tag
# ---------------------------------------------------------------------------------------
# Where you proof that you own this site (used by jekyll-seo-tag)
google_site_verification: 1Q8h1atyUsOZSkaLJAZPHYXcAQMJAgyUnIaqxJfjexY
# -- or --
# webmaster_verifications:
# google: <verification-id>
# bing: <verification-id>
# alexa: <verification-id>
# yandex: <verification-id>
# Used for Twitter cards
# twitter:
# username: <shortname>
# Used for Facebook open graph
# facebook:
# app_id: <id>
# publisher: <id>
# admins: <id>
# Used on index and about sites
# social:
# name: <firstname> <lastname>
# links:
# - https://twitter.com/<username>
# - https://github.com/<username>
# Other Plugins
# ---------------------------------------------------------------------------------------
optional_front_matter:
remove_originals: true
readme_index:
remove_originals: true
with_frontmatter: true
relative_links:
collections: true
titles_from_headings:
strip_title: true
collections: true
kramdown:
footnote_backlink: "↩︎"
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed