-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
91 lines (72 loc) · 3.32 KB
/
_config.yml
File metadata and controls
91 lines (72 loc) · 3.32 KB
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
88
89
90
91
# Site settings 配置站点
title: 'Pea Soft 博客'
description: '我会在这里发布我开发的一些小工具哦!'
keyword: 'peasoft'
url: 'https://peasoft.github.io' # your host
# when build blog on server, if you don't need baseurl, you should leave this value blank.
# 在服务器上建站时,如果你不需要子域名,请将这一格留空
# if you're using GitHub Pages, set baseurl to your blog's .
# 如果你在使用 GitHub Pages, 请将 baseurl 设置为你的网址的子域名
# for example, if your site is "kaeyleo.github.io", then this url should leave blank.
# 例如,当你的域名是 "kaeyleo.github.io" 时,这个 url 需要留空
# but if your created a repo named "myblog", and the site is "kaeyleo.github.io/myblog", change baseurl to '/myblog'
# 但是,如果你创建了一个叫 "myblog" 的网站,此时网址会变成 "kaeyleo.github.io/myblog" ,这时再将 baseurl 设置为 '/myblog'
baseurl: ''
# Navigation links
nav:
捐赠: '/pay.html'
免费节点: '/NWalls.html'
文章分类: '/tags.html'
搜索: '/s' # 注意:如果服务器不支持省略 '.html',请将此项改为 '/s.html'
# Footer
footer:
since: 2023
# Author 配置博主信息
author: 'Pea Soft'
nickname: 'peasoft'
bio: '一位有事没事找点事的开发者'
avatar: '/assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: false
# Comments 评论功能
comments:
giscus: true
giscus_script: '<script src="https://giscus.app/client.js" data-repo="peasoft/peasoft.github.io" data-repo-id="R_kgDOHk_dzQ" data-category="Talk" data-category-id="DIC_kwDOHk_dzc4CU9Nq" data-mapping="pathname" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="preferred_color_scheme" data-lang="zh-CN" crossorigin="anonymous" async></script>'
# MathJax 公式支持 by Ray-Eldath
mathjax: true
# Share
social-share: false
social-share-items: ['wechat', 'weibo', 'douban', 'twitter']
# theme color 主题皮肤
theme-color: 'default' # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'circuitBoard'
# SNS settings 配置社交网站
# url: email, weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
github: 'https://github.com/peasoft'
# bilibili: 'https://space.bilibili.com/3546690103544442'
email: 'mailto:luliucheng100@outlook.com'
# Tags 设置标签
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 6
paginate_path: 'page:num'
exclude: ['node_modules', 'dev', 'Gemfile', 'gulpfile.js', 'LICENSE', 'package.json', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# RSS 订阅
RSS: true
# Permalink 文章链接
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:year/:month/:day/:title.html
# Plugins 插件
plugins: [jekyll-paginate]
# Copyright 版权声明
copyright: '如无特殊声明,本站所有文章均采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-NC-SA 4.0</a> 协议发布。'