-
+
- + Why are you the way you are? + Because, reasons. + +
diff --git a/site/config.toml b/site/config.toml index 9add7bfd7..b20e788c8 100644 --- a/site/config.toml +++ b/site/config.toml @@ -7,6 +7,24 @@ theme = "shared-bulma-theme" # Define how many objects appear per pagination. paginate = 10 +[[menu.main]] + name = "frequently asked questions" + weight = 1 + identifier = "faq" + url = "#faq" + +[[menu.main]] + name = "contributing" + weight = 2 + identifier = "contribute" + url = "#contribute" + +[[menu.main]] + name = "updates" + weight = 3 + identifier = "updates" + url = "#updates" + [params] GithubURL = "https://github.com/yuzu-emu/yuzu" TwitterURL = "https://twitter.com/yuzu" diff --git a/site/layouts/index.html b/site/layouts/index.html index 8fea73c00..854f2a248 100644 --- a/site/layouts/index.html +++ b/site/layouts/index.html @@ -1,14 +1,46 @@ {{ define "main" }} {{ partial "home_hero" . }} -
A call to action!
+Yes. Experimental.
-No. It can't run games yet.
+Yuzu is an experimental open-source emulator for the Nintendo Switch from the creators of Citra.
+It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS. + The emulator is currently only useful for homebrew development and research purposes.