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-11-03 14:37:43 -04:00
|
|
|
enableGitInfo = true
|
2022-12-20 14:05:04 -05:00
|
|
|
enableRobotsTXT = true
|
|
|
|
|
2022-11-03 14:43:14 -04:00
|
|
|
[params]
|
|
|
|
description = "My personal corner of the Internet!"
|
2022-10-31 10:56:30 -04:00
|
|
|
|
2022-11-03 14:43:14 -04:00
|
|
|
copyright = 'This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0.'
|
2022-10-31 10:56:30 -04:00
|
|
|
[author]
|
|
|
|
name = 'redstrate'
|
2022-08-23 12:53:11 -04:00
|
|
|
|
2022-09-21 10:47:29 -04:00
|
|
|
[permalinks]
|
2022-10-31 11:05:29 -04:00
|
|
|
blog = 'blog/:year/:month/:title/'
|
2022-12-20 18:02:05 -05:00
|
|
|
art = 'art/:year/:month/:slugorfilename'
|
2022-12-27 21:47:12 -05:00
|
|
|
arttags = 'art/tags/:title'
|
|
|
|
characters = 'art/characters/:title'
|
|
|
|
characters_listpath = "art/characters/"
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
series = 'series'
|
|
|
|
tag = 'tags'
|
|
|
|
arttag = 'arttags'
|
|
|
|
character = 'characters'
|
2022-09-21 10:47:29 -04:00
|
|
|
|
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
|
|
|
|
|
2022-10-27 10:51:47 -04:00
|
|
|
#[[menu.main]]
|
|
|
|
#identifier = 'photos'
|
|
|
|
#name = 'Photos'
|
|
|
|
#url = '/photos'
|
|
|
|
#weight = 3
|
2022-08-23 12:53:11 -04:00
|
|
|
|
|
|
|
[[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
|
|
|
|
|
2022-12-20 18:02:05 -05:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = 'videos'
|
|
|
|
name = 'Videos'
|
|
|
|
url = 'https://tube.ryne.moe/@redchannel'
|
|
|
|
weight = 7
|
|
|
|
|
2022-08-23 12:53:11 -04:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = 'downloads'
|
|
|
|
name = 'Downloads'
|
|
|
|
url = '/downloads'
|
2022-12-20 18:02:05 -05:00
|
|
|
weight = 8
|
2022-08-23 12:53:11 -04:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = 'extra'
|
|
|
|
name = 'Extras'
|
|
|
|
url = '/extra'
|
2022-12-20 18:02:05 -05:00
|
|
|
weight = 9
|
2022-08-23 12:53:11 -04:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = 'about'
|
|
|
|
name = 'About'
|
|
|
|
url = '/about'
|
2022-12-20 18:02:05 -05:00
|
|
|
weight = 10
|
2022-08-23 12:53:11 -04:00
|
|
|
|
2022-09-14 11:22:06 -04:00
|
|
|
[outputs]
|
|
|
|
home = ["HTML"]
|
|
|
|
page = ["HTML"]
|
|
|
|
section = ["HTML", "RSS"]
|