Hexo-theme-next: 怎么把侧边栏的文章目录改成无序列表表示。

Created on 30 Apr 2016  ·  3Comments  ·  Source: iissnan/hexo-theme-next

写文章的时候,习惯在正文段落中加个序号。这样就导致了侧边栏文章目录显示出现重复序号问题,具体如下:

  1. 1 跟踪系统调用
  2. 2 系统调用分析
  3. 3 添加系统调用

所以,怎么把侧边栏的自动序号消去?

Most helpful comment

编辑主题下的 _config.yml 文件,

# TOC in the Sidebar
toc:
  enable: true

  # Automatically add list number to toc.
  number: true

numbertrue 改成 false

All 3 comments

编辑主题下的 _config.yml 文件,

# TOC in the Sidebar
toc:
  enable: true

  # Automatically add list number to toc.
  number: true

numbertrue 改成 false

如果我不想全局关掉,因为我大部分的博文想保留这个序号,但是部分博文想去掉,是否有参数可以在文字的MarkDown里面配置?

@DVD0423 dont understand u, write in English if not solved. If solved, close it please.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

payne4handsome picture payne4handsome  ·  4Comments

aiplay picture aiplay  ·  4Comments

ifgao picture ifgao  ·  4Comments

jwwangchn picture jwwangchn  ·  3Comments

shuaitq picture shuaitq  ·  5Comments