yuzu-emu.github.io/site/config.toml

43 lines
876 B
TOML
Raw Normal View History

2018-01-04 06:22:29 +01:00
baseurl = "https://yuzu-emu.org/"
languageCode = "en-us"
DefaultContentLanguage = "en"
theme = "shared-bulma-theme"
# Define how many objects appear per pagination.
paginate = 10
[[menu.main]]
name = "about"
weight = 1
identifier = "about"
url = "/"
[[menu.main]]
name = "wiki"
weight = 1
identifier = "wiki"
url = "/wiki/home/"
[[menu.main]]
2018-01-12 04:54:43 +01:00
name = "donate"
weight = 3
2018-01-12 04:54:43 +01:00
identifier = "donate"
url = "/donate"
2018-01-04 06:22:29 +01:00
[params]
DiscordURL = "https://discord.gg/gz9pz97"
TwitterURL = "https://twitter.com/yuzuemu"
2018-01-04 06:22:29 +01:00
GithubURL = "https://github.com/yuzu-emu/yuzu"
[Languages]
[Languages.en]
title = "yuzu"
tagline = "An experimental emulator for the Nintendo Switch"
2018-01-04 06:22:29 +01:00
description = "Yuzu is a highly experimental open-source emulator for the Nintendo Switch."
weight = 1
[outputs]
home = [ "HTML", "RSS" ]
section = [ "HTML", "JSON" ]