hello-hexo 发表于 2018-05-26 | 分类于 Getting Started 字数统计: 123 | 阅读时长 ≈ 1 Quick StartMore info: Hexo!1234$ hexo new [post|page|draft] "MyPost" # 会在source\_posts下新建 MyPost.md 文档,此时可对此文档进行编辑,如:添加标签,分类,说明等$ hexo generate # 可简写成 hexo g 生成对应的静态文件index.html到public文件夹,index.html可编辑为自己想要显示的内容$ hexo server # 开启服务器访问,可简写成 hexo s $ hexo deploy #部署到远程站点,如:填写好相关信息后部署到github等