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
- Install Next and config Hexo to use Next as its theme. Official Guide
- Config Next theme, using Alternate Theme Config to config Next theme, this config setting won't be overriten after upgrading Next
- Enable LaTex in Next theme, Official Guide