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

43 lines
939 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 = "#about"
[[menu.main]]
2018-01-12 04:40:27 +01:00
name = "getting started"
weight = 2
2018-01-12 04:40:27 +01:00
identifier = "getting-started"
url = "#getting-started"
[[menu.main]]
name = "updates"
weight = 3
identifier = "updates"
url = "#updates"
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"
2018-01-10 23:42:34 +01:00
ProjectName = "Yuzu Emulator Team"
2018-01-04 06:22:29 +01:00
[Languages]
[Languages.en]
title = "yuzu"
tagline = "An experimental Nintendo Switch Emulator"
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" ]