blog基本操作(备忘用) 发表于 2021-07-11 阅读次数: 写作: 1hexo new post 标题 关闭评论: 1comments: false 本地测试: 1hexo s //s = start 然后打开 http://localhost:4000 部署: 123hexo clean; //cleanhexo g; // g = generatehexo d; // d = deploy 文章中插入图片 1{% asset_img example.jpg This is an example image %} 阅读更多 1<!-- more --> 本文作者: eccent 本文链接: http://eccent.icu/2021/07/11/basic-operation/ 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!