Skip to content
Closed

add #2595

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cbc38e3
Refactor code structure for improved readability and maintainability
coder-cjl Nov 18, 2025
2519572
Refactor code structure for improved readability and maintainability
coder-cjl Nov 18, 2025
e86c866
fix: update tagline and description for clarity
coder-cjl Nov 18, 2025
2df72e5
Add new image asset for cjl
coder-cjl Nov 18, 2025
27a7b97
add
coder-cjl Nov 18, 2025
7e23a4c
feed
coder-cjl Nov 18, 2025
eab757b
feat: add github-pages gem and configure twitter username in site set…
coder-cjl Nov 18, 2025
ebcdefb
fix: update site URL to remove unnecessary .git suffix
coder-cjl Nov 18, 2025
b242a65
fix: correct formatting in timezone section of the post tutorial
coder-cjl Nov 19, 2025
6357679
fix: remove test text and clean up the post content
coder-cjl Nov 19, 2025
41496a1
fix: remove unnecessary gem and clean up post content
coder-cjl Nov 19, 2025
8339515
fix: 删除不必要的文章,清理内容
coder-cjl Nov 19, 2025
ad242e3
add
coder-cjl Nov 19, 2025
c9089ef
fix: 删除测试文本并清理内容
coder-cjl Nov 19, 2025
d6b22ff
fix: 更新 favicon 路径并添加推送脚本
coder-cjl Nov 19, 2025
7f555a7
add: 添加自定义 favicon 的教程
coder-cjl Nov 19, 2025
97536e9
fix: 更新博客标题、作者和日期信息
coder-cjl Nov 19, 2025
0d234b3
fix: 更新网站标题、副标题和描述;调整侧边栏样式;修改关于页面内容
coder-cjl Nov 19, 2025
c4b71f6
fix: 精简配置文件,移除多余注释并调整部分设置
coder-cjl Nov 19, 2025
8860d84
fix: logo
coder-cjl Nov 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 29 additions & 54 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,27 @@
# The Site Configuration

# Import the theme
theme: jekyll-theme-chirpy

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en

# Change to your timezone › https://zones.arilyn.cc
lang: zh-CN
timezone: Asia/Shanghai

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

title: Chirpy # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
title: 雷子跑不快
tagline: 世界很大,我们很小。
description: 世界很大,我们很小。

# Fill in the protocol & hostname for your site.
# E.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://coder-cjl.github.io"

github:
username: github_username # change to your GitHub username
username: coder-cjl

twitter:
username: twitter_username # change to your Twitter username
username: twitter_username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: [email protected] # change to your email address
name: 雷子
email: [email protected] # change to your email address
fediverse_handle: "@[email protected]" # change to your fediverse handle or leave empty
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
- https://github.com/username # change to your GitHub homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username

# Site Verification Settings
- https://twitter.com/username
- https://github.com/coder-cjl

webmaster_verifications:
google: # fill in your Google verification code
bing: # fill in your Bing verification code
Expand All @@ -54,10 +30,6 @@ webmaster_verifications:
baidu: # fill in your Baidu verification code
facebook: # fill in your Facebook verification code

# ↑ --------------------------
# The end of `jekyll-seo-tag` settings

# Web Analytics Settings
analytics:
google:
id: # fill in your Google Analytics ID
Expand All @@ -78,32 +50,35 @@ analytics:
pageviews:
provider: # now only supports 'goatcounter'

# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
# and there will be a toggle to switch the theme between dark and light
# on the bottom left of the sidebar.
#
# Available options:
#
# light — Use the light color scheme
# dark — Use the dark color scheme
#
# Prefer color scheme setting.
#
# Note: Keep empty will follow the system prefer color by default,
# and there will be a toggle to switch the theme between dark and light
# on the bottom left of the sidebar.
#
# Available options:
#
# light — Use the light color scheme
# dark — Use the dark color scheme
#
theme_mode: # [light | dark]
# enable_theme_switch: true

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
#
# e.g. 'https://cdn.com'
cdn: "https://chirpy-img.netlify.app"
# cdn: "https://chirpy-img.netlify.app"
cdn: ""

# the avatar on sidebar, support local or CORS resources
avatar: "/commons/avatar.jpg"
# avatar: "/commons/avatar.jpg"
avatar: "/assets/img/cjl/avatar.jpeg"

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
social_preview_image: # string, local or CORS resources
# social_preview_image: "/assets/img/cjl/image.png"

# boolean type, the global switch for TOC in posts.
toc: true
Expand Down
12 changes: 7 additions & 5 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"
# - type: twitter
# icon: "fa-brands fa-x-twitter"

- type: email
icon: "fas fa-envelope"
noblank: true # open link in current tab

- type: rss
icon: "fas fa-rss"
noblank: true
# rss feed 关闭
# - type: rss
# icon: "fas fa-rss"
# noblank: true

# Uncomment and complete the url below to enable more contact options
#
# - type: mastodon
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout:
# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: 首页
home: 主页
categories: 分类
tags: 标签
archives: 归档
Expand Down
2 changes: 1 addition & 1 deletion _data/locales/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ layout:
# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: 首頁
home: 主頁
categories: 分類
tags: 標籤
archives: 封存
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>

<a class="site-title d-block" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<p class="site-subtitle fst-italic mb-0">{{ site.tagline }}</p>
<p class="site-subtitle mb-0">{{ site.tagline }}</p>
</header>
<!-- .profile-wrapper -->

Expand Down
200 changes: 0 additions & 200 deletions _posts/2019-08-08-text-and-typography.md

This file was deleted.

Loading
Loading