Application Note #3 - Install hexo-theme-next
Objectives
- install hexo next theme.
- Read: The user guide…
- Read: A little background on hexo theme next…
- Read: Github repo…
References
- https://github.com/next-theme/hexo-theme-next
- https://jdhao.github.io/2017/02/26/hexo-install-use-issue/
- https://theme-next.js.org/docs/third-party-services/statistics-and-analytics.html?highlight=page+count
- https://lanvoyager.github.io/posts/2ef3ae62/
- https://lanvoyager.github.io/posts/66a6d538/#more (gitalk)
- https://dandyxu.me/Hexo/How-to-update-Hexo-and-Hexo-theme-properly/
Procedures
Step 1 : (1) install theme
1 | cd ~/static_web_sites/hexo/blog |
configure hexo to use theme
edit _config.yml
1 | theme: next |
Step 2 : build and test it
build
1 | hexo generate |
test
in another terminal
1 | google-chrome-stable http://localhost:4000 |