hexo常用語法說明
文章目錄
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
|
|
More info: Writing
Run server
|
|
More info: Server
Generate static files
|
|
More info: Generating
Deploy to remote sites
|
|
More info: Deployment
新建一個 about 頁面:
|
|
功能表顯示 about 連結,在主題的 _configy.yml 設置中將 menu 中 about 前面的注釋去掉即可。
|
|
並在功能表中顯示頁面連結。
新建一個 分類 頁面:
|
|
兩個以上tags設法
用yaml語法,例如要設兩個tags為github與hexo123tags:- github- hexo