Files
portfolio-website/hugo.toml
Ludovic Bouchard b795c0d2c5
Some checks failed
Deploy Hugo site / deploy (push) Failing after 13s
changes
2026-03-17 00:53:39 +01:00

23 lines
569 B
TOML

baseURL = "https://portfolio.bouchard.sytes.net/"
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 = "ludovicb1239@gmail.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