为 Hexo 设计的『知识库』类主题。
$ git clone https://github.com/cheng-kang/hexo-theme-qna.git themes/QnA
修改根目录中 _config.yml
的 theme
为 QnA。
cd themes/QnA
git pull
安装 Hexo 插件 hexo-deployer-git。
$ npm install hexo-deployer-git --save
编辑你 Hexo 博客根目录中的 _config.yml
文件。
deploy:
type: git
repo: <repository url> # https://github.com/cheng-kang/hexo-theme-qna.git
branch: [branch] # master
QnA 默认只支持英文站内搜索。
安装 Hexo 插件 hexo-generator-search。
$ npm install hexo-generator-search --save
- 添加一个新页面,例如:about 页面。改变页面内容请修改根目录下 source/about/index.md 文件。
$ hexo new page about
- 编辑 theme/QnA 中的
_config.yml
。
menu:
Home: /
Archive: /archives
# Add new page config here
# Page Dispay Name: /pagename
# e.g.
About: /about