-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
49 lines (36 loc) · 910 Bytes
/
_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
plugins: [jekyll-paginate]
permalink: /:categories/:title/
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
paginate: 10
paginate_path: "page/:num"
baseurl: ""
defaults:
-
scope:
path: ""
type: posts
values:
layout: post
styles : [highlight.css,gitalk.css,post.css]
scripts : [gitalk.js, post.js]
title: "我只是个小开发"
email: ""
description: "jenson的博客"
github:
username: miss55
swiftype:
searchId: iXZyPokVfxFaBTvi64Y6
gitment:
repo: "jenson"
client_id: 7baa6de266c15f33620b
client_secret: 062a9145340a528913deaaff504ba9721fe2f120
url: "https://blog.wenyisong.cn"
imgrepo: "https://blog.wenyisong.cn/static/img"
# url: "https://miss55.github.io/jenson"
# imgrepo: "https://miss55.github.io/jenson/static/img"
#url: "http://127.0.0.1:4000"
#imgrepo: "http://127.0.0.1:4000/static/img"