yuzu-emu.github.io/site/config.toml
2018-01-06 00:02:30 -05:00

24 lines
609 B
TOML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseurl = "https://yuzu-emu.org/"
languageCode = "en-us"
DefaultContentLanguage = "en"
theme = "shared-bulma-theme"
# Define how many objects appear per pagination.
paginate = 10
[params]
GithubURL = "https://github.com/yuzu-emu/yuzu"
TwitterURL = "https://twitter.com/notfunnei"
ProjectName = "yuzu Emulator Project"
[Languages]
[Languages.en]
title = "yuzu"
tagline = "An experimental Nintendo Switch Emulator"
description = "Yuzu is a highly experimental open-source emulator for the Nintendo Switch."
weight = 1
[outputs]
home = [ "HTML", "RSS" ]
section = [ "HTML", "JSON" ]