11#Hexo-theme-obsidian
22
3+ ▄▀▄ █▀▄ ▄▀▀ ▀ █▀▄ ▀ ▄▀▄ █▄░█
4+ █░█ █▀█ ░▀▄ █ █░█ █ █▀█ █░▀█
5+ ░▀░ ▀▀░ ▀▀░ ▀ ▀▀░ ▀ ▀░▀ ▀░░▀
6+ v1.x | ʙʏ ᴛʀɪᴅɪᴀᴍᴏɴᴅ
7+
38> A dark Hexo theme, it's responsive, simple but elegant.
49
510![ Latest Release Version] ( https://img.shields.io/github/v/release/TriDiamond/hexo-theme-obsidian )
1217🇨🇳** [ 中文文档] ( https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/README_CN.md ) ** |
1318** [ 更变日志] ( https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG_CN.md ) **
1419
15-
1620![ screenshot] ( https://res.cloudinary.com/tridiamond/image/upload/v1573323147/blog/A-Obsidian-full_ubmo0d.png )
1721
1822<details >
1923<summary >More screen shots</summary >
2024
21- ### Categories Page
25+ ##Categories Page
2226![ screenshot] ( https://res.cloudinary.com/tridiamond/image/upload/v1573148012/blog/A-Obsidian-categories_mgdti7.png )
2327
24- ### Categories Leveled
28+ ##Categories Leveled
2529![ screenshot] ( https://res.cloudinary.com/tridiamond/image/upload/v1573148016/blog/A-Obsidian-categories-level_xtxty9.png )
2630
27- ### Archives
31+ ##Archives
2832![ screenshot] ( https://res.cloudinary.com/tridiamond/image/upload/v1573323148/blog/A-Obsidian-archives_ffpwf9.png )
2933
30- ### Articles
34+ ##Articles
3135![ screenshot] ( https://res.cloudinary.com/tridiamond/image/upload/v1573148016/blog/A-Obsidian-articles_wlsu2v.png )
3236</details >
3337
3438##Install
3539
3640``` bash
37- $ git clone https://github.com/TriDiamond/hexo-theme-obsidian.git obsidian
41+ git clone https://github.com/TriDiamond/hexo-theme-obsidian.git obsidian
3842```
3943
4044##Usage
@@ -209,19 +213,20 @@ codemirror:
209213
210214You can choose from using Valine or Gitalk
211215
212- - If you are using` Valine ` , you need to turn off` busuanzi ` , because Valine has article view count support.
216+ - If you are using` Valine ` , you need to turn off` busuanzi ` ,because Valine has article view count support.
213217- If you are using` Gitalk ` , you may turn on` busuanzi ` , to have article view count enable.
214218
215219###Code block style
216220
217221> Since version` v1.3.5 ` code block highlight has changed from` highlight.js ` to
218- ` codemirror ` ,but the Hexo default highlight still need to be disabled to take affect.
219- !! So Please make sure you disabled Hexo's default highlight setting !!
222+ > ` codemirror ` , Hexo default highlight need to be disabled to take affect.
223+ > !! So Please make sure you disabled Hexo's default highlight setting !!
220224
221225Hexo configuration file` _config.yml ` located at the ROOT path of your blog.
222226
223227> ⚠️ Please note do not make these changes in the theme's config file,
224- changing configs in the theme config file` _config.yml ` will not work properly.
228+ > changing configs in the theme config file` _config.yml `
229+ > will not work properly.
225230
226231``` yaml
227232...
@@ -256,7 +261,7 @@ hexo clean && hexo g
256261
257262This post parameter changes how many characters are kept for the preview at home page.
258263
259- ``` markdown
264+ ``` markdown
260265
261266title: My awesome title
262267date: 2019-07-14 18:38:45
@@ -276,7 +281,7 @@ preview: 300
276281
277282Post template settings
278283
279- ``` markdown
284+ ``` markdown
280285
281286title: My awesome title
282287date: 2019-07-14 18:38:45
@@ -301,7 +306,7 @@ hexo new page categories
301306
302307Categories template
303308
304- ```
309+ ``` yaml
305310title :categories
306311date :2019-07-14 12:39:04
307312type :" categories"
@@ -338,7 +343,7 @@ git pull
338343
339344##Using the search engine
340345
341- ###Installation guide:
346+ ###Installation guide
342347
343348Install by npm
344349