forked from myyphp/myyphp2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (33 loc) · 770 Bytes
/
_config.yml
File metadata and controls
43 lines (33 loc) · 770 Bytes
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
permalink: /:year-:month-:day/:title/
highlighter: pygments
mardown: redcarpet
redcarpet:
extensions: [
"no_intra_emphasis"
,"fenced_code_blocks"
,"autolink"
,"tables"
,"strikethrough"
,"superscript"
,"with_toc_data"
,"footnotes"
,"highlight"
,"underline"
,"quote"
,"lax_spacing"
,"prettify"
# ,"html_toc"
]
paginate: 10
paginate_path: ":num"
baseurl: ""
title: "圣泉山人"
email: "zuji666@gmail.com"
description: "随记"
github_username: "myyphp"
swiftype_searchId: "imFSM5hHWNq6_9BEzTV_"
disqus_shortname: "myyphp"
url: "http://myyphp.github.io"
imgrepo: "http://myyphp.github.io/static/img"
#url: "http://127.0.0.1:4000"
#imgrepo: "http://127.0.0.1:4000/static/img"