目的
GitHub Pages で、jekyll の各記事に目次を追加します。
今回は下記リポジトリを利用します。
方法
最新の
toc.html
ファイルをダウンロードします_includes
に 1. でダウンロードしたtoc.html
ファイルを配置しますテンプレートファイルに記述
下記のように指定します。content は目次を生成したい html になります。
{% raw >}}
{% include toc.html html=content >}}
{% endraw >}}
Use it in your template layout where you have {% raw >}}{{ content }}{% endraw >}} which is the HTML rendered from the markdown source with this liquid tag: