diff --git a/.DS_Store b/.DS_Store
index bbbfff6..48ca9aa 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/README.md b/README.md
index ef32a56..2d2cd0e 100644
--- a/README.md
+++ b/README.md
@@ -31,13 +31,13 @@
### 🚁快速使用
-🍏我们首先下载主题
+我们首先下载主题
```
$ git clone https://github.com/QiaoBug/hexo-theme-quiet.git
```
-🍐然后我们修改Hexo根目录下的 `_config.yml` 文件启用 Quiet 主题:
+然后我们修改Hexo根目录下的 `_config.yml` 文件启用 Quiet 主题:
(大概在最后的位置 --- 你需要将下载下来主题文件放在 themes里面并且将名字修改为 Quiet )
@@ -54,11 +54,22 @@ index_generator:
order_by: -date
```
-将下面此项设置为`false`即可显示文章的代码高亮
+将下面此项设置为跟我一样即可显示文章的代码高亮
```
+# 我的配置
highlight:
+ enable: true
+ line_number: false
+ auto_detect: true
+ tab_replace: ''
+ wrap: true
+ hljs: true
+prismjs:
enable: false
+ preprocess: true
+ line_number: true
+ tab_replace: ''
```
#### 🔧标签页
@@ -141,6 +152,37 @@ author: 79bk.cn
---
```
+### 📖发布文章
+
+你需要在发布文章的时候写标头
+
+```
+title: 一个简约扁平化的Hexo静态主题博客-Quiet
+categories: 项目案例
+tags:
+ - Hexo
+ - Quiet
+ - 主题
+ - 静态主题
+excerpt: 采用简约大方的扁平化Hexo-Quiet主题
+date: 2020-11-03 20:33:36
+cover: 'https://cdn.jsdelivr.net/gh/duogongneng/MyBlogImg/imgQuietView.png'
+```
+
+**解释**
+
+`title`:文章标题
+
+`categories`:分类(最好只写一个)
+
+`tags`:标签可以多个
+
+`excerpt`:描述
+
+`date`:创建日期
+
+`cover`:缩略图(你不填就用默认的了)
+
### 🏆主题配置
我们进入主题根目录下的`themes`文件夹下的`Quiet`文件里面的`_config.yml`配置文件
@@ -157,3 +199,5 @@ author: 79bk.cn
根据 [MIT](https://github.com/QiaoBug/hexo-theme-quiet/blob/master/LICENSE) 协议开源
+
+
diff --git a/layout/404.ejs b/layout/404.ejs
index e64e03c..881339d 100644
--- a/layout/404.ejs
+++ b/layout/404.ejs
@@ -1,95 +1,106 @@
-
-

+
\ No newline at end of file
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs
index 3cc4105..5973af7 100644
--- a/layout/_partial/header.ejs
+++ b/layout/_partial/header.ejs
@@ -1,4 +1,3 @@
-<%- js('js/header.js') %>
<%- css('css/header.css') %>
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/layout/_partial/home.ejs b/layout/_partial/home.ejs
index b3b7c68..d392e44 100644
--- a/layout/_partial/home.ejs
+++ b/layout/_partial/home.ejs
@@ -56,8 +56,4 @@
<% } %>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/layout/_partial/post_centent.ejs b/layout/_partial/post_centent.ejs
index db7a5a8..d96b75c 100644
--- a/layout/_partial/post_centent.ejs
+++ b/layout/_partial/post_centent.ejs
@@ -4,7 +4,7 @@
\ No newline at end of file
diff --git a/layout/_widget/gotop.ejs b/layout/_widget/gotop.ejs
index 2030684..b6a6616 100644
--- a/layout/_widget/gotop.ejs
+++ b/layout/_widget/gotop.ejs
@@ -59,18 +59,5 @@
\ No newline at end of file
diff --git a/layout/_widget/sidebar.ejs b/layout/_widget/sidebar.ejs
index 305001c..f461ea1 100644
--- a/layout/_widget/sidebar.ejs
+++ b/layout/_widget/sidebar.ejs
@@ -1,13 +1,10 @@
@@ -52,20 +49,5 @@
\ No newline at end of file
diff --git a/layout/about.ejs b/layout/about.ejs
index 8b2b5e7..5bcbd00 100644
--- a/layout/about.ejs
+++ b/layout/about.ejs
@@ -1,5 +1,6 @@
<%- css('css/about.css') %>
<%- partial('_partial/header',{name:'about'}) %>
+<%- css('css/atom-one-dark.css') %>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/layout/layout.ejs b/layout/layout.ejs
index f7f0782..c50e315 100644
--- a/layout/layout.ejs
+++ b/layout/layout.ejs
@@ -16,4 +16,5 @@
+