Hexo Pitfalls

Here are the useful blogs, packages and resources that I learned from to build this site.

And following the list of changes, I can reproduce this site quickly. This is why the blog is also helpful for me.

Theme of Hexo-Next

It's an elegant theme with a lot of effortless customizations.

Internationalization:

The i18n package, which can generate directories for languages, but still not perfect.

hexo-generator-i18n

Other solutions like moving the whole site to a sub-folder.

Hexo站点建设之——国际化(i18n)

Problems of nunjucks collision:

In short: do not type {{` or `}} in equations, use { { or } } instead.

Hexo 特殊符号的转义问题

Hexo博客系统报错解决方案

\(\LaTeX\) Support:

Math Equations

Hexo渲染LaTeX公式

For \(\LaTeX\), I prefer to use Ktex for faster experience. However it doesn't break lines. Thus I am compelled to use mathjax based solutions, which are slow for voluminous equations.

Excerpt settings:

hexo-excerpt

Images loading:

资源文件夹

Viewer statistics:

busuanzi

https://inspiring26.github.io/2019/10/10/hexo%E5%BC%80%E5%90%AFbusuanzi%E9%98%85%E8%AF%BB%E9%87%8F%E7%BB%9F%E8%AE%A1/

Comment functionality:

Valine - 一款快速、简洁且高效的无后端评论系统

为你的Hexo加上评论系统-Valine

Update time:

The functionality seems to be added into some versions of Hexo-Next. Just keep updated!

hexo添加文章更新时间