Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 640 Bytes

背景

我们使用了hexo和它的NexT主题。

安装

npm install -g hexo-cli

写作

hexo new post <title>

可以参考source/_posts下已有的文章配置一些元信息

备注

为了使用gitment,需要修改themes/next/layout/_third-party/comments/gitment.swig文件里的js/css link为

<script src="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/gitment.browser.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/default.css"/>

imsun/gitment#170