-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
67 lines (55 loc) · 1.13 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
title: "Error: 你发现了一个错误!"
description: Life often requires some excitement, joy, and anticipation.
baseurl: "" # the subpath of your site, e.g. /blog
url: https://zhui.dev
author:
name: Mr. Error 追
email: "[email protected]"
permalink: /:year-:month/:title
timezone: Asia/Shanghai
favicon: /assets/img/favicon.ico
#google_analytics:
#disqus_shortname:
#gitalk:
giscus: true
#cusdis:
#app_id:
user:
name: Mr. Error 追
pic: /assets/img/avatar.jpg
picAlt: "Mr. Error 追"
job: Life often requires some excitement, joy, and anticipation.
#search:
about: true
feed: true
key: true
plugins:
- jekyll-include-cache
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-spaceship
jekyll-spaceship:
element-processor:
css:
- a:
props:
loading: lazy
exclude:
- README.md
- LICENSE
- github
defaults:
- scope:
path: "_posts"
type: posts
values:
layout: post
comment: true
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
# Filtering Content
show_drafts: null
limit_posts: 0
future: false
unpublished: false