39 lines
773 B
TOML
39 lines
773 B
TOML
baseURL = "/"
|
|
languageCode = "en-us"
|
|
title = "Symphogear Live Info Center"
|
|
canonifyurls = true
|
|
theme = "hugo-dusk"
|
|
copyright = "Published by YameteTomete; All Symphogear content is property of its respective owners"
|
|
paginate = 3
|
|
|
|
[author]
|
|
name = "louis"
|
|
|
|
SectionPagesMenu = "main"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "rrt"
|
|
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
weight = -120
|
|
identifier = "post"
|
|
url = "/post/"
|
|
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
weight = -110
|
|
identifier = "tag"
|
|
url = "/tags/"
|
|
|
|
[params.meta]
|
|
keywords = "symphogear, live, concert"
|
|
description = "Symphogear Live information provided by YameteTomete"
|
|
|
|
[params]
|
|
theme_colors = "purple-dark"
|
|
twitter = "YameteTomete"
|
|
discord = "https://discord.gg/fpQZQ8g"
|
|
official = "https://symphogear-xv.com/live2020/"
|