欢迎加入我们:
# 安装hexo
npm install hexo-cli -g
# 克隆博客仓库
git clone https://github.com/bitkevin/blog.biqu.io.git
cd blog.biqu.io
# 运行本地server,预览
npm install
hexo server
撰写新文章:
hexo new "my new article"
Q: 如何撰写新文章?
A: 您可以fork该仓库,然后发起pull request即可。
Q: 文章图片如何处理?
A: 通过发起issue,https://github.com/bitkevin/blog.biqu.io/issues/new,然后上传图片,就会得到图片的URL,再贴入文中。并不需要真的发一起一个issue。