序章

本文最后更新于:2024年3月7日 晚上

GitHub IO, 我来啦! 折腾了一天,终于搭建好了属于自己的博客!
以后就可以在这个小窝安心地生产垃圾啦
咳咳,我要记录想法、学习心得以供将来参考顺便有事没事倾诉一下苦水、发发牢骚

小小记录一下几个命令

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server / 常简写为hexo s

More info: Server

Generate static files

1
$ hexo generate / 常简写为hexo g

More info: Generating

Deploy to remote sites

1
$ hexo deploy / 常简写为hexo g

More info: Deployment


序章
http://example.com/2022/12/05/序章/
作者
叶逸昇
发布于
2022年12月5日
许可协议