From 7ac6c29fe7af3f82e76e3f9796b0e13c9c83ad0c Mon Sep 17 00:00:00 2001 From: Ayato Sasakura Date: Fri, 1 Jul 2022 20:07:59 -0700 Subject: [PATCH 1/3] hide table of contents from package-list --- _config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_config.yml b/_config.yml index 2149cf2..d8716f8 100644 --- a/_config.yml +++ b/_config.yml @@ -99,6 +99,18 @@ defaults: author_profile: 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: type: liquid path: /categories/ From c1fd2900bd806c95bbebca29a21605b87a9944bc Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Sat, 2 Jul 2022 15:29:30 +0900 Subject: [PATCH 2/3] Revert "hide table of contents from package-list" This reverts commit 7ac6c29fe7af3f82e76e3f9796b0e13c9c83ad0c. --- _config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/_config.yml b/_config.yml index d8716f8..2149cf2 100644 --- a/_config.yml +++ b/_config.yml @@ -99,18 +99,6 @@ defaults: author_profile: 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: type: liquid path: /categories/ From 6f6ca2f41caa4aa2c18c65af23a7c4473fe9ae82 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Sat, 2 Jul 2022 15:30:28 +0900 Subject: [PATCH 3/3] Hide TOC in the Package List page --- _posts/2021-12-04-linux-package-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2021-12-04-linux-package-list.md b/_posts/2021-12-04-linux-package-list.md index b6fa4c7..bbd3e29 100644 --- a/_posts/2021-12-04-linux-package-list.md +++ b/_posts/2021-12-04-linux-package-list.md @@ -4,6 +4,7 @@ categories: - Linux tags: - Linux +toc: false --- Brainux では、debootstrap で生成した rootfs に加えて以下のパッケージをインストールしています。