mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-12-23 04:30:05 +09:00
hide table of contents from package-list
This commit is contained in:
parent
cd51beb066
commit
7ac6c29fe7
12
_config.yml
12
_config.yml
@ -99,6 +99,18 @@ defaults:
|
|||||||
author_profile: false
|
author_profile: false
|
||||||
show_date: false
|
show_date: false
|
||||||
|
|
||||||
|
# Linux Package List (hide toc)
|
||||||
|
- scope:
|
||||||
|
path: "_posts/2021-12-04-linux-package-list.md"
|
||||||
|
type: posts
|
||||||
|
values:
|
||||||
|
layout: single
|
||||||
|
author_profile: false
|
||||||
|
comments: true
|
||||||
|
show_date: false
|
||||||
|
toc: false
|
||||||
|
toc_sticky: false
|
||||||
|
|
||||||
category_archive:
|
category_archive:
|
||||||
type: liquid
|
type: liquid
|
||||||
path: /categories/
|
path: /categories/
|
||||||
|
Loading…
Reference in New Issue
Block a user