hexo-toc

hexo-tocプラグインを使用する。

Install

npm install hexo-toc --save

Configuration

TOCを有効にする

_config.ymlに以下を追記する。

1
2
3
4
5
6
7
8
9
toc:
maxdepth: 3
class: toc
slugify: transliteration
decodeEntities: false
anchor:
position: after
symbol: '#'
style: header-anchor

Page configuration

目次をおきたい位置に`

目次

  1. hexo-toc
  2. Install
  3. Configuration
  4. Page configuration

`を記述する。

目次サンプル