Install Hexo
1 | npm install hexo-cli -g |
Install Next & Choosing-Scheme
$ npm install hexo-theme-next
## my config (for NexT scheme)
Hexo > Themes > “NexT” > Doc > NexT-Installation (download by npm) > Choosing-Scheme (select “Gemini”)
Config
- Config file management: Hexo | Alternate Theme Config
- Sidebar
_config.yml
>## my config (for sidebar)
..- «Tags» / «Categories» Page & custom pages: NexT | Costom Pages
- Post
- custom style:
_config.yml
>## my config (for custom style)
- Categories & Tags,
- custom style:
- Misc Theme Settings:
_config.yml
>## my config (for misc Theme Settings)
- Third-party plugin: Local Search, Tag Plugins
Write new posts/pages
1 | hexo new [page] <title> |
Deployment
- github pages of this website:
_config.yml
:## my config (for deployment)
- github repo of the source file: blog-source