First template
Some checks failed
Deploy Hugo site / deploy (push) Failing after 47s

This commit is contained in:
2026-03-16 22:25:02 +01:00
parent d8d15dc0ec
commit daf6b8f55f
17 changed files with 665 additions and 5 deletions

23
hugo.toml Normal file
View File

@@ -0,0 +1,23 @@
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