-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81daf99
commit 7df9e2d
Showing
1 changed file
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |