staticadventures/config.toml

51 lines
1.3 KiB
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

base_url = "https://staticadventures.netlib.re"
theme = "water"
compile_sass = true
highlight_code = false
build_search_index = false
generate_rss = true
default_language = "en"
taxonomies = [
{name = "skills", rss = true},
]
languages = [
{code = "fr", rss = true },
]
[extra]
title = "staticadventures"
header = "_common/header.md"
menu = "_common/menu.md"
stylesheets = [ "style.css", "custom.css" ]
home_section = "blog"
home_fullarticles = false
home_title = false
[extra.forge]
source = "https://tildegit.org/southerntofu/staticadventures/raw/branch/master/"
browse = "https://tildegit.org/southerntofu/staticadventures/src/branch/master/"
home = "https://tildegit.org/"
name = "tildegit"
# Need to keep this here until zola has support for theme translations
[translations.fr]
source = "Source de cette page"
readmore = "Lire la suite"
previousPage = "Page précédente"
nextPage = "Page suivante"
dateFormat = "%d/%m/%Y"
nothing_yet = "Il n'y a pas encore d'article dans cette section."
# Custom
skills = "Cet article présume que tu connais : "
[translations.en]
source = "Source for this page"
readmore = "Read more"
previousPage = "Previous page"
nextPage = "Next page"
dateFormat = "%m/%d/%Y"
nothing_yet = "There is no article in this section yet."
# Custom
skills = "This article assumes you know of: "