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.
Other solutions like moving the whole site to a sub-folder.
Problems of nunjucks collision:
In short: do not type {{` or `}}
in equations,
use { {
or } }
instead.
\(\LaTeX\) Support:
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:
Images loading:
Viewer statistics:
Comment functionality:
Update time:
The functionality seems to be added into some versions of Hexo-Next. Just keep updated!