-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
89 lines (82 loc) · 2.2 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
# Site Settings
encoding: UTF-8
exclude:
[
'*.gem',
'*.gemspec',
'doc',
'docs',
'Gemfile',
'Gemfile.lock',
'node_modules',
'Rakefile',
'starter-kit',
'yizeng.github.io',
'vendor',
]
lang: en
permalink: /:year/:month/:day/:title/
theme: jekyll-theme-simple-texture
whitelist: [jekyll-feed, jekyll-redirect-from, jekyll-seo-tag, jekyll-sitemap]
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
defaults:
-
scope:
path: "assets/**/*.*"
values:
sitemap: false
markdown: kramdown
kramdown:
auto_id_prefix: 'heading-'
smart_quotes: ['apos', 'apos', 'quot', 'quot']
toc_levels: 1..3
sass:
style: compressed
# Site Data
url: http://yizeng.me # the base hostname & protocol for your site, e.g. http://example.com
baseurl: # the subpath of your site, e.g. /blog
title: Yi Zeng’s Blog
description: 'Personal blog for Yi Zeng, a senior software engineer based in Berlin, Germany.'
keywords: 'software,engineer,testing,full-stack,christchurch,newzealand,berlin,germany'
author:
name: Yi Zeng
job_title: Full-stack Developer
location: Berlin, Germany
# email: [email protected]
social_links:
- name: facebook
url:
- name: github
url: https://github.com/yizeng/
# - name: instagram
# url: https://www.instagram.com/yizeng.me
- name: linkedin
url: https://www.linkedin.com/in/yizengnz/
- name: stackoverflow
url: https://stackoverflow.com/users/1177636/yi-zeng
- name: twitter
url:
# - name: vk
# url: https://vk.com/yi.zeng
home:
section1:
section2:
section3:
blog:
cc_license: http://creativecommons.org/licenses/by-sa/4.0/ # A link to CC License
cc_license_image: /assets/images/theme/cc-by-sa.png # Choose one at https://creativecommons.org/choose/
footer_content: Yi Zeng, a senior software engineer based in Berlin, Germany.
disqus:
shortname: yizeng
public_key: ULZ0b9TFdfCUJSKQd4WCKv2v3u25YoG7YG8zXPewkWrT35lZ0Se9YnxLzoV6VM8W
google_tag_manager: 'GTM-P5NFP45'
addthis_public_id: ra-53819e27689934f9 # AddThis sharing plugin. See http://www.addthis.com/
paths:
home: /
blog: /blog/
categories: /blog/categories/
tags: /blog/tags/