From 6758a1a26de82a6dc3661db880513cba75f01110 Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 11:47:55 -0400 Subject: init commit --- hugo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..3932508 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,20 @@ +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 +paginationSize = 15 +listSummaries = false +listDateFormat = '2006 Jan 02' + +# Breadcrumbs +breadcrumbs = false \ No newline at end of file -- cgit v1.2.3