first commit
This commit is contained in:
commit
543b488ecf
9 changed files with 902 additions and 0 deletions
19
hugo.toml
Normal file
19
hugo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
baseURL = 'https://wiki.cronyakatsuki.xyz'
|
||||
languageCode = 'en-us'
|
||||
title = "My personal wiki - Crony Akatsuki"
|
||||
enableEmoji = true
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
style = 'catppuccin-frappe'
|
||||
|
||||
[outputs]
|
||||
home = ['html']
|
||||
section = ['html']
|
||||
taxonomy = ['html']
|
||||
term = ['html']
|
||||
|
||||
[params]
|
||||
description = "My personal wiki"
|
||||
title = "My personal wiki - Crony Akatsuki"
|
||||
dateFormat = "02-01-2006"
|
||||
Loading…
Add table
Add a link
Reference in a new issue