-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (53 loc) · 1006 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
49
50
51
52
53
# Site settings
title: 程序员阿辉
email: [email protected]
description: >
提供软件开发和技术咨询服务, PHP开发, Java开发, Go开发
baseurl: ""
url: "https://blog.runphp.net"
repository: runphp/blog.runphp.net
author: runphp
wechat: runphp
QQ: 83308224
github_username: runphp
output_ext: .html
permalink: /:categories/:year/:month/:day/:title:output_ext
paginate: 50
paginate_path: /page/:num
# Build settings
markdown: kramdown
timezone: Asia/Shanghai
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: shell
fenced_code_blocks: true
exclude:
- .idea
- js
keep_files:
- avatar
- css/fonts
- dist
sass:
load_paths: node_modules
defaults:
-
scope:
path: "googledfda5ebddb0304f4.html"
values:
sitemap: false
-
scope:
path: '_posts'
type: posts
values:
layout: post
author: runphp
jekyll-archives:
enabled:
- categories
- tags
permalinks:
category: :name/
tag: :name/