Skip to content

Commit

Permalink
Configuration for website
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 16, 2024
1 parent 81daf99 commit 7df9e2d
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
baseURL = 'https://team.airoverflow.com/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'nightfall'
theme = 'nightfall'

[params]
user = "team"
hostname = "airoverflow.com"

[params.author]
name = "AirOverflow"
email = "[email protected]"

[[params.social]]
key = 0
name = "github"
url = "https://github.com/airoverflow"
icon = "fa-brands fa-github" # Add link to your icon font to `layouts/partials/custom-head.html`
target = "_blank" # Defines your target option in a-href. _blank for a new Tab for example.
aria = "GitHub Profile" # Define the aria label for accessibility like page reader - this is better for your SEO

[[params.social]]
key = 1
name = "website"
url = "https://airoverflow.com"
target = "_blank"

[[params.social]]
key = 3
name = "email"
url = "mailto:[email protected]"

[params]
sitedescription = 'AirOverflow is a company & a CTF team from Pakistan. We plat CTFs, organize events related to Cyber Security & ofcourse do fun. '

[menu]
[[menu.header]]
name = "blogs"
weight = 0
url = "/blogs"
[[menu.header]]
name = "members"
weight = 1
url = "/members"

0 comments on commit 7df9e2d

Please sign in to comment.