mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2024-11-30 04:04:18 +01:00
47 lines
1.0 KiB
TOML
47 lines
1.0 KiB
TOML
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-section"
|
||
|
||
[[menu.main]]
|
||
name = "wiki"
|
||
weight = 1
|
||
identifier = "wiki"
|
||
url = "/wiki/home/"
|
||
|
||
|
||
[[menu.main]]
|
||
name = "donate"
|
||
weight = 3
|
||
identifier = "donate"
|
||
url = "/donate"
|
||
|
||
[params]
|
||
BulmaPrimaryShade = "is-dark"
|
||
DiscordURL = "https://discord.gg/gz9pz97"
|
||
TwitterURL = "https://twitter.com/yuzuemu"
|
||
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
||
GoogleAdsenseClient = "ca-pub-4126545610079023"
|
||
GoogleAdsenseSlot = "5525580072"
|
||
GoogleAnalyticsTrackingId = "UA-112443698-1"
|
||
|
||
[Languages]
|
||
[Languages.en]
|
||
title = "yuzu"
|
||
tagline = "An experimental emulator for the Nintendo Switch"
|
||
description = "yuzu is a highly experimental open-source emulator for the Nintendo Switch."
|
||
weight = 1
|
||
|
||
[outputs]
|
||
home = [ "HTML", "RSS" ]
|
||
section = [ "HTML", "JSON" ] |