Skip to content

Instantly share code, notes, and snippets.

@EQuimper
Last active July 11, 2016 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EQuimper/58c735b9a807ca70c0177b83a3f6b52b to your computer and use it in GitHub Desktop.
Save EQuimper/58c735b9a807ca70c0177b83a3f6b52b to your computer and use it in GitHub Desktop.
All Hexo command
Server
hexo server
For deploy on github
hexo deploy
When add css etc need to clean before push
hexo clean
Scaffold a post
hexo new post <Name>
Push only the new post
hexo generate -d
@jordancclive
Copy link

Emmanuel, thanks for your help the other day. I have a question for you. Ever time I enter "hexo generate -d" into my terminal it takes a minute to push all my files back to the github repository AND in the settings of my github page repository my custom domain is taken off. Do you experience the same thing? Do you know how to fix my dilemma?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment