personal-website/hugo.toml

30 lines
499 B
TOML
Raw Normal View History

2024-04-25 12:21:58 +02:00
baseURL = "https://adora.codes/"
languageCode = "en-us"
title = "Adoras Website <3"
enableGitInfo = true
[params]
2024-07-15 11:03:40 +02:00
description = "Adoras personal website, cv and portfolio 💖"
2024-04-25 12:21:58 +02:00
author = "Adora Laura Kalb"
meta_title = "Adoras Website"
[params.display]
readingTime = true
author = true
2024-07-15 11:03:40 +02:00
[[menu.main]]
name = "CV/Lebenslauf"
pageRef = "/cv/"
weight = 1
2024-04-25 12:21:58 +02:00
[[menu.main]]
name = "Portfolio"
pageRef = "/portfolio"
weight = 2
2024-07-15 11:03:40 +02:00
#[[menu.main]]
#name = "Projects"
#pageRef = "/projects"
#weight = 3
#