Application Note #3 - Install hexo-theme-next

Objectives

References

  1. https://github.com/next-theme/hexo-theme-next
  2. https://jdhao.github.io/2017/02/26/hexo-install-use-issue/
  3. https://theme-next.js.org/docs/third-party-services/statistics-and-analytics.html?highlight=page+count
  4. https://lanvoyager.github.io/posts/2ef3ae62/
  5. https://lanvoyager.github.io/posts/66a6d538/#more (gitalk)
  6. https://dandyxu.me/Hexo/How-to-update-Hexo-and-Hexo-theme-properly/

Procedures

Step 1 : (1) install theme

1
2
cd ~/static_web_sites/hexo/blog
npm install hexo-theme-next

configure hexo to use theme
edit _config.yml

1
theme: next

Step 2 : build and test it

build

1
2
hexo generate
hexo server

test

in another terminal

1
google-chrome-stable http://localhost:4000

/images/series1/next-theme-installed.png

back to Series…