citra-emu
/
citra-web
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-web/site/config.toml

24 lines
516 B
TOML
Raw Permalink Normal View History

2017-02-26 22:58:55 +00:00
baseurl = "https://citra-emu.org/"
2017-02-26 21:24:53 +00:00
languageCode = "en-us"
DefaultContentLanguage = "en"
2017-02-26 21:24:53 +00: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 12:18:02 +00:00
[outputs]
2017-06-05 21:50:44 +00:00
home = [ "HTML", "RSS" ]
2017-06-05 12:18:02 +00:00
section = [ "HTML", "JSON" ]
2022-02-13 03:18:37 +00:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true