site_kpu/hugo.toml

13 lines
208 B
TOML
Raw Normal View History

2024-03-29 01:23:45 +01:00
baseURL = 'https://capucine.mineau.eu/'
languageCode = 'fr-FR'
2024-03-30 15:55:17 +01:00
title = 'Capucine'
2024-03-29 01:23:45 +01:00
theme = "paperesque"
2024-03-30 15:55:17 +01:00
[[params.topmenu]]
name = "blog"
url = "posts"
[[params.topmenu]]
name = "CV"
url = "./cv.pdf"