First commit.
This commit is contained in:
commit
70eacb2517
41 changed files with 2970 additions and 0 deletions
18
hugo.toml
Normal file
18
hugo.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue