diff --git a/docs/Dockerfile b/docs/Dockerfile
new file mode 100644
index 00000000..45c8cf15
--- /dev/null
+++ b/docs/Dockerfile
@@ -0,0 +1,8 @@
+FROM jekyll/jekyll
+
+COPY Gemfile .
+COPY Gemfile.lock .
+
+RUN bundle install --quiet --clean
+
+CMD ["jekyll", "serve"]
diff --git a/docs/LICENSE b/docs/LICENSE
new file mode 100644
index 00000000..72fab4a3
--- /dev/null
+++ b/docs/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Dean Attali
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/docs/_FAQ/How do I add my own resolutions.md b/docs/_FAQ/How do I add my own resolutions.md
deleted file mode 100644
index 2777d7f4..00000000
--- a/docs/_FAQ/How do I add my own resolutions.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-anchor_link: customize-packs
-order: 99
----
-This might be slightly technical, so carefully follow these steps.
-
-If you use the build-in downloader, follow the extra steps in this guide. If you use the manual installation, just skip those steps.
-
-1. Open the resolution pack folder, which follows the following name convention `ShortTitle_Resolution`, for example `MarioKart8_Resolution`.
-2. Open the `rules.txt` file in notepad or something similar and find the following text (this is for 720p games, but 1080p will only have some changes in values):
-
-[Preset]
-name = 1280x720 (Default)
-$width = 1280
-$height = 720
-$gameWidth = 1280
-$gameHeight = 720
-
-3. Now, change the `$width` and `$height` to the resolution you want and pick the default preset!
-
-**Though, graphic packs and some resolutions aren't compatible so choosing common monitor resolutions is recommended.**
\ No newline at end of file
diff --git a/docs/_FAQ/How do I install the graphic packs, step by step.md b/docs/_FAQ/How do I install the graphic packs, step by step.md
deleted file mode 100644
index f7894b96..00000000
--- a/docs/_FAQ/How do I install the graphic packs, step by step.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-anchor_link: how-to-install-gfx-packs
-order: 1
----
-{%- comment -%}Maybe include a gif or something.{%- endcomment -%}
-Here we'll repeat some info from above in a more detailed step-by-step guide of how to install graphic packs. This assumes you use the manual method of installing packs, and not the build-in automatic graphic pack downloader/updater.
-
-1. Choose one of the 3 downloads from above. Each download has a range of versions it supports, pick the one that's supported by your downloaded Cemu version.
-2. Right-click on the `graphicPacks307.zip` and click "Extract all..." to extract all of the contents to a new folder.
-3. Afterwards, open that folder you've just extracted it to and press Ctrl+A to select all the folders and then Ctrl+C to copy the files.
-4. Browse to your Cemu folder and open the `graphicPacks` folder. Press Ctrl+V to paste your copied folders.
-5. Go to `Options`->`Graphic packs` after you've started Cemu and enable the packs you want to use.
\ No newline at end of file
diff --git a/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md b/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md
deleted file mode 100644
index ec2c05e7..00000000
--- a/docs/_FAQ/Why does game X not have graphic packs for 1.14.0 and newer.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-anchor_link: version-3-compatibility
-order: 2
----
-Some graphic packs might not be available for Cemu 1.14.0 and newer while previous versions did have graphic packs.
-This is due to the full reimplementation of the texture system in Cemu 1.14.0.
-This also changed a lot of the aspects with textures and made all previous graphic packs that changed textures outdated.
-
-Hence, why some games have their graphic packs missing in the new versions for now..
-You can search which games are supported above or see [this project page](https://github.com/slashiee/cemu_graphic_packs/projects/5?fullscreen=true) for more detailed information.
\ No newline at end of file
diff --git a/docs/_config.yml b/docs/_config.yml
index e9d52c26..23100d1a 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,19 +1,215 @@
-title: Cemu Graphic Packs
-description: Official website of the Community Graphic Packs for Cemu, used to upscale and change your Wii U games.
-url: https://slashiee.github.io/cemu_graphic_packs
-repository: slashiee/cemu_graphic_packs
+# --- General options --- #
+title: Cemu Graphic Packs
+description: Largest graphic packs source for Cemu that modify or scale games.
+url: https://slashiee.github.io/cemu_graphic_packs
+
+# --- Navigation bar options --- #
+navbar-links:
+ #Installation: "installation"
+ Resources:
+ #- FAQ: "frequently-asked-questions"
+ - How to make graphic packs: "https://github.com/slashiee/cemu_graphic_packs/wiki/How-to-create-resolution-packs"
+ Contribute!: "https://github.com/slashiee/cemu_graphic_packs"
+
+# Image to show in the navigation bar - image must be a square (width = height)
+# Remove this parameter if you don't want an image in the navbar
+# avatar: "/img/avatar-icon.png"
+
+# If you want to have an image logo in the top-left corner instead of the title text,
+# then specify the following parameter
+# title-img: /path/to/image
+
+# --- Background colour/image options --- #
+
+# Dark-themed?
+# navbar-col: "#1f1f1f"
+# navbar-text-col: "#bfbfbf"
+# navbar-children-col: "#333"
+# page-col: "#FFFFFF"
+# link-col: "#008AFF"
+# hover-col: "#0085A1"
+# footer-col: "#222"
+# footer-text-col: "#989898"
+# footer-link-col: "#d2d2d2"
+
+# Or beige
+navbar-col: "#d8d8d8"
+navbar-text-col: "#404040"
+navbar-children-col: "#F5F5F5"
+page-col: "#bbbbbb"
+link-col: "#008AFF"
+hover-col: "#0085A1"
+footer-col: "#d8d8d8"
+footer-text-col: "#777777"
+footer-link-col: "#404040"
+
+# Or just white
+# navbar-col: "#F5F5F5"
+# navbar-text-col: "#404040"
+# navbar-children-col: "#F5F5F5"
+# page-col: "#FFFFFF"
+# link-col: "#008AFF"
+# hover-col: "#0085A1"
+# footer-col: "#F5F5F5"
+# footer-text-col: "#777777"
+# footer-link-col: "#404040"
+
+
+
+
+# Alternatively, the navbar, footer, and page background can be set to use background images
+# instead of colour
+
+# navbar-img: "/img/bgimage.png"
+# footer-img: "/img/bgimage.png"
+# page-img: "/img/bgimage.png"
+
+# --- Footer options --- #
+
+# Change all these values or delete the ones you don't want.
+# Important: you must keep the "name" parameter, everything else you can remove
author:
name: Slashiee + awesome contributors
+# Select your active Social Network Links.
+# Uncomment the links you want to show in the footer and add your information to each link.
+# You can reorder the items to define the link order.
+# If you want to add a new link that isn't here, you'll need to also edit the file _data/SocialNetworks.yml
+social-network-links:
+# rss: true
+# email: "someone@example.com"
+# facebook: daattali
+# github: daattali
+# twitter: daattali
+# reddit: yourname
+# google-plus: +DeanAttali
+# linkedin: daattali
+# xing: yourname
+# stackoverflow: "3943160/daattali"
+# snapchat: deanat78
+# instagram: deanat78
+# youtube: user/deanat78
+# spotify: yourname
+# telephone: +14159998888
+# steam: deanat78
+# twitch: yourname
+# yelp: yourname
+
+# Select which share links to show in posts
+share-links-active:
+ twitter: false
+ facebook: false
+ google: false
+ linkedin: false
+
+# How to display the link to the website in the footer
+# Remove this if you don't want a link in the footer
+url-pretty: "slashiee.github.io/gfx_pack"
+
+# Excerpt Word Length
+# Truncates the excerpt to the specified number of words on the index page
+excerpt_length: 50
+
+# Character used to separate site title and description in HTML document title
+# and RSS feed title
+title-separator: "-"
+
+# --- Don't need to touch anything below here (but you can if you want) --- #
+
+# Output options (more information on Jekyll's site)
+markdown: kramdown
+highlighter: rouge
+permalink: /:year-:month-:day-:title/
+paginate: 5
+
+kramdown:
+ input: GFM
+
+# Default YAML values (more information on Jekyll's site)
+defaults:
+ -
+ scope:
+ path: ""
+ type: "posts"
+ values:
+ layout: "post"
+ comments: false
+ social-share: false
+ -
+ scope:
+ path: "" # all files
+ values:
+ layout: "page"
+ show-avatar: true
+
+# Use tags index page and make tags on each post clickable
+link-tags: true
+
+# Exclude these files from production site
exclude:
- - .gitignore
+ - CHANGELOG.md
+ - CNAME
+ - Dockerfile
- Gemfile
- Gemfile.lock
+ - LICENSE
+ - README.md
+ - Vagrantfile
- watch_local.bat
-collections:
- - FAQ
+# prose.io config
+prose:
+ rooturl: '_posts'
+ media: 'img'
+ ignore:
+ - 404.html
+ - LICENSE
+ - feed.xml
+ - _config.yml
+ - /_layouts
+ - /_includes
+ - /css
+ - /img
+ - /js
+ metadata:
+ _posts:
+ - name: "layout"
+ field:
+ element: "hidden"
+ value: "post"
+ - name: "title"
+ field:
+ element: "text"
+ label: "Post title"
+ placeholder: "Title"
+ alterable: true
+ - name: "subtitle"
+ field:
+ element: "textarea"
+ label: "Subtitle"
+ placeholder: "A description of your post."
+ alterable: true
+ - name: "date"
+ field:
+ element: "text"
+ label: "Date"
+ help: "Enter date of post."
+ placeholder: "yyyy-mm-dd"
+ alterable: true
+ - name: "image"
+ field:
+ element: "text"
+ label: "Image"
+ help: "Add a thumbnail image to your post."
+ placeholder: "Thumbnail"
+ alterable: true
+ - name: "published"
+ field:
+ element: "checkbox"
+ label: "Publish"
+ help: "Check to publish post, uncheck to hide."
plugins:
- - jekyll-redirect-from
\ No newline at end of file
+ - jekyll-paginate
+ - jekyll-sitemap
diff --git a/docs/_data/GameTitles.yml b/docs/_data/GameTitles.yml
index ba7a79f9..70f91387 100644
--- a/docs/_data/GameTitles.yml
+++ b/docs/_data/GameTitles.yml
@@ -1,356 +1,356 @@
-"Adventure Time: Explore the Dungeon Because I DON’T KNOW":
+- title: "Adventure Time: Explore the Dungeon Because I DON’T KNOW"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Adventure_Time:_Explore_the_Dungeon_Because_I_Don't_Know!"
version3: false
-"Adventure Time: Finn And Jake Investigations":
+- title: "Adventure Time: Finn And Jake Investigations"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Adventure_Time:_Finn_And_Jake_Investigations"
version3: false
-"Animal Crossing: amiibo Festival":
+- title: "Animal Crossing: amiibo Festival"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Animal_Crossing:_Amiibo_Festival"
version3: false
-"Aqua TV":
+- title: "Aqua TV"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Aqua_TV"
version3: false
-"A World of Keflings":
+- title: "A World of Keflings"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/A_World_of_Keflings"
version3: true
-"Batman: Arkham City Armored Edition":
+- title: "Batman: Arkham City Armored Edition"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Batman:_Arkham_City_Armored_Edition"
version3: false
-"Bayonetta":
+- title: "Bayonetta"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Bayonetta"
version3: true
-"Bayonetta 2":
+- title: "Bayonetta 2"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Bayonetta_2"
version3: true
-"Ben 10 Omniverse":
+- title: "Ben 10 Omniverse"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ben_10:_Omniverse"
version3: false
-"BIT.TRIP Presents… Runner2: Future Legend of Rhythm Alien":
+- title: "BIT.TRIP Presents… Runner2: Future Legend of Rhythm Alien"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/BIT.TRIP_Presents..._Runner2:_Future_Legend_of_Rhythm_Alien"
version3: false
-"Brunswick Pro Bowling":
+- title: "Brunswick Pro Bowling"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Brunswick_Pro_Bowling"
version3: false
-"Captain Toad: Treasure Tracker":
+- title: "Captain Toad: Treasure Tracker"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Captain_Toad:_Treasure_Tracker"
version3: true
-"Chariot":
+- title: "Chariot"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Chariot"
version3: false
-"Chimpuzzle Pro":
+- title: "Chimpuzzle Pro"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Chimpuzzle_Pro"
version3: false
-"Chompy Chomp Chomp Party":
+- title: "Chompy Chomp Chomp Party"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Chompy_Chomp_Chomp_Party"
version3: false
-"Citizens Of Earth":
+- title: "Citizens Of Earth"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Citizens_of_Earth"
version3: false
-"Devil’s Third":
+- title: "Devil’s Third"
nativeRes: 720
- compatLink: "http://compat.cemu.info/wiki/Devil%27s_Third"
+ compatLink: "http://compat.cemu.info/wiki/Chariot"
version3: false
-"Donkey Kong Country: Tropical Freeze":
+- title: "Donkey Kong Country: Tropical Freeze"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Donkey_Kong_Country:_Tropical_Freeze"
version3: true
-"DuckTales Remastered":
+- title: "DuckTales Remastered"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/DuckTales_Remastered"
version3: false
-"Electronic Super Joy: Groove City":
+- title: "Electronic Super Joy: Groove City"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Electronic_Super_Joy:_Groove_City"
version3: false
-"FAST Racing NEO":
+- title: "FAST Racing NEO"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Fast_Racing_Neo"
version3: true
-"Family Tennis SP":
+- title: "Family Tennis SP"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Family_Tennis_SP"
version3: false
-"Fist of the North Star - Ken’s Rage 2":
+- title: "Fist of the North Star - Ken’s Rage 2"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Fist_of_the_North_Star:_Ken's_Rage_2"
version3: false
-"Frenchy Bird":
+- title: "Frenchy Bird"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Frenchy_Bird"
version3: false
-"Ghost Blade HD":
+- title: "Ghost Blade HD"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ghost_Blade_HD"
version3: false
-"Giana Sisters: Twisted Dreams":
+- title: "Giana Sisters: Twisted Dreams"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Giana_Sisters:_Twisted_Dreams"
version3: false
-"Guacamelee! Super Turbo Championship Edition":
+- title: "Guacamelee! Super Turbo Championship Edition"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Guacamelee:_Super_Turbo_Championship_Edition"
version3: false
-"Hyrule Warriors":
+- title: "Hyrule Warriors"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Hyrule_Warriors"
version3: true
-"Infinity Runner":
+- title: "Infinity Runner"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Infinity_Runner"
version3: false
-"Kamen Rider - Battride War II":
+- title: "Kamen Rider - Battride War II"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kamen_Rider:_Battride_War_II"
version3: false
-"Kick and Fennick":
+- title: "Kick and Fennick"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kick_and_Fennick"
version3: false
-"Kirby and the Rainbow Curse":
+- title: "Kirby and the Rainbow Curse"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kirby_and_the_Rainbow_Curse"
version3: false
-"Kung Fu Panda: Showdown of Legendary Legends":
+- title: "Kung Fu Panda: Showdown of Legendary Legends"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Kung_Fu_Panda:_Showdown_of_Legendary_Legends"
version3: false
-"LEGO City Undercover":
+- title: "LEGO City Undercover"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/LEGO_City_Undercover"
version3: false
-"Mario Party 10":
+- title: "Mario Party 10"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Party_10"
- version3: true
-"Mario & Sonic at the Rio 2016 Olympic Games":
+ version3: false
+- title: "Mario & Sonic at the Rio 2016 Olympic Games"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_&_Sonic_at_the_Rio_2016_Olympic_Games"
version3: true
-"Mario & Sonic at the Sochi 2014 Olympic Winter Games":
+- title: "Mario & Sonic at the Sochi 2014 Olympic Winter Games"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_&_Sonic_at_the_Sochi_2014_Olympic_Winter_Games"
version3: false
-"Mario Kart 8":
+- title: "Mario Kart 8"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Kart_8"
version3: true
-"Mario Tennis: Ultra Smash":
+- title: "Mario Tennis: Ultra Smash"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Mario_Tennis:_Ultra_Smash"
version3: true
-"Meme Run":
+- title: "Meme Run"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Meme_Run"
version3: true
-"Minecraft: Story Mode":
+- title: "Minecraft: Story Mode"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Minecraft:_Story_Mode"
version3: false
-"Minecraft: Wii U Edition":
+- title: "Minecraft: Wii U Edition"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Minecraft:_Wii_U_Edition"
version3: false
-"Monster Hunter 3 Ultimate":
+- title: "Monster Hunter 3 Ultimate"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Monster_Hunter_3_Ultimate"
version3: true
-"NBA 2K13":
+- title: "NBA 2K13"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/NBA_2K13"
version3: false
-"New Super Luigi U":
+- title: "New Super Luigi U"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/New_Super_Luigi_U"
version3: true
-"New Super Mario Bros. U":
+- title: "New Super Mario Bros. U"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/New_Super_Mario_Bros._U"
version3: true
-"Ninja Gaiden 3: Razor’s Edge":
+- title: "Ninja Gaiden 3: Razor’s Edge"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Ninja_Gaiden_3:_Razor's_Edge"
version3: true
-"Nintendo Land":
+- title: "Nintendo Land"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Nintendo_Land"
version3: true
-"One Piece: Unlimited World Red":
+- title: "One Piece: Unlimited World Red"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/One_Piece:_Unlimited_World_Red"
version3: true
-"PAC-MAN & the Ghostly Adventures":
+- title: "PAC-MAN & the Ghostly Adventures"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pac-Man_and_the_Ghostly_Adventures_1"
version3: false
-"PAC-MAN & the Ghostly Adventures 2":
+- title: "PAC-MAN & the Ghostly Adventures 2"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pac-Man_and_the_Ghostly_Adventures_2"
version3: false
-"Paper Mario: Color Splash":
+- title: "Paper Mario: Color Splash"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Paper_Mario:_Color_Splash"
version3: false
-"Paper Monsters Recut":
+- title: "Paper Monsters Recut"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Paper_Monsters_Recut"
version3: false
-"Phineas and Ferb: Quest for Cool Stuff":
+- title: "Phineas and Ferb: Quest for Cool Stuff"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Phineas_and_Ferb:_Quest_for_Cool_Stuff"
version3: false
-"Pikmin 3":
+- title: "Pikmin 3"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pikmin_3"
version3: true
-"Pokkén Tournament":
+- title: "Pokkén Tournament"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Pokk%C3%A9n_Tournament"
version3: true
-"Project Zero: Maiden of Black Water":
+- title: "Project Zero: Maiden of Black Water"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Project_Zero:_Maiden_of_Black_Water"
version3: true
-"Puyo Puyo Tetris":
+- title: "Puyo Puyo Tetris"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Puyo_Puyo_Tetris"
version3: false
-"Sanatory Hallways":
+- title: "Sanatory Hallways"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sanatory_Hallways"
version3: false
-"Scribblenauts Unlimited":
+- title: "Scribblenauts Unlimited"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Scribblenauts_Unlimited"
version3: false
-"Scribblenauts Unmasked: A DC Comics Adventure":
+- title: "Scribblenauts Unmasked: A DC Comics Adventure"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Scribblenauts_Unmasked:_A_DC_Comics_Adventure"
version3: false
-"Severed":
+- title: "Severed"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Severed"
version3: false
-"Shantae: Half-Genie Hero":
+- title: "Shantae: Half-Genie Hero"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Shantae:_Half-Genie_Hero"
version3: false
-"Shovel Knight":
+- title: "Shovel Knight"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Shovel_Knight:_Plauge_of_Shadows"
version3: false
-"The Smurfs 2":
+- title: "The Smurfs 2"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Smurfs_2"
version3: false
-"Sonic Boom: Rise of Lyric":
+- title: "Sonic Boom: Rise of Lyric"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sonic_Boom:_Rise_of_Lyric"
version3: true
-"Sonic Lost World":
+- title: "Sonic Lost World"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Sonic_Lost_World"
version3: true
-"Splatoon":
+- title: "Splatoon"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Splatoon"
version3: true
-"SpongeBob SquarePants: Plankton’s Robotic Revenge":
+- title: "SpongeBob SquarePants: Plankton’s Robotic Revenge"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Spongebob_Squarepants:_Plankton's_Robotic_Revenge"
version3: false
-"Star Fox Guard":
+- title: "Star Fox Guard"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Star_Fox_Guard"
version3: false
-"Star Fox Zero":
+- title: "Star Fox Zero"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Star_Fox_Zero"
version3: false
-"Super Mario 3D World":
+- title: "Super Mario 3D World"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Super_Mario_3D_World"
version3: true
-"Super Mario Maker":
+- title: "Super Mario Maker"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Super_Mario_Maker"
version3: true
-"Super Smash Bros. for Wii U":
+- title: "Super Smash Bros. for Wii U"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/Super_Smash_Bros._U"
version3: true
-"TNT Racers Nitro Machines Edition":
+- title: "TNT Racers Nitro Machines Edition"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/TNT_Racers_Nitro_Machines_Edition"
version3: false
-"Taiko no Tatsujin: Atsumete Tomodachi Daisakusen":
+- title: "Taiko no Tatsujin: Atsumete Tomodachi Daisakusen"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Taiko_no_Tatsujin:_Atsumete_Tomodachi_Daisakusen"
version3: false
-"Tekken Tag Tournament 2: Wii U Edition":
+- title: "Tekken Tag Tournament 2: Wii U Edition"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tekken_Tag_Tournament_2"
version3: false
-"Tengami":
+- title: "Tengami"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tengami"
version3: false
-"The Legend of Zelda: Breath of the Wild":
+- title: "The Legend of Zelda: Breath of the Wild"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild"
version3: true
-"The Legend of Zelda: The Wind Waker HD":
+- title: "The Legend of Zelda: The Wind Waker HD"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_The_Wind_Waker_HD"
version3: true
-"The Legend of Zelda: Twilight Princess HD":
+- title: "The Legend of Zelda: Twilight Princess HD"
nativeRes: 1080
compatLink: "http://compat.cemu.info/wiki/The_Legend_of_Zelda:_Twilight_Princess_HD"
version3: true
-"The Wonderful 101":
+- title: "The Wonderful 101"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/The_Wonderful_101"
version3: true
-"Tokyo Mirage Sessions ♯FE":
+- title: "Tokyo Mirage Sessions ♯FE"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Tokyo_Mirage_Sessions_#FE"
version3: true
-"Turbo: Super Stunt Squad":
+- title: "Turbo: Super Stunt Squad"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Turbo:_Super_Stunt_Squad"
version3: false
-"Warriors Orochi 3 Hyper":
+- title: "Warriors Orochi 3 Hyper"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Warriors_Orochi_3_Hyper"
version3: false
-"Wipeout 3":
+- title: "Wipeout 3"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Wipeout_3"
version3: false
-"Wipeout Create & Crash":
+- title: "Wipeout Create & Crash"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Wipeout:_Create_&_Crash"
version3: false
-"Xenoblade Chronicles X":
+- title: "Xenoblade Chronicles X"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Xenoblade_Chronicles_X"
version3: true
-"Yoshi’s Woolly World":
+- title: "Yoshi’s Woolly World"
nativeRes: 720
compatLink: "http://compat.cemu.info/wiki/Yoshi's_Woolly_World"
version3: true
\ No newline at end of file
diff --git a/docs/_data/SocialNetworks.yml b/docs/_data/SocialNetworks.yml
new file mode 100644
index 00000000..d0a26350
--- /dev/null
+++ b/docs/_data/SocialNetworks.yml
@@ -0,0 +1,97 @@
+# You can define your custom social network links here.
+# Use the same key you added in _config.yml -> social-network-links.
+# In addition to that you need to specify the following properties:
+# name: Specify a user-friendly name that will be used as a link title
+# baseURL: Define a base URL which will be combined with the value of
+# site.social-network-links.
+# icon: Specify a valid fontawesome icon class
+
+facebook:
+ name: "Facebook"
+ baseURL: "https://www.facebook.com/"
+ icon: "fa-facebook"
+
+github:
+ name: "GitHub"
+ baseURL: "https://github.com/"
+ icon: "fa-github"
+
+twitter:
+ name: "Twitter"
+ baseURL: "https://twitter.com/"
+ icon: "fa-twitter"
+
+reddit:
+ name: "Reddit"
+ baseURL: "https://reddit.com/u/"
+ icon: "fa-reddit"
+
+google-plus:
+ name: "Google+"
+ baseURL: "https://plus.google.com/"
+ icon: "fa-google-plus"
+
+email:
+ name: "Email me"
+ baseURL: "mailto:"
+ icon: "fa-envelope"
+
+linkedin:
+ name: "LinkedIn"
+ baseURL: "https://linkedin.com/in/"
+ icon: "fa-linkedin"
+
+xing:
+ name: "Xing"
+ baseURL: "https://www.xing.com/profile/"
+ icon: "fa-xing"
+
+stackoverflow:
+ name: "StackOverflow"
+ baseURL: "https://stackoverflow.com/users/"
+ icon: "fa-stack-overflow"
+
+snapchat:
+ name: "Snapchat"
+ baseURL: "https://www.snapchat.com/add/"
+ icon: "fa-snapchat-ghost"
+
+instagram:
+ name: "Instagram"
+ baseURL: "https://www.instagram.com/"
+ icon: "fa-instagram"
+
+youtube:
+ name: "YouTube"
+ baseURL: "https://www.youtube.com/"
+ icon: "fa-youtube"
+
+spotify:
+ name: "Spotify"
+ baseURL: "https://open.spotify.com/user/"
+ icon: "fa-spotify"
+
+telephone:
+ name: "Phone"
+ baseURL: "tel:"
+ icon: "fa-phone"
+
+rss:
+ name: "RSS"
+ baseURL: "{{ '/feed.xml' | prepend: site.baseurl }}"
+ icon: "fa-rss"
+
+steam:
+ name: "Steam"
+ baseURL: "https://steamcommunity.com/id/"
+ icon: "fa-steam"
+
+twitch:
+ name: "Twitch"
+ baseURL: "https://www.twitch.tv/"
+ icon: "fa-twitch"
+
+yelp:
+ name: "Yelp"
+ baseURL: "https://{{ site.author.yelp }}.yelp.com"
+ icon: "fa-yelp"
diff --git a/docs/_includes/disqus.html b/docs/_includes/disqus.html
new file mode 100644
index 00000000..dd80975c
--- /dev/null
+++ b/docs/_includes/disqus.html
@@ -0,0 +1,17 @@
+{%- if site.disqus -%}
+
+
+
+
+
+{%- endif -%}
diff --git a/docs/_includes/ext-css.html b/docs/_includes/ext-css.html
new file mode 100644
index 00000000..9e2f5220
--- /dev/null
+++ b/docs/_includes/ext-css.html
@@ -0,0 +1,7 @@
+{% if include.css.sri %}
+
+{% elsif include.css.href %}
+
+{% else %}
+
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/ext-js.html b/docs/_includes/ext-js.html
new file mode 100644
index 00000000..3738ef2c
--- /dev/null
+++ b/docs/_includes/ext-js.html
@@ -0,0 +1,7 @@
+{% if include.js.sri %}
+
+{% elsif include.js.href %}
+
+{% else %}
+
+{% endif %}
diff --git a/docs/_includes/fb-comment.html b/docs/_includes/fb-comment.html
new file mode 100644
index 00000000..8b47a2b6
--- /dev/null
+++ b/docs/_includes/fb-comment.html
@@ -0,0 +1,14 @@
+{%- if site.fb_comment_id -%}
+
+
+
+
+
+
+{%- endif -%}
diff --git a/docs/_includes/footer-minimal.html b/docs/_includes/footer-minimal.html
new file mode 100644
index 00000000..d8d3b419
--- /dev/null
+++ b/docs/_includes/footer-minimal.html
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/docs/_includes/footer-scripts.html b/docs/_includes/footer-scripts.html
new file mode 100644
index 00000000..537e9cc8
--- /dev/null
+++ b/docs/_includes/footer-scripts.html
@@ -0,0 +1,32 @@
+{% if layout.common-ext-js %}
+ {% for js in layout.common-ext-js %}
+ {% include ext-js.html js=js %}
+ {% endfor %}
+{% endif %}
+
+{% if page.ext-js %}
+ {% for js in page.ext-js %}
+ {% include ext-js.html js=js %}
+ {% endfor %}
+{% endif %}
+
+{% if page.js %}
+ {% for js in page.js %}
+
+ {% endfor %}
+{% endif %}
+
+{% if layout.common-js %}
+ {% for js in layout.common-js %}
+
+ {% if js contains 'jquery' %}
+
+ {% else %}
+
+ {% endif %}
+ {% endfor %}
+{% endif %}
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
new file mode 100644
index 00000000..480c2927
--- /dev/null
+++ b/docs/_includes/footer.html
@@ -0,0 +1,51 @@
+
diff --git a/docs/_includes/google_analytics.html b/docs/_includes/google_analytics.html
new file mode 100644
index 00000000..eb9b7ddb
--- /dev/null
+++ b/docs/_includes/google_analytics.html
@@ -0,0 +1,12 @@
+{% if site.google_analytics %}
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/gtag.html b/docs/_includes/gtag.html
new file mode 100644
index 00000000..a7f49882
--- /dev/null
+++ b/docs/_includes/gtag.html
@@ -0,0 +1,11 @@
+{% if site.gtag %}
+
+
+
+{% endif %}
diff --git a/docs/_includes/gtm_body.html b/docs/_includes/gtm_body.html
new file mode 100644
index 00000000..0d9ae022
--- /dev/null
+++ b/docs/_includes/gtm_body.html
@@ -0,0 +1,6 @@
+{% if site.gtm %}
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/gtm_head.html b/docs/_includes/gtm_head.html
new file mode 100644
index 00000000..ded5d417
--- /dev/null
+++ b/docs/_includes/gtm_head.html
@@ -0,0 +1,9 @@
+{% if site.gtm %}
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
new file mode 100644
index 00000000..bf9a15ce
--- /dev/null
+++ b/docs/_includes/head.html
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+ {% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}
+
+
+
+ {% if page.subtitle %}
+
+ {% endif %}
+
+
+
+ {% include gtag.html %}
+ {% include gtm_head.html %}
+ {% include google_analytics.html %}
+
+ {% if layout.common-ext-css %}
+ {% for css in layout.common-ext-css %}
+ {% include ext-css.html css=css %}
+ {% endfor %}
+ {% endif %}
+
+ {% if layout.common-css %}
+ {% for css in layout.common-css %}
+
+ {% endfor %}
+ {% endif %}
+
+ {% if layout.common-googlefonts %}
+ {% for font in layout.common-googlefonts %}
+
+ {% endfor %}
+ {% endif %}
+
+ {% if page.ext-css %}
+ {% for css in page.ext-css %}
+ {% include ext-css.html css=css %}
+ {% endfor %}
+ {% endif %}
+
+ {% if page.css %}
+ {% for css in page.css %}
+
+ {% endfor %}
+ {% endif %}
+
+ {% if page.googlefonts %}
+ {% for font in page.googlefonts %}
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+
+
+
+
+ {% if site.matomo %}
+ {% include matomo.html %}
+ {% endif %}
+
+
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
new file mode 100644
index 00000000..cc21bd35
--- /dev/null
+++ b/docs/_includes/header.html
@@ -0,0 +1,76 @@
+
+
+{% if page.bigimg or page.title %}
+
+{% if page.bigimg %}
+
+{% endif %}
+
+
+{% if page.bigimg %}
+
Use Cemu's build-in graphic packs downloader (a new feature added in Cemu 1.15.1) to automatically retrieve the newest graphic packs from our repository.
-
Manual installation instructions
-
Remove all of your graphic packs first, then move all of the folders from the .zip file you've made below to the graphicPacks folder from your Cemu installation.