42 lines
648 B
TOML
42 lines
648 B
TOML
baseURL = 'https://nerdcult.net/'
|
|
languageCode = 'en-us'
|
|
title = 'NerdCult'
|
|
theme = 'terminal'
|
|
paginate = 16
|
|
|
|
[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
|