Files
portfolio-website/hugo.toml
Ludovic Bouchard daf6b8f55f
Some checks failed
Deploy Hugo site / deploy (push) Failing after 47s
First template
2026-03-16 22:25:02 +01:00

23 lines
547 B
TOML

baseURL = "https://example.com/"
languageCode = "en-us"
title = "Ludovic Portfolio"
[params]
author = "Ludovic"
role = "Developer"
tagline = "Selected projects, work, and experiments."
intro = "I build thoughtful digital products and showcase the projects that matter most."
email = "hello@example.com"
github = "https://github.com/"
linkedin = "https://www.linkedin.com/"
[menus]
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Projects"
pageRef = "/projects"
weight = 20