forked from xudailong/xudailong.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
99 lines (83 loc) · 2.48 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
88
89
90
91
92
93
94
95
96
97
98
99
# Site settings 配置站点
title: "这代码不好写技术专栏"
description: "一个没秃头的年轻人"
keyword: "React Flutter C# VB Vue 小程序 Taro vue3 Electron"
url: "https://Quietly-20201113.github.io" # your host
# if you don't need baseurl, you should leave this value blank.
baseurl: ""
# Navigation links
nav:
首页: "/"
博客内容: "/tags.html"
# Footer
footer:
since: 2019
# Author 配置博主信息
author: "这代码不好写"
nickname: "这代码不好写"
bio: "React Flutter C# VB Vue 小程序 Taro vue3 Electron"
avatar: "https://blog.ynsites.com/assets/img/profile.png"
# Search
search: true
# Night mode
nightMode: false
# Comments 评论功能
comments:
disqus: false
disqus_url: "https://liaokeyu.disqus.com/embed.js"
# MathJax 公式支持 by Ray-Eldath
mathjax: true
# Share
social-share: true
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:
weibo: "//weibo.com/u/3915130057?is_all=1"
# juejin: '//juejin.im/user/57a6f434165abd006159b4cc'
# instagram: '//www.instagram.com/steveliaocn'
github: "//github.com/Quietly-20201113"
# 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
# statistic analysis 统计代码
# 百度统计 id,将统计代码替换为自己的百度统计id,即
# hm.src = "//hm.baidu.com/hm.js?xxxxxxxxxxxx";
# xxxxx字符串
baidu_tongji_id: 7d8d276a8d3670be19b0091a12eeed4a
# google_analytics_id: UA-72449510-4 # google 分析追踪id
# Build settings
plugins: [jekyll-paginate]
paginate: 5
paginate_path: "page:num"
exclude:
[
"node_modules",
"dev",
"package.json",
"gulpfile.js",
".gitignore",
"README.md",
]
# Markdown
markdown: kramdown
highlighter: Rouge
# highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: Rouge
# RSS
RSS: false
# Permalink
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:year/:month/:day/:title.html
# excerpt
# gems: [jekyll-paginate]
# Plugins
# plugins: [jekyll-paginate]
# paginate: 6
# port: 4001