forked from yizeng/yizeng.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (63 loc) · 2.05 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
# 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
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 software engineer based in Christchurch, New Zealand."
keywords: 'software,engineer,testing,full-stack,christchurch,newzealand'
author:
name: Yi Zeng
job_title: Software Engineer
location: Christchurch, New Zealand
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 software engineer based in Christchurch, New Zealand.
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/