Skip to content

Commit 23b4781

Browse files
committed
some modidy
1 parent 09556b3 commit 23b4781

File tree

7 files changed

+45
-7
lines changed

7 files changed

+45
-7
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone:
12+
timezone: Asia/Shanghai
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
@@ -26,7 +26,7 @@ description: >- # used by seo meta and the atom feed
2626
url: ""
2727

2828
github:
29-
username: github_username # change to your github username
29+
username: CLL908 # change to your github username
3030

3131
twitter:
3232
username: twitter_username # change to your twitter username
@@ -76,7 +76,7 @@ theme_mode: # [light | dark]
7676
img_cdn:
7777

7878
# the avatar on sidebar, support local or CORS resources
79-
avatar:
79+
avatar: assets/img/avatar/wy-avatar-339x335.jpg # 头像
8080

8181
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
8282
# It can be overridden by a customized `page.image` in front matter.
@@ -86,14 +86,14 @@ social_preview_image: # string, local or CORS resources
8686
toc: true
8787

8888
comments:
89-
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
89+
active: utterances # 使用github issue作为文章的评论系统 #The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
9090
# The active options are as follows:
9191
disqus:
9292
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
9393
# utterances settings › https://utteranc.es/
9494
utterances:
95-
repo: # <gh-username>/<repo>
96-
issue_term: # < url | pathname | title | ...>
95+
repo: CLL908/CLL908.github.io # <gh-username>/<repo>
96+
issue_term: title# < url | pathname | title | ...>
9797
# Giscus options › https://giscus.app
9898
giscus:
9999
repo: # <gh-username>/<repo>
@@ -123,7 +123,7 @@ pwa:
123123
deny_paths:
124124
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
125125

126-
paginate: 10
126+
paginate: 20
127127

128128
# The base URL of your site
129129
baseurl: ""

_posts/YYYY-MM-DD-TITLE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
3+
title: TITLE
4+
5+
date: YYYY-MM-DD HH:MM:SS +/-TTTT
6+
7+
#2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
8+
9+
categories: [TOP_CATEGORIE, SUB_CATEGORIE]
10+
11+
tags: [TAG] # TAG names should always be lowercase
12+
13+
author: # 不写默认就是自己
14+
15+
​ name: Full Name
16+
17+
​ link: https://example.com
18+
19+
#以下默认false
20+
21+
math: true
22+
23+
mermaid: true
24+
25+
pin: true
26+
27+
---
28+

_tabs/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ order: 4
66

77
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
88
{: .prompt-tip }
9+
10+
hello world!

_tabs/archives.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ layout: archives
33
icon: fas fa-archive
44
order: 3
55
---
6+
7+
archive
8+

_tabs/categories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ layout: categories
33
icon: fas fa-stream
44
order: 1
55
---
6+
7+
categories

_tabs/tags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ layout: tags
33
icon: fas fa-tags
44
order: 2
55
---
6+
7+
tags...
8+
71.9 KB
Loading

0 commit comments

Comments
 (0)