19 lines
365 B
TOML
19 lines
365 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"
|