website/config.toml
Paul Lecuq 07e032c1e8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
small fixes on website
2023-09-14 16:26:17 +02:00

39 lines
858 B
TOML

baseurl = "https://www.paulbsd.com"
languageCode = "en-gb"
title = "PaulBSD website"
googleAnalytics = ""
paginate = 10
theme = 'hugo-theme-wave'
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
location = "Europe/Paris"
site_description = "PaulBSD.com infrastructure news, code, fun, open-source and beers"
copyright = "[Hugo](//gohugo.io) powered. Theme by [wave](https://gitlab.com/syui/hugo-theme-wave)."
date_format = "2006-01-02"
dateformat = "2006-01-02"
mainSections = "posts"
[[params.menu]]
before = true
label = "Home"
link = "/"
[[params.menu]]
before = false
label = "Tags"
link = "tags/"
[[params.menu]]
before = false
label = "Categories"
link = "categories/"
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true