You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

54 lines
1.0 KiB

baseURL = 'http://acheney.xyz/'
title = 'acheney.xyz'
theme = 'sunvox'
enableRobotsTXT = true
copyright = 'unless otherwise noted, this website and all content within is licensed under cc by 3.0'
languageCode = 'en-us'
[author]
name = "A Cheney"
[menu]
[[menu.main]]
name = "about"
url = "/about/"
weight = 1
[[menu.main]]
name = "blog"
url = "/blog/"
weight = 2
[[menu.main]]
name = "music"
url = "/music/"
weight = 3
[[menu.main]]
name = "art"
url = "/art/"
weight = 4
[[menu.main]]
name = "videos"
url = "/videos/"
weight = 5
[[menu.main]]
name = "code"
url = "/code/"
weight = 6
[[menu.main]]
name = "sunvox"
url = "/sunvox/"
weight = 7
[taxonomies]
category = 'categories'
pseudonym = 'pseudonyms'
musictype = 'musictypes'
moduletype = 'moduletypes'
[permalinks]
category = '/blog/categories/:slug/'
pseudonym = '/music/pseudonyms/:slug/'
musictype = '/music/:slug/'
[outputs]
home = ["HTML", "RSS"]