给Liebling主题添加TOC
Ghost提供的应该是所有免费主题都是没有目录table of content的。这很影响长文的阅读体验。而且从心理上讲,从Wordpress过来,原来有的功能,现在反而没有了,心理上也不好接受,于是决定这个周末争取把这个问题搞定。
TLDR
直接使用大佬的修改好的主题
Steps(背景:本人完全没有接触过前端)
- Check out the code
- Install
npm
on your machine, e.g.sudo apt install npm nodejs
- You probably need to 'install' npm to your machine first, i.e.
npm install
- Change dir to
liebling/src/
, then runnpm run production
- A
liebling.zip
will be created underliebling/
, (notliebling/src
) - Upload the
liebling.zip
to your Ghost site.
大佬的这个主题还把中文化的问题解决了。如果接受原版liebling的外观的话,这个主题在我看来基本上已经完美了。
此处奉上大佬的博客,用的应该就是大佬自己改的这个主题。
Appendix
小小记录一下这几天趟过的坑。