23 lines
423 B
TOML
23 lines
423 B
TOML
baseURL = 'https://cronyakatsuki.xyz/'
|
|
languageCode = 'en-us'
|
|
title = "Crony Akatsuki's Website"
|
|
enableEmoji = true
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = 'catppuccin-frappe'
|
|
|
|
[outputs]
|
|
home = ['html']
|
|
section = ['html', 'rss']
|
|
taxonomy = ['html']
|
|
term = ['html']
|
|
|
|
[params]
|
|
description = "My shitty website"
|
|
title = "Crony Akatsuki's Website"
|
|
dateFormat = "02-01-2006"
|
|
|
|
[taxonimies]
|
|
tags = 'tags'
|