Blog/config.toml

25 lines
532 B
TOML
Raw Normal View History

2019-07-29 13:42:29 +00:00
baseURL = "https://lesurpaul.fr/"
languageCode = "en-us"
2022-10-19 12:32:27 +00:00
title = "Paul Lesur blog 🐧"
theme = "hugo-book"
2019-07-29 13:42:29 +00:00
2022-10-19 12:32:27 +00:00
#[menu]
# [nav]
# name = "Home"
# url = "/"
# weight = 1
##[[menu.main]]
## name = "About"
## url = "/about/"
## weight = 2
#[[menu.main]]
# name = "Publications"
# url = "/publications/"
# weight = 3
##
2019-07-29 13:42:29 +00:00
[params]
description = ":)"
footer = "[Paul Lesur](https://lesurpaul.fr) | [Github](https://github.com/lesurp)"
2022-10-19 12:32:27 +00:00
BookSection = "*"
BookTheme = "auto"