currently the toc generated for post will show all subtitles at once. for many long articles, this will leads to a full-page catalogue with many lines wrapped:
it wastes space while affecting user experience, for some substitles may be hidden forever provided the toc is still sticked. one decent solution is to make the toc stacked by default, but expended when the subtitle enters viewport:
two popular hexo themes already bundled with such function AFAIK, related code is at here and here. I'm still investigating how to integrate such feature into icarus, hope the solution will be found out soon.
currently the toc generated for post will show all subtitles at once. for many long articles, this will leads to a full-page catalogue with many lines wrapped: it wastes space while affecting user experience, for some substitles may be hidden forever provided the toc is still sticked. one decent solution is to make the toc stacked by default, but expended when the subtitle enters viewport:
two popular hexo themes already bundled with such function AFAIK, related code is at here and here. I'm still investigating how to integrate such feature into icarus, hope the solution will be found out soon.