This commit is contained in:
23
hugo.toml
Normal file
23
hugo.toml
Normal 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
|
||||
Reference in New Issue
Block a user