23 lines
547 B
TOML
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 |