website/config.toml

39 lines
858 B
TOML
Raw Permalink Normal View History

2022-08-08 21:00:45 +02:00
baseurl = "https://www.paulbsd.com"
2020-02-09 11:50:54 +01:00
languageCode = "en-gb"
2020-01-12 14:14:15 +01:00
title = "PaulBSD website"
googleAnalytics = ""
paginate = 10
2020-01-12 23:32:32 +01:00
theme = 'hugo-theme-wave'
2020-01-12 14:14:15 +01:00
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
2020-01-12 21:29:19 +01:00
location = "Europe/Paris"
2023-09-14 16:26:17 +02:00
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)."
2020-01-12 14:14:15 +01:00
date_format = "2006-01-02"
dateformat = "2006-01-02"
mainSections = "posts"
[[params.menu]]
before = true
label = "Home"
link = "/"
[[params.menu]]
before = false
2023-09-14 16:26:17 +02:00
label = "Tags"
link = "tags/"
2020-01-12 14:14:15 +01:00
[[params.menu]]
before = false
2023-09-14 16:26:17 +02:00
label = "Categories"
link = "categories/"
2020-01-12 14:14:15 +01:00
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true