citra-web/site/config.toml

24 lines
516 B
TOML
Raw Permalink 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.

baseurl = "https://citra-emu.org/"
languageCode = "en-us"
DefaultContentLanguage = "en"
theme = "citra-bs-theme"
# Define how many objects appear per pagination.
paginate = 10
[Languages]
[Languages.en]
title = "Citra"
description = "Citra is an open-source emulator for the Nintendo 3DS capable of playing many of your favorite 3DS games."
weight = 1
[outputs]
home = [ "HTML", "RSS" ]
section = [ "HTML", "JSON" ]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true