Added help and quickstart.

This commit is contained in:
chris062689@gmail.com 2018-11-02 23:34:07 -04:00
parent c4ecd591f7
commit e99c718545
2 changed files with 20 additions and 8 deletions

View file

@ -20,26 +20,38 @@ paginate = 20
url = "/downloads" url = "/downloads"
[[menu.main]] [[menu.main]]
name = "wiki" name = "help"
weight = 2 weight = 3
identifier = "wiki" identifier = "help"
url = "/help/"
[[menu.main]]
name = "quick start"
weight = 4
identifier = "quickstart"
url = "/quickstart/"
[[menu.main]]
name = "dev wiki"
weight = 5
identifier = "devwiki"
url = "/wiki/home/" url = "/wiki/home/"
[[menu.main]] [[menu.main]]
name = "screenshots" name = "screenshots"
weight = 3 weight = 6
identifier = "screenshots" identifier = "screenshots"
url = "/screenshots" url = "/screenshots"
[[menu.main]] [[menu.main]]
name = "donate" name = "donate"
weight = 4 weight = 7
identifier = "donate" identifier = "donate"
url = "/donate" url = "/donate"
[[menu.main]] [[menu.main]]
name = "patreon" name = "patreon"
weight = 5 weight = 8
identifier = "patreon" identifier = "patreon"
url = "https://www.patreon.com/yuzuteam" url = "https://www.patreon.com/yuzuteam"

View file

@ -6,14 +6,14 @@
<div class="container"> <div class="container">
<nav class="columns"> <nav class="columns">
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/home/"> <a class="column has-text-centered" href="{{ .Site.BaseURL }}/help/quickstart/">
<span class="icon is-actionable is-large"> <span class="icon is-actionable is-large">
<i class="fas fa-3x fa-code"></i> <i class="fas fa-3x fa-code"></i>
</span> </span>
<p class="title is-4"> <p class="title is-4">
<strong>Getting Started</strong> <strong>Getting Started</strong>
</p> </p>
<p class="subtitle is-6">Build the yuzu source and make a contribution</p> <p class="subtitle is-6">How to get up and running with games</p>
</a> </a>
<a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/switch-hardware-and-software/"> <a class="column has-text-centered" href="{{ .Site.BaseURL }}/wiki/switch-hardware-and-software/">