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.
2017-02-26 22:58:55 +00:00
|
|
|
|
baseurl = "https://citra-emu.org/"
|
2017-02-26 21:24:53 +00:00
|
|
|
|
languageCode = "en-us"
|
2017-06-24 14:55:01 +00:00
|
|
|
|
|
|
|
|
|
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."
|
2017-02-26 22:25:48 +00:00
|
|
|
|
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
|