website/config.toml
2020-01-12 14:36:17 +01:00

38 lines
760 B
TOML

baseurl = "//www.paulbsd.com/"
languageCode = "en-us"
title = "PaulBSD website"
googleAnalytics = ""
paginate = 10
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
location = ""
site_description = ""
copyright = "Powered by [Hugo](//gohugo.io). 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