This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
2023-03-15 16:41:01 +00:00
|
|
|
baseURL = 'https://nerdcult.net/'
|
|
|
|
languageCode = 'en-us'
|
|
|
|
title = 'NerdCult'
|
|
|
|
theme = 'terminal'
|
2023-04-20 20:39:03 +00:00
|
|
|
paginate = 16
|
2023-03-15 16:41:01 +00:00
|
|
|
|
|
|
|
[params]
|
|
|
|
themeColor = 'pink'
|
|
|
|
fullWidthTheme = true
|
|
|
|
|
|
|
|
|
|
|
|
imprintPage = "/imprint"
|
|
|
|
|
|
|
|
[params.logo]
|
|
|
|
logoText = "NerdCult"
|
|
|
|
logoHomeLink = "/"
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About Us"
|
|
|
|
url = "/about"
|
|
|
|
weight = 9
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "projects"
|
|
|
|
name = "Projects"
|
|
|
|
url = "/projects"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "blog"
|
|
|
|
name = "Blog"
|
|
|
|
url = "/blog"
|
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "services"
|
|
|
|
name = "Services"
|
|
|
|
url = "/services"
|
|
|
|
weight = 3
|