Blog/config.toml
Paul Lesur 819835ea67 hey
2019-07-29 15:42:29 +02:00

21 lines
426 B
TOML

baseURL = "https://lesurpaul.fr/"
languageCode = "en-us"
title = "Paul Lesur"
theme = "xmin"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 3
[params]
description = ":)"
footer = "[Paul Lesur](https://lesurpaul.fr) | [Github](https://github.com/lesurp)"