-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
72 lines (60 loc) · 1.33 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
# Site settings
title: 赵达的个人网站 - Zhao Da's Personal Website
name: 赵达
logo: /assets/image/avatar.jpg
email: zd6437@gmail.com
description: 一名程序员,就职于腾讯
baseurl: ""
url: https://zhaoda.net
twitter_username: sage6437
github_username: zhaoda
github_url: https://github.com/zhaoda/zhaoda.github.io
lang: zh
timezone: Asia/Shanghai
google_site_verification: k9Sobn7a9wwRvlG0YV0L8f2wiguGMDSUNaqlgQd46Ro
author:
twitter: sage6437
twitter:
username: sage6437
card: summary
social:
name: 赵达
links:
- https://twitter.com/sage6437
- https://www.facebook.com/sage6437
- https://github.com/zhaoda
- https://weibo.com/sage
# Handling Reading
safe: false
encoding: "utf-8"
permalink: pretty
sass:
style: :compressed
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-redirect-from
- jemoji
- jekyll-mentions
- jekyll-avatar
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-->"