From 09474b29c3e912cedcad8f502566d69077118cc3 Mon Sep 17 00:00:00 2001 From: hash3liZer Date: Fri, 18 Oct 2024 14:24:42 +0500 Subject: [PATCH] Publishing members page --- content/members.md | 17 +++++++++++++++++ hugo.toml | 8 ++++---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 content/members.md diff --git a/content/members.md b/content/members.md new file mode 100644 index 0000000..78bbd7b --- /dev/null +++ b/content/members.md @@ -0,0 +1,17 @@ ++++ +title = "Members" +description = "These are the members of team AirOverflow who actively participate in CTF challenges are involved with the team" +date = "2024-10-18" +author = "hash3liZer" ++++ + + + + + + +
+ hash3liZer + + theFlash2k +
diff --git a/hugo.toml b/hugo.toml index f90f523..348ba1f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,15 +1,15 @@ baseURL = 'https://team.airoverflow.com/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'AirOverflow Team' theme = 'nightfall' [params] user = "team" hostname = "airoverflow.com" -sitedescription = 'AirOverflow is a company & a CTF team from Pakistan. We plat CTFs, organize events related to Cyber Security & ofcourse do fun. ' -readingTime = true # Show reading time on post page +sitedescription = 'AirOverflow is a company & a CTF team from Pakistan. We play CTFs, organize events, create challenges and much more. This website is designed for the purpose of publishing our blogs and showcase our team members. ' +readingTime = false # Show reading time on post page published = true # Show published data on post page -footerHtml = 'CC-0, Built with Hugo. Managed by hash3liZer' +footerHtml = 'Built with Hugo. Managed by hash3liZer' [params.author] name = "AirOverflow Team"