Skip to content

Commit 47d1ce7

Browse files
committed
delete
1 parent d85e03a commit 47d1ce7

File tree

2 files changed

+10
-514
lines changed

2 files changed

+10
-514
lines changed

_config.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ theme: jekyll-theme-chirpy
66
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
77
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
88
# otherwise, the layout language will use the default value of 'en'.
9-
lang: zh-Hans
9+
lang: en
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
1212
timezone:
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: BayesianIris # the main title
17+
title: Chirpy # the main title
1818

19-
tagline: Madokami gave herself as a sacrifice, that all may be redeemed. Through her suffering, we are freed; through her love, we are made whole. # it will display as the subtitle
19+
tagline: A text-focused Jekyll theme # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
@@ -34,8 +34,8 @@ twitter:
3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: BayesianIris
38-
email: samilia2420@163.com # change to your email address
37+
name: your_full_name
38+
email: example@domain.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
4141
- https://twitter.com/username # change to your Twitter homepage
@@ -98,11 +98,11 @@ theme_mode: # [light | dark]
9898
cdn:
9999

100100
# the avatar on sidebar, support local or CORS resources
101-
avatar: "avatar/avatar.png"
101+
avatar:
102102

103103
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104104
# It can be overridden by a customized `page.image` in front matter.
105-
social_preview_image: # string, local or CORS resources
105+
social_preview_image: # string, local or CORS resources
106106

107107
# boolean type, the global switch for TOC in posts.
108108
toc: true
@@ -155,7 +155,6 @@ baseurl: ""
155155
# ------------ The following options are not recommended to be modified ------------------
156156

157157
kramdown:
158-
math_engine: null
159158
footnote_backlink: "↩︎"
160159
syntax_highlighter: rouge
161160
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
@@ -194,6 +193,8 @@ defaults:
194193
layout: page
195194
permalink: /:title/
196195

196+
sass:
197+
style: compressed
197198

198199
compress_html:
199200
clippings: all
@@ -212,7 +213,7 @@ exclude:
212213
- README.md
213214
- LICENSE
214215
- purgecss.js
215-
- rollup.config.js
216+
- "*.config.js"
216217
- "package*.json"
217218

218219
jekyll-archives:

0 commit comments

Comments
 (0)