Skip to content

Jack-Q/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f355f92 · May 20, 2018
Jul 30, 2017
Jan 17, 2018
May 20, 2018
Jul 15, 2017
Nov 8, 2017
Mar 31, 2018
Mar 31, 2018
Aug 18, 2017
Aug 6, 2017
May 20, 2018
May 20, 2018

Repository files navigation

Blog of Jack Q

license

visit blog

Theme

The theme for this blog is development from scratch, refer to themes/jack-q-blog for more info.

Deployment and maintains

Add new post

npm run new "${POST_NAME}"

Then change the commend_id field accordingly.

Preview in local

npm start

(Do not use hexo s to preview locally since npm start will pass extra configuration file to hexo)

Deploy

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.

About

The blog of mine. A simple site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published