Skip to content

xilin/maitao-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

背景

我们使用了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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published