hexo-theme-material-flow icon indicating copy to clipboard operation
hexo-theme-material-flow copied to clipboard

文章页面目录遮挡侧边栏

Open lesoleil opened this issue 7 years ago • 2 comments

在阅读文章时,目录遮挡侧边栏,影响美观,能否考虑在阅读文章时将侧边栏移除,或者将目录移至左侧,

lesoleil avatar Apr 24 '17 05:04 lesoleil

在 Front-matter 加入 toc: false 即可. (ps: Front-matter 是文件最上方以 --- 分隔的区域,用于指定个别文件的变量)

然后你的 Front-matter 应该看起来像这样:

---
title: Hello World
date: 2018-01-31 16:52:59
tags:
toc: false
---

ghost avatar Feb 05 '18 10:02 ghost

隐藏就失去可快速跳转的文章目录了,当文章内容很多的时候,这个功能还是很好用的。求在正文中把侧边栏移除的方法

frezoow avatar Apr 24 '19 22:04 frezoow