Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 277 Bytes

File metadata and controls

20 lines (14 loc) · 277 Bytes

Start development:

npm install
hexo server --draft

You might need to check out the theme

Write a new post

hexo new draft "Title of the post"

once you are done with your draft publish it by using the file name:

hexo publish title-of-the-post