From 9764aeecf88eac003dbbca973b1b2e2d1eaa7ff8 Mon Sep 17 00:00:00 2001 From: Abhinav I S Date: Mon, 1 Jul 2024 00:37:36 +0530 Subject: [PATCH] changed home page --- content/_index.md | 1 + content/writeups/RVCExIITBFinals/_index.md | 8 ++++++++ content/writeups/_index.md | 4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 content/writeups/RVCExIITBFinals/_index.md diff --git a/content/_index.md b/content/_index.md index 24655ff..57fc851 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,6 +9,7 @@ Official blog of Cybersecurity Club, IIT Madras. ## Posts +- [Summer School](./posts/summer_school) - [View all posts](./posts) ## Resources diff --git a/content/writeups/RVCExIITBFinals/_index.md b/content/writeups/RVCExIITBFinals/_index.md new file mode 100644 index 0000000..735b290 --- /dev/null +++ b/content/writeups/RVCExIITBFinals/_index.md @@ -0,0 +1,8 @@ ++++ +paginate_by = 15 +paginate_path = "writeups/RVCExIITBFinals" +title = "RVCExIITB CTF" +sort_by = "date" +page_template = "blog-page.html" ++++ + diff --git a/content/writeups/_index.md b/content/writeups/_index.md index d7be2fc..9187baf 100644 --- a/content/writeups/_index.md +++ b/content/writeups/_index.md @@ -6,4 +6,6 @@ sort_by = "date" page_template = "blog-page.html" +++ -> List of all *[tags](/blog/tags)* +## CTF writeups + +- [RVCExIITB CTF Finals](./RVCExIITBFinals)