-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
58 lines (53 loc) · 1.03 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
title: JKxz
author: XUJINKAI
description: 努力写点儿有用的❤️
footer_desc: >-
<br>
© 2016-2024 XUJINKAI.NET <br>
Github Source: <a href="https://github.com/XUJINKAI/blog">XUJINKAI blog</a>
url: https://xujinkai.net
baseurl:
disqus: xujinkai
ga4: G-4Q0MVTQ7HL
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "post"
comments: true
toc: true
- scope:
path: "pages"
type: "pages"
values:
layout: "page"
comments: false
show_excerpts: true
locale: zh-Hans
lang: zh-Hans
date_format: "%Y-%m-%d"
timezone: Asia/Shanghai
# timezone: Europe/Amsterdam
permalink: /posts/:title
plugins:
- jekyll-seo-tag
- jekyll-toc
- jekyll-sitemap
feed:
posts_limit: 10
excerpt_only: true
excerpt_tip: "博文经常更新,请移步主站查看🫡"
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- vercel.json