-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (83 loc) · 2.02 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
############# Basic Settings #############
title: Ch3nyang's Blog
description: >-
Blog about technology and study notes.
keywords:
- blog
- cyber security
- developer
- program
- study notes
- technology
author:
name: Ch3nyang
link: https://github.com/WCY-dt
email: [email protected]
lang: zh-CN
timezone: Asia/Shanghai
# display powered by jekyll in footer
powered_by: false
# the subpath of your site
baseurl:
# the base hostname & protocol for your site
url: https://blog.ch3nyang.top
# OPTIONAL settings: delete the following line if you don't need
giscus:
data-repo: WCY-dt/blog
data-repo-id: MDEwOlJlcG9zaXRvcnkzNDkxMDc5OTU=
data-category-id: DIC_kwDOFM73G84CgH8k
# google_analytics: G-VFB9RYFE57
umami: 71d80a81-5062-4211-9e2c-8b1e1784811f # https://umami.is/
baidu_site_verification: codeva-dciGw99jsc
############# Theme Settings #############
color_theme: dark # light or dark
# icons are from https://fonts.google.com/icons
# Modify this may cause unexpected errors from includes/header.html
navy:
- title: post
url: /
icon: collections_bookmark
- title: about
url: https://ch3nyang.top
icon: person
- title: category
url: /category/
icon: category
- title: tag
url: /tag/
icon: local_offer
- title: rss
url: feed.xml
icon: rss_feed
share:
- hackernews
- twitter
- facebook
- reddit
- telegram
# - weibo
############# Other Settings #############
# Please do not modify the following settings unless you know what you are doing.
permalink: /post/:title/
theme_config:
date_format: "%Y-%m"
markdown: kramdown
highlighter: rouge # Supported language: https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers
kramdown:
input: GFM
jekyll-archives:
enabled: [categories, tags, year]
layout: archive
permalinks:
tag: /tag/:name/
category: /category/:name/
year: /year/:year/
plugins:
- jekyll-archives
- jekyll-loading-lazy
webrick:
headers:
Access-Control-Allow-Origin: "*"
exclude:
- LICENSE.txt
- README.md