From 8c273b814710895abd24b9e51c34c9ff578a6b0d Mon Sep 17 00:00:00 2001 From: Hiiruki Date: Mon, 4 Sep 2023 05:54:13 +0700 Subject: [PATCH] feat(content): writeups page --- content/writeups/_index.md | 9 +++++++++ hugo.yml | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 content/writeups/_index.md diff --git a/content/writeups/_index.md b/content/writeups/_index.md new file mode 100644 index 0000000..cf3ea94 --- /dev/null +++ b/content/writeups/_index.md @@ -0,0 +1,9 @@ +--- +title: Writeups +summary: Collection of writeups written on different problems/challenges/machines. +description: "Collection of writeups written on different problems/challenges/machines.
+Classified according to the platform they were hosted on." +type: list +ShowRssButtonInSectionTermList: true +ShowFullTextinRSS: true +--- diff --git a/hugo.yml b/hugo.yml index d047e27..a6c47d5 100644 --- a/hugo.yml +++ b/hugo.yml @@ -29,6 +29,7 @@ params: disableThemeToggle: false mainSections: - blog + - writeups author: Hiiruki ShowReadingTime: true @@ -72,6 +73,8 @@ params: buttons: - name: Blog url: blog + - name: Writeups + url: writeups # Social socialIcons: