hexo生成静态博客

https://hexo.io/zh-cn/ hexo官网

https://github.com/A-limon/pacman hexo主题
https://www.haomwei.com/technology/maupassant-hexo.html

https://github.com/bubkoo/hexo-filter-flowchart hexo支持流程图

https://github.com/bubkoo/hexo-filter-sequence hexo支持时序图

不能直接显示流程图bug解决:

https://github.com/bubkoo/hexo-filter-sequence/issues/5

  • renderer.js文件里字符串拼接第一行加上
    data.content += '<script src="' + config.raphael + '"></script>';
  • index.js文件里加上
    raphael: 'https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js',

centos系统显示乱码:

1.检查系统是否已经设置为中文(zh_CN.UTF-8);

2.检查连接工具是否已经为相同编码(utf-8),ssh sftp;

在网站增加备案号:

https://www.cnblogs.com/liuxianan/p/beian.html

在/themes/xxx主题/layout/_partial footer.ejs中加入粤ICP备xxxx号


hexo生成静态博客
http://hanqichuan.com/2018/05/07/node/hexo生成静态博客/
作者
韩启川
发布于
2018年5月7日
许可协议