0%

重启

距离上次写博客又快一年了,感觉真是今非昔比。

我从Jekyll迁移到了Hexo,因为Jekyll在本地环境跑不起来(之前怎么跑的?当然是在本地写,然后在Github Pages上面直接看)。

使用Hexo的过程主要参考https://gist.github.com/btfak/18938572f5df000ebe06fbd1872e4e39,数学公式支持则是参考https://github.com/theme-next/hexo-theme-next/blob/master/docs/MATH.md并使用hexo-renderer-pandoc。

有一个坑就是nodejs不能太新,我换用了sudo pacman -S nodejs-lts-erbium,见https://zhuanlan.zhihu.com/p/136552969

06-07更新:使用https://github.com/chekun/hexo-excerpt使得主页自动截断。