The theme for this blog is development from scratch, refer to themes/jack-q-blog for more info.
npm run new "${POST_NAME}"
Then change the commend_id
field accordingly.
npm start
(Do not use hexo s
to preview locally since npm start
will pass extra configuration file to hexo)
Deployment is involved in the git
mechanism (using hexo-deployer-git
package).
- Configuration
deploy:
type: git
repo: https://github.com/Jack-Q/blog/
branch: gh-pages
message: Site updated: {{ now('YYYY-MM-DD HH:mm:ss') }}
- Deploy
npm run deploy
Contents in this site are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.