Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 10 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,38 @@ 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
lang: zh-CN

# Change to your timezone › https://zones.arilyn.cc
timezone: Asia/Shanghai

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

title: Chirpy # the main title
title: "少时宗悫's Blog" # the main title

tagline: A text-focused Jekyll theme # it will display as the subtitle
tagline: "Linux · Robotics · Philosophy" # 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.
description: "个人学习记录与思想归档" # used by seo meta and the atom feed

# 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://RookiePhaseChangeBoss.github.io"

github:
username: github_username # change to your GitHub username
username: RookiePhaseChangeBoss # change to your GitHub username

twitter:
username: twitter_username # change to your Twitter username
username: NONE # change to your 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
fediverse_handle: "@[email protected]" # change to your fediverse handle or leave empty
name: "少时宗悫"
email: "[email protected]" # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your Twitter homepage
# - 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
Expand Down
19 changes: 9 additions & 10 deletions _posts/2019-08-11-customize-the-favicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,25 @@ The [favicons](https://www.favicon-generator.org/about/) of [**Chirpy**](https:/

## Generate the favicon

Prepare a square image (PNG, JPG, or SVG) with a size of 512x512 or more, and then go to the online tool [**Real Favicon Generator**](https://realfavicongenerator.net/) and click the button <kbd>Pick your favicon image</kbd> to upload your image file.
Prepare a square image (PNG, JPG, or SVG) with a size of 512x512 or more, and then go to the online tool [**Real Favicon Generator**](https://realfavicongenerator.net/) and click the button <kbd>Select your Favicon image</kbd> to upload your image file.

In the next step, the webpage will show all usage scenarios. You can keep the default options, scroll to the bottom of the page, and click the button <kbd>Next →</kbd> to generate the favicon.
In the next step, the webpage will show all usage scenarios. You can keep the default options, scroll to the bottom of the page, and click the button <kbd>Generate your Favicons and HTML code</kbd> to generate the favicon.

## Download & Replace

Download the generated package, unzip and delete the following file(s) from the extracted files:
Download the generated package, unzip and delete the following two from the extracted files:

- `browserconfig.xml`{: .filepath}
- `site.webmanifest`{: .filepath}

And then copy the remaining image files (`.PNG`{: .filepath}, `.ICO`{: .filepath} and `.SVG`{: .filepath}) to cover the original files in the directory `assets/img/favicons/`{: .filepath} of your Jekyll site. If your Jekyll site doesn't have this directory yet, just create one.
And then copy the remaining image files (`.PNG`{: .filepath} and `.ICO`{: .filepath}) to cover the original files in the directory `assets/img/favicons/`{: .filepath} of your Jekyll site. If your Jekyll site doesn't have this directory yet, just create one.

The following table will help you understand the changes to the favicon files:

| File(s) | From Online Tool | From Chirpy |
| ------- | :--------------: | :---------: |
| `*.PNG` | ✓ | ✗ |
| `*.ICO` | ✓ | ✗ |
| `*.SVG` | ✓ | ✗ |

| File(s) | From Online Tool | From Chirpy |
|---------------------|:---------------------------------:|:-----------:|
| `*.PNG` | ✓ | ✗ |
| `*.ICO` | ✓ | ✗ |

<!-- markdownlint-disable-next-line -->
> ✓ means keep, ✗ means delete.
Expand Down
116 changes: 116 additions & 0 deletions _posts/2025-12-01-my-article.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---
title: "文章标题(Title)"
date: 2025-01-01 10:00:00 +0800
categories: [This_Demo, Tutorial] # 分类(支持多级)
tags: [Demo] # 标签(不限数量)
description: "本篇文章的简短摘要,用于 SEO 与文章预览。"
author: 你的名字(可选)
pin: false # 是否置顶(true / false)

# 封面图(社交媒体预览图最佳尺寸 1200x630)
image:
path: /assets/img/sample-cover.jpg # 站点内路径
alt: "封面图描述"
lqip: /assets/img/lqip/sample.jpg # (可选)低质量占位图

# 是否启用目录(左侧浮动目录)
toc: true
toc_label: "目录"
toc_icon: "list-ul"

# 文章版权 / 转载声明(可选)
copyright:
license: CC BY-NC-SA 4.0
holder: "你的名字"
---

<!--
如果需要摘要,放在这里,两段之间空一行。
这一段内容会在首页或搜索中作为 excerpt 显示。
-->

本文主要介绍……

<!-- more -->

---

## 一级标题示例

这里写正文内容……

### 二级标题示例

你可以正常写 Markdown 内容:

- 列表
- 加粗 **bold**
- 斜体 *italic*
- 链接 [Link](https://example.com)

---

## 插入代码块示例

\`\`\`python
def hello():
print("Hello Chirpy!")
\`\`\`

---

## 插入图片示例

![示例图片 alt](/assets/img/demo.png)

你也可以设置宽度:

![Alt text](/assets/img/demo.png){: width="60%" }

---

## 引用示例

> 这是一段引用文本。

---

## 表格示例

| 名称 | 数值 |
| ---- | ---- |
| A | 123 |
| B | 456 |

---

## 脚注示例

这是一个脚注[^1]。

[^1]: 这里是脚注内容。

---

## MathJax(数学公式)示例

行内公式:\( a^2 + b^2 = c^2 \)

块级公式:

$$
\int_0^{1} x^2 \, dx = \frac{1}{3}
$$

---

## 最后一段

如果你愿意,我还能为你:

- 自动生成 tag / category 封面
- 提供文章批量创建脚本
- 自动生成图床链接或本地 assets 目录
- 给出封面图模板(1200x630)

需要哪个?我可以继续帮你生成。
30 changes: 30 additions & 0 deletions _posts/2025-12-01-本 Demo 初始化教程.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "本 Demo 初始化教程"
date: 2025-12-01 10:00:00 +0800
categories: [This_Demo, Tutorial] # 分类(支持多级)
tags: [Demo] # 标签(不限数量)
description: "详细介绍如何部署该 Demo, 如何本地启动该 Demo"
author: YoungZhongque
pin: true # 是否置顶(true / false)

# 封面图(社交媒体预览图最佳尺寸 1200x630)
# image:
# path: /assets/img/sample-cover.jpg # 站点内路径
# alt: "封面图描述"
# lqip: /assets/img/lqip/sample.jpg # (可选)低质量占位图

# 是否启用目录(左侧浮动目录)
toc: true
toc_label: "目录"
toc_icon: "list-ul"

# 文章版权 / 转载声明(可选)
copyright:
license: CC BY-NC-SA 4.0
holder: "你的名字"
---



来源: [Chirpy Jekyll Theme](https://github.com/RookiePhaseChangeBoss/RookiePhaseChangeBoss.github.io)

Loading
Loading