Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 124 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 124 Bytes

blog

serve the blog locally:

hexo s --draft --debug

publish the blog to github:

hexo clean; hexo d -g