redstrate.com/config.toml

68 lines
1.1 KiB
TOML
Raw Normal View History

2022-08-29 11:36:25 -04:00
baseURL = 'https://redstrate.com/'
2022-08-02 12:17:07 -04:00
languageCode = 'en-us'
2022-08-04 09:00:41 -04:00
title = '~redstrate'
2022-08-02 14:05:56 -04:00
theme = 'red'
2022-08-23 12:53:11 -04:00
[permalinks]
blog = '/:year/:month/:title/'
2022-08-23 12:53:11 -04:00
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = -1
[[menu.main]]
identifier = 'blog'
name = 'Blog'
url = '/blog'
weight = 1
[[menu.main]]
identifier = 'art'
name = 'Art'
url = '/art'
weight = 2
[[menu.main]]
identifier = 'photos'
name = 'Photos'
url = '/photos'
weight = 3
[[menu.main]]
identifier = 'music'
name = 'Music'
url = '/music'
weight = 4
[[menu.main]]
2022-08-24 10:24:38 -04:00
identifier = 'software'
name = 'Software'
url = '/software'
2022-08-23 12:53:11 -04:00
weight = 6
[[menu.main]]
identifier = 'downloads'
name = 'Downloads'
url = '/downloads'
weight = 7
[[menu.main]]
identifier = 'extra'
name = 'Extras'
url = '/extra'
weight = 8
[[menu.main]]
identifier = 'about'
name = 'About'
url = '/about'
weight = 9
2022-09-14 11:22:06 -04:00
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML", "RSS"]