thank037 / hexo

blog, power by Hexo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

发布生成的目录: .deploy_git, 移动时可不必要

Deploy to github pages or gitee pages

  • Configuration file: %HEXO_HOME%/_config.yml
  • Configuration property: deploy.repository e.g.
deploy:
  type: git
  repository: git@gitee.com:thank037/thank037.git
  branch: master

Deploy

  • hexo clean (clean)
  • hexo g (generate)
  • hexo s (If you want to see it local)
  • gulp (Compression static resources)
  • hexo d (deploy)

About

blog, power by Hexo


Languages

Language:JavaScript 48.4%Language:Stylus 31.4%Language:HTML 18.6%Language:CSS 1.1%Language:CoffeeScript 0.4%