diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..3932508 --- /dev/null +++ b/hugo.toml | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | title = "🎶Let's Worship!🎵" | ||
| 2 | |||
| 3 | baseURL = "https://letsworship.xyz" | ||
| 4 | |||
| 5 | [params] | ||
| 6 | # Meta description | ||
| 7 | description = "Let's Worship the Lord!" | ||
| 8 | |||
| 9 | # Appearance settings | ||
| 10 | theme = 'dark' | ||
| 11 | colorPalette = 'primary' | ||
| 12 | hideHeader = false | ||
| 13 | |||
| 14 | # Lists parameters | ||
| 15 | paginationSize = 15 | ||
| 16 | listSummaries = false | ||
| 17 | listDateFormat = '2006 Jan 02' | ||
| 18 | |||
| 19 | # Breadcrumbs | ||
| 20 | breadcrumbs = false \ No newline at end of file | ||
