-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
160 lines (134 loc) · 4.24 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# Welcome to Jekyll!
#
# About Theme
#
# Yet another theme for elegant writers with modern flat style and beautiful
# night/dark mode.
#
# Website: https://github.com/jeffreytse/jekyll-theme-yat
#
# You can do anything you want, including projects for your clients, as long
# as you mention an attribution back (credit links in footer or project).
# See the LICENCE file.
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that.
#
# For technical reasons, this file is *NOT* reloaded automatically when you
# use 'bundle exec jekyll serve'. If you change this file, please restart
# the server process.
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: StreakingMan的博客
email: z_max_y@163.com
author: StreakingMan
copyright: Copyright © 2020-2021
description: >- # this means to ignore newlines until "baseurl:"
StreakingMan(裸奔狂甩丁丁)的博客,沉淀知识,随笔总结,记录各种炫酷和花里胡哨的东西。
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
favicon: "/assets/favicon.ico" # the favicon for your site
# Links
links:
github: "https://github.com/StreakingMan"
bilibili: "https://space.bilibili.com/18424564"
# Yat date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
yat:
date_format: "%Y-%m-%d"
# If you want more debug log, you can set true
# debug: false
# If you don't want transparent header, you can set false
# header_transparent: true
# Google analytics
google_analytics: G-3F9TE1DGZD
# 百度统计
baidu_analytics: 26ec48f61b6316f4d277bacd3aef2106
# If you want to generate website sitemap, you can set true
sitemap: true
# If you want to change site language, you can set lang option
lang: "zh-CN" # default lang is en
# Translate languges
# langs refer to https://cloud.google.com/translate/docs/languages
translate_langs:
- lang: zh-CN
img: https://www.countryflags.io/cn/flat/64.png
text: 简体中文
- lang: en
img: https://www.countryflags.io/us/flat/64.png
text: English
- lang: fr
img: https://www.countryflags.io/fr/flat/64.png
text: Franch
- lang: ja
img: https://www.countryflags.io/jp/flat/64.png
text: Japan
- lang: ko
img: https://www.countryflags.io/kr/flat/64.png
text: Korean
- lang: ru
img: https://www.countryflags.io/ru/flat/64.png
text: Russia
# You can choose a theme color
# Default theme colors as below:
# coolblack: #090a0b
# spacegrey: #353535
# snowwhite: #ffffff
#
# theme_color: snowwhite
#
# Custom color as below:
# theme_color: "#882250"
# Night/Dark mode
# Default mode is "auto", "auto" is for auto nightshift
# (19:00 - 07:00), "manual" is for manual toggle, and
# "on/off" is for always on/off.
# night_mode: "auto"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
header_pages:
- index.html
- archives.html
- categories.html
- tags.html
- about.html
# Page default value
defaults:
home:
heading: "StreakingMan's Blog"
subheading: "种一棵树,最好的时间是十年前,其次是现在"
banner: "Your image url"
# Pagination setting
# paginate: 5
# Disqus comments
# disqus:
# shortname: "Your Disqus username"
# Gitment comments
# gitment:
# username: "StreakingMan"
# repo: "streakingman.github.io"
# client_id: "0f6ccb61614db36eb8e3"
# client_secret: "e4e8de79bceda034bb3528aa49ce5788c1dc5926"
# redirect_uri: "http://blog.streakingman.com/" # If you use a custom domain name
# Utterances comments
utterances:
repo: "StreakingMan/streakingman.github.io"
issue_term: "title"
label: "utterances comment"
theme: "github-light"
follow_site_theme: true
# Build settings
# highlighter: none
markdown: kramdown
kmarkdown:
input: GFM
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-spaceship