Hexo-Theme
My first hexo theme.
Welcome to Hexo!
I choose hexo-theme-archer as my theme.
Quick Start
Create a new theme
In the root of Hexo Directory
1
npm i hexo-generator-json-content --save && npm i --save hexo-wordcount && git clone https://github.com/fi3ework/hexo-theme-archer.git themes/archer --depth=1
Change
_config.yml
of Hex Directory, andtheme
isarcher
1 | theme: archer |
- add supports of sidebar, change
_config.yml
of Hexo Directory
1 | jsonContent: |
More info:
set about page
- create a new page in Hexo Directory
1
hexo new page "about"
- add info to
source/about/index.md
1
2
3
4
5
title: about
layout: about
description - set in
_config.yml
of theme1
2
3about:
enable: true
image: '/intro/about-page.jpg'