-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
101 lines (92 loc) · 2.14 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
90
91
92
93
94
95
96
97
98
99
100
101
#theme: minima
# Site Settings
title: 一维度
email: [email protected]
description: 苟日新,日日新,又日新
baseurl: ""
url: "https://www.fengerzh.com"
google_analytics: "UA-108471968-1"
github: [metadata]
# User Settings
username: 张京
user_description: 北京联云天下科技有限公司技术副总裁
disqus_username: fengerzh
# Social Media
# Remove the item if you don't need it
github_username: fengerzh
facebook_username: buzz.zhang
#twitter_username: twitter_username
instagram_username: fengerzh
linkedin_username: buzzzhang
medium_username: zhangbuzz
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# Plugins
plugins:
- jemoji
- jekyll-feed
- jekyll-sitemap
picture:
source: assets/images/_fullsize
output: generated
markup: picture
presets:
# Full width pictures
default:
ppi: [1, 1.5]
attr:
class: blog-full
itemprop: image
source_lrg:
media: "(min-width: 40em)"
width: 700
source_med:
media: "(min-width: 30em)"
width: 450
source_default:
width: 350
height: 200
# Half width pictures
half:
ppi: [1, 1.5]
attr:
data-location: "{{location}}"
data-active: nil
source_lrg:
media: "(min-width: 40em)"
width: 400
source_med:
media: "(min-width: 30em)"
width: 250
source_default:
width: 350
# Self-set resolution sources. Useful if you don't want a 1:1 image size to dppx ratio.
gallery:
source_wide_hi:
media: "(min-width: 40em) and (min-resolution: 1.5dppx)"
width: 900
height: 600
source_wide:
media: "(min-width: 40em)"
width: 600
height: 400
source_default:
width: 250
height: 250
# Links to include in menu navigation
# For external links add external: true
links:
- title: 首页
url: /
- title: 关于
url: /about/
- title: 联系
url: /contact/
- title: 去过
url: /visit/
- title: 链接
url: /links/
# Exclude my node related stuff
exclude: ["package.json", "src", "node_modules", "vendor"]