JimYuan's Blog

Sharing the things I learned

0%

FirstPost

Hexo

I set up my blog with some other bloggers’ help. So I think the first post should be the things about how to write a blog with HEXO.
After walked throught the intallation parts, there’re only 4 commands I need to rememeber, which I might not.

hexo new [postName]
hexo cl
hexo g
hexo s

and also

hexo s

For check the result without deploying them.

Some reference resources: