hexo搭建博客

How to build your own website using Hexo and Next theme.

Supposed you have already install NodeJS and Git.

Hexo config

1
npm install hexo -g

Next Config

  1. Install Next and config Hexo to use Next as its theme. Official Guide
  2. Config Next theme, using Alternate Theme Config to config Next theme, this config setting won't be overriten after upgrading Next
  3. Enable LaTex in Next theme, Official Guide