The Hexo Powered ISL Engineering Blog
$ nvm install
$ npm install
$ nvm use
$ npm run dev
If you want to change the port that Hexo uses, set the $PORT environment variable:
$ PORT=8000 npm run dev
- Create a new post by running
npm run hexo new post "my blog post title"
- Write your blog post in markdown (make sure to follow the directions in the sample post)
- Submit a pull request when you're finished
- Have (at least) one other person review your post
- ???
- Profit
Build site into public
and cachebust the assets:
$ npm run build