From 863fdff22500d313f288d860efc1b3306e7e157d Mon Sep 17 00:00:00 2001 From: furtest Date: Wed, 9 Jul 2025 18:46:18 +0200 Subject: [PATCH] Change draft statues to true --- content/canary.md | 2 +- content/posts/_index.md | 2 +- content/writeups/2023/htb_university_ctf/_index.md | 2 +- content/writeups/2025/scale/_index.md | 3 --- hugo.toml | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/content/canary.md b/content/canary.md index e701be6..37e4e5d 100644 --- a/content/canary.md +++ b/content/canary.md @@ -1,6 +1,6 @@ +++ date = '2025-06-23T14:24:30+02:00' -draft = true +draft = false title = 'Canary' +++ diff --git a/content/posts/_index.md b/content/posts/_index.md index 42ebca9..a2cf973 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,5 +1,5 @@ +++ -draft = true +draft = false date = 2025-06-24T14:21:07+02:00 title = "" description = "" diff --git a/content/writeups/2023/htb_university_ctf/_index.md b/content/writeups/2023/htb_university_ctf/_index.md index 6eea8d4..bb5d1ae 100644 --- a/content/writeups/2023/htb_university_ctf/_index.md +++ b/content/writeups/2023/htb_university_ctf/_index.md @@ -1,6 +1,6 @@ +++ date = '2023-12-11T23:00:00+02:00' -draft = true +draft = false title = 'Hack the Box university ctf' +++ diff --git a/content/writeups/2025/scale/_index.md b/content/writeups/2025/scale/_index.md index c4649b8..fe4eb1f 100644 --- a/content/writeups/2025/scale/_index.md +++ b/content/writeups/2025/scale/_index.md @@ -9,6 +9,3 @@ title = 'SCALE 22x' I attended the South California Linux Expo better known as [SCALE](https://www.socallinuxexpo.org) for its 22nd edition. For this occasion a CTF (2 actually but I didn't try the other one as it was at the same time) was organised by pacific hackers. The CTF lasted 2h30 and me and a friend were able to get first place. -- Web - - [artist](./web.md) - - [the_dev_robots](./web.md) diff --git a/hugo.toml b/hugo.toml index 4bf5466..5531fae 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseurl = "furtest.fr" +baseurl = "https://furtest.fr/" title = "furtest's website" theme = "hugo-coder" languagecode = "en"