personal-website/hugo.toml

24 lines
423 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]
description = "Adoras personal website and portfolio 💖"
author = "Adora Laura Kalb"
meta_title = "Adoras Website"
[params.display]
readingTime = true
author = true
[[menu.main]]
name = "Portfolio"
pageRef = "/portfolio"
weight = 2
[[menu.main]]
name = "Projects"
pageRef = "/projects"
weight = 3