Basic usage of Hexo.
Quick Start
Create a new post
1
| $ hexo new post "My New Post"
|
More info: Writing
Run server
More info: Server
Installation
1 2 3 4
| nvm install 20 nvm use 20
nvm alias default 20
|
1 2 3 4
| hexo init blog cd blog
npm install
|
Theme
NexT
https://theme-next.js.org/docs/getting-started/