36 lines
723 B
TOML
36 lines
723 B
TOML
baseURL = 'https://cantsave.me/'
|
|
languageCode = 'en-us'
|
|
title = "Can't Save Me Games"
|
|
theme = 'm10c'
|
|
|
|
[taxonomies]
|
|
category = "blog"
|
|
tag = "tags"
|
|
series = "series"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "/posts"
|
|
|
|
[[menu.main]]
|
|
identifier = "games"
|
|
name = "Games"
|
|
url = "/games"
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
url = "/about"
|
|
|
|
[params]
|
|
author = "Lily Rockford"
|
|
description = "A single person indie dev that just makes what they want"
|
|
|
|
[params.style]
|
|
darkestColor = "#d35050"
|
|
darkColor = "#212121"
|
|
lightColor = "#f5e3e0"
|
|
lightestColor = "#f5f5f5"
|
|
primaryColor = "#ffffff" |