forked from zhaoda/zhaoda.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (43 loc) · 1 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
# Site settings
title: 赵达的个人网站 - Zhao Da's Personal Website
name: 赵达
email: [email protected]
description: 我目前就职于腾讯,是一名高级前端开发工程师。
baseurl: ""
url: http://zhaoda.net
twitter_username: sage6437
github_username: zhaoda
github_url: https://github.com/zhaoda/zhaoda.github.io
lang: zh
timezone: Asia/Shanghai
google_verify: k9Sobn7a9wwRvlG0YV0L8f2wiguGMDSUNaqlgQd46Ro
google_plus: 113279817760268675586
# Handling Reading
safe: false
encoding: "utf-8"
permalink: pretty
sass:
style: :compressed
gems:
- jekyll-sitemap
- jekyll-feed
exclude: ["README.md"]
# Default layout
defaults:
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"
# Conversion
highlighter: rouge
# Markdown
markdown: kramdown
kramdown:
input: GFM
excerpt_separator: "<!--more-->"