website/config.toml

39 lines
795 B
TOML
Raw Normal View History

2020-01-12 14:36:17 +01:00
baseurl = "//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"
2020-01-12 14:14:15 +01:00
site_description = ""
2020-01-12 21:35:20 +01:00
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
label = "Tags"
link = "tags/"
[[params.menu]]
before = false
label = "Categories"
link = "categories/"
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true