Skip to content

Commit

Permalink
文件更新
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Apr 1, 2024
1 parent 859bc70 commit 55723e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Content/introduction.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Blog

![images](./images/index-sample.png)

本博客系统通过构建工具生成`纯静态`的博客网站,借助`GitHub Pages`,你可以在5分钟内免费拥有个人博客。 它具有以下特点

- 生成纯静态网站,访问速度极快
- 使用markdown格式来编写博客内容
- 基于git代码管理来存储你的博客
- 使用CI工具来自动化部署你的博客站点

## 🎖️功能

- 主页博客列表,支持搜索和分类和存档筛选
- 自定义网站名称和说明
- 随系统变化的Light和Dark主题
- 移动端的自适应显示
- TOC支持
- 代码高亮及复制支持

## 使用Github Page部署

### Fork并配置GitHub Page
Expand All @@ -20,7 +28,7 @@

你可以通过根目录下的`webinfo.json`,对博客基础信息进行配置,如下所示:

```jsonc
```json
{
"Name": "Niltor Blog", // 博客名称,显示在主页顶部导航
"Description": "🗽 for freedom",// 说明,显示在主页顶部中间
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

本博客系统通过构建工具生成`纯静态`的博客网站,借助`GitHub Pages`,你可以在5分钟内免费拥有个人博客。 它具有以下特点

- 生成纯静态网站,访问速度极快
- 使用markdown格式来编写博客内容
- 基于git代码管理来存储你的博客
- 使用CI工具来自动化部署你的博客站点

## 🎖️功能

- 主页博客列表,支持搜索和分类和存档筛选
- 自定义网站名称和说明
- 随系统变化的Light和Dark主题
- 移动端的自适应显示
- TOC支持
- 代码高亮及复制支持

## 使用Github Page部署

### Fork并配置GitHub Page
Expand Down

0 comments on commit 55723e1

Please sign in to comment.