summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 9884a401d83fed2bc808041765e87cdc574a47a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
title = "🎶Let's Worship!🎵"

baseURL = "https://letsworship.xyz"

[params]
# Meta description
description = "Let's Worship the Lord!"

# Appearance settings
theme = 'dark'
colorPalette = 'primary'
hideHeader = false

# Lists parameters
listSummaries = false
listDateFormat = '2006 Jan 02'

# Breadcrumbs
breadcrumbs = false

disableKinds = ["taxonomy", "tags"]