hugo-website/config.toml
2021-04-20 19:52:33 +02:00

29 lines
No EOL
712 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 = "Projects"
url = "projects"
home = true
[[params.navlinks]]
name = "About"
url = "about/"
[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"