-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (52 loc) · 1.15 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
title: Stack Problems
description: 记录文档
author: myprelude
github: https://github.com/myprelude
about: 我是练习时间长达两年半的前端练习生,擅长CTRL。
disqus_shortname: stackproblems
# google_analytics: UA-XXXXXXXX-Y
avatar_url: /static/img/avatar.jpeg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
# - icon: fa-facebook
# link: "#"
# - icon: fa-twitter
# link: "#"
# - icon: fa-linkedin
# link: "#"
# - icon: fa-stack-exchange
# link: "#"
# - icon: fa-github
# link: "https://github.com/myprelude"
share:
twitter_username: github.io
fb_appid: 1749788565247320
urls:
- text: 归档
url: /category/javascript
- text: 我
url: /about/
# - text: My Projects
# url: /projects/
# - text: XML Feed
# url: /feed.xml
url: "https://myprelude.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
gems:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']