添加Page
添加Archives
Archives
By default, the ‘Archives’ entry will not appear in the navigation section. To show the ‘Archives’ in the navigation section, you will need to enable the archives explicitly in the theme-level _config.yml.
1 >archives: trueThe generation of archives will be done by
hexo-generator-archive
. So please ensure that it has been added as a dependency in your package.json.
↑根據Makitoさん的README文件增加了Aechives頁面。
About Me
接著再Google了一下添加About me的教程。
- 生成 about 关于我页面
1 >hexo new page about
↑在根目錄Git Bash並生成about頁面
将 source/about/index.md 的内容修改为如下:
1
2
3
4
5
6
7
8 >---
>title: 关于我
>type: "about"
>date: 2018-03-11 16:18:54
>comments: false
>---
>关于你的描述......作者:未见哥哥
链接:https://www.jianshu.com/p/33bc0a0a6e90
来源:简书
完成添加以上兩個頁面
***→語法「空行」<br>
GET! ***
***→語法「加粗文字」文字前後加雙星號
GET! ***
↑然後發現Typora有預設格式可選…Why bother?(06.01.2020)
↑又發現Typora的預設語法跟Markdown不一樣?總之,最後還是用HTML語法搞定了下標。(07.01.2020)
標籤(tag)
詳情看無法讀取標籤分類
分類( categories)
跟添加標籤方法一樣,只是把tag換成categories。