citra-web/site/config.toml

19 lines
435 B
TOML
Raw Normal View History

2017-02-26 23:58:55 +01:00
baseurl = "https://citra-emu.org/"
2017-02-26 22:24:53 +01:00
languageCode = "en-us"
DefaultContentLanguage = "en"
2017-02-26 22:24:53 +01:00
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
2017-06-05 14:18:02 +02:00
[outputs]
2017-06-05 23:50:44 +02:00
home = [ "HTML", "RSS" ]
2017-06-05 14:18:02 +02:00
section = [ "HTML", "JSON" ]