22 lines
No EOL
637 B
TOML
22 lines
No EOL
637 B
TOML
baseURL = "https://broodjeaap.net/"
|
|
languageCode = "en-us"
|
|
title = "BroodjeAap"
|
|
|
|
theme = "hugo-creative-portfolio-theme"
|
|
|
|
[params]
|
|
style = "blue"
|
|
description = "BroodjeAap Projects"
|
|
# Nav links in the side bar
|
|
[[params.navlinks]]
|
|
name = "Home"
|
|
url = "posts/"
|
|
home = true
|
|
|
|
[params.social]
|
|
email = "email@example.com"
|
|
twitter = "full profile url in twitter"
|
|
linkedin = "full profile url in linkedin"
|
|
instagram = "https://www.instagram.com/davidzessen/"
|
|
github = "https://github.com/broodjeaap"
|
|
youtube = "https://www.youtube.com/user/Broodjeaap89" |