Hexo-theme-next: 怎么取消目录自带的序号?

Created on 24 Jul 2017  ·  3Comments  ·  Source: iissnan/hexo-theme-next

我写文章会在文章的标题里写上序号,但是主题又自带序号,重复了,怎么取消?

Most helpful comment

Just modifly the _config.yml
_ctrl + f_ and type _toc_

toc:
  enable: true

  number: true

number: false

demo : http://qianling.pw/hexo-optimization/

All 3 comments

Don't understand u. Can u talk in English?

那你就别加序号,主题会帮你加的

Just modifly the _config.yml
_ctrl + f_ and type _toc_

toc:
  enable: true

  number: true

number: false

demo : http://qianling.pw/hexo-optimization/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liyuan989 picture liyuan989  ·  3Comments

blueyi picture blueyi  ·  5Comments

LionWY picture LionWY  ·  3Comments

zhgcao picture zhgcao  ·  3Comments

syscca picture syscca  ·  4Comments