-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (41 loc) · 1.06 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
# Where things are
source: .
destination: ./_site
plugins_dir: _plugins
layouts_dir: _layouts
includes_dir: _includes
collections:
posts:
output: true
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
plugins: [jekyll-polyglot, jekyll-paginate, jekyll-redirect-from]
# Permalinks
permalink: pretty
include: ['_pages']
exclude: ['LICENSE.md', 'README.md', 'publi.sh', 'Gemfile.lock', 'Gemfile']
# Setup
hyde_theme_id: theme-base-07 # black theme
title: Justin's Blog
description:
zh-CN: 大道不过三两行
en: If I can't explan it simply, I don't understand it deeply.
paginate: 5
# Custom vars
version: 1.0
# practical values langsep are "|", "•", "·", "-", "–"
langsep: "|"
email: [email protected]
github: https://github.com/JustinMaDev
linkedin: https://www.linkedin.com/JustinMaDev
#Polyglot
languages: ["en", "zh-CN"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css", "public"]
parallel_localization: false
whitelist:
- jekyll-redirect-from