automate permalinks; this'll definitely break Crowdin because it has no idea how to handle file name case changes

This commit is contained in:
Plailect 2017-05-23 14:02:51 -04:00
parent f8c951abd3
commit c6ed485ab0
1157 changed files with 1532 additions and 3255 deletions

View file

@ -112,6 +112,7 @@ author:
include:
- .htaccess
- _pages
- _pages/en_US
exclude: [
"*.sublime-project",
"*.sublime-workspace",
@ -205,16 +206,6 @@ sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
# Plugins
gems:
- jekyll-paginate
@ -268,3 +259,387 @@ compress_html:
clippings: all
ignore:
envs: development
# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
- scope:
path: "_pages/af_ZA"
type: pages
values:
permalink: /af_ZA/:basename:output_ext
lang: af
- scope:
path: "_pages/ar_SA"
type: pages
values:
permalink: /ar_SA/:basename:output_ext
lang: ar
- scope:
path: "_pages/ca_ES"
type: pages
values:
permalink: /ca_ES/:basename:output_ext
lang: ca
- scope:
path: "_pages/cs_CZ"
type: pages
values:
permalink: /cs_CZ/:basename:output_ext
lang: cs
- scope:
path: "_pages/da_DK"
type: pages
values:
permalink: /da_DK/:basename:output_ext
lang: da
- scope:
path: "_pages/de_DE"
type: pages
values:
permalink: /de_DE/:basename:output_ext
lang: ds
- scope:
path: "_pages/el_GR"
type: pages
values:
permalink: /el_GR/:basename:output_ext
lang: el
- scope:
path: "_pages/en_PT"
type: pages
values:
permalink: /en_PT/:basename:output_ext
lang: en-PT
- scope:
path: "_pages/en_US"
type: pages
values:
permalink: /:basename:output_ext
lang: en
- scope:
path: "_pages/es_ES"
type: pages
values:
permalink: /es_ES/:basename:output_ext
lang: es
- scope:
path: "_pages/fi_FI"
type: pages
values:
permalink: /fi_FI/:basename:output_ext
lang: fi
- scope:
path: "_pages/fr_FR"
type: pages
values:
permalink: /fr_FR/:basename:output_ext
lang: fr
- scope:
path: "_pages/he_IL"
type: pages
values:
permalink: /he_IL/:basename:output_ext
lang: he
- scope:
path: "_pages/hu_HU"
type: pages
values:
permalink: /hu_HU/:basename:output_ext
lang: hu
- scope:
path: "_pages/id_ID"
type: pages
values:
permalink: /id_ID/:basename:output_ext
lang: id
- scope:
path: "_pages/it_IT"
type: pages
values:
permalink: /it_IT/:basename:output_ext
lang: it
- scope:
path: "_pages/ja_JP"
type: pages
values:
permalink: /ja_JP/:basename:output_ext
lang: ja
- scope:
path: "_pages/ko_KR"
type: pages
values:
permalink: /ko_KR/:basename:output_ext
lang: ko
- scope:
path: "_pages/ms_MY"
type: pages
values:
permalink: /ms_MY/:basename:output_ext
lang: ms
- scope:
path: "_pages/no_NO"
type: pages
values:
permalink: /no_NO/:basename:output_ext
lang: no-NO
- scope:
path: "_pages/nl_NL"
type: pages
values:
permalink: /nl_NL/:basename:output_ext
lang: nl
- scope:
path: "_pages/pl_PL"
type: pages
values:
permalink: /pl_PL/:basename:output_ext
lang: pl
- scope:
path: "_pages/pt_BR"
type: pages
values:
permalink: /pt_BR/:basename:output_ext
lang: pt-BR
- scope:
path: "_pages/pt_PT"
type: pages
values:
permalink: /pt_PT/:basename:output_ext
lang: pt-PT
- scope:
path: "_pages/ro_RO"
type: pages
values:
permalink: /ro_RO/:basename:output_ext
lang: ro
- scope:
path: "_pages/ru_RU"
type: pages
values:
permalink: /ru_RU/:basename:output_ext
lang: ru
- scope:
path: "_pages/sr_SP"
type: pages
values:
permalink: /sr_SP/:basename:output_ext
lang: sr
- scope:
path: "_pages/sv_SE"
type: pages
values:
permalink: /sv_SE/:basename:output_ext
lang: sv
- scope:
path: "_pages/th_TH"
type: pages
values:
permalink: /th_TH/:basename:output_ext
lang: th
- scope:
path: "_pages/tr_TR"
type: pages
values:
permalink: /tr_TR/:basename:output_ext
lang: tr
- scope:
path: "_pages/uk_UA"
type: pages
values:
permalink: /uk_UA/:basename:output_ext
lang: uk
- scope:
path: "_pages/vi_VN"
type: pages
values:
permalink: /vi_VN/:basename:output_ext
lang: vi
- scope:
path: "_pages/zh_CN"
type: pages
values:
permalink: /zh_CN/:basename:output_ext
lang: zh-Hans
- scope:
path: "_pages/zh_TW"
type: pages
values:
permalink: /zh_TW/:basename:output_ext
lang: zh-Hant
- scope:
path: "_pages/af_ZA/home.txt"
type: pages
values:
permalink: /af_ZA/index:output_ext
- scope:
path: "_pages/ar_SA/home.txt"
type: pages
values:
permalink: /ar_SA/index:output_ext
- scope:
path: "_pages/ca_ES/home.txt"
type: pages
values:
permalink: /ca_ES/index:output_ext
- scope:
path: "_pages/cs_CZ/home.txt"
type: pages
values:
permalink: /cs_CZ/index:output_ext
- scope:
path: "_pages/da_DK/home.txt"
type: pages
values:
permalink: /da_DK/index:output_ext
- scope:
path: "_pages/de_DE/home.txt"
type: pages
values:
permalink: /de_DE/index:output_ext
- scope:
path: "_pages/el_GR/home.txt"
type: pages
values:
permalink: /el_GR/index:output_ext
- scope:
path: "_pages/en_PT/home.txt"
type: pages
values:
permalink: /en_PT/index:output_ext
- scope:
path: "_pages/en_US/home.txt"
type: pages
values:
permalink: /index:output_ext
- scope:
path: "_pages/es_ES/home.txt"
type: pages
values:
permalink: /es_ES/index:output_ext
- scope:
path: "_pages/fi_FI/home.txt"
type: pages
values:
permalink: /fi_FI/index:output_ext
- scope:
path: "_pages/fr_FR/home.txt"
type: pages
values:
permalink: /fr_FR/index:output_ext
- scope:
path: "_pages/he_IL/home.txt"
type: pages
values:
permalink: /he_IL/index:output_ext
- scope:
path: "_pages/hu_HU/home.txt"
type: pages
values:
permalink: /hu_HU/index:output_ext
- scope:
path: "_pages/id_ID/home.txt"
type: pages
values:
permalink: /id_ID/index:output_ext
- scope:
path: "_pages/it_IT/home.txt"
type: pages
values:
permalink: /it_IT/index:output_ext
- scope:
path: "_pages/ja_JP/home.txt"
type: pages
values:
permalink: /ja_JP/index:output_ext
- scope:
path: "_pages/ko_KR/home.txt"
type: pages
values:
permalink: /ko_KR/index:output_ext
- scope:
path: "_pages/ms_MY/home.txt"
type: pages
values:
permalink: /ms_MY/index:output_ext
- scope:
path: "_pages/no_NO/home.txt"
type: pages
values:
permalink: /no_NO/index:output_ext
- scope:
path: "_pages/nl_NL/home.txt"
type: pages
values:
permalink: /nl_NL/index:output_ext
- scope:
path: "_pages/pl_PL/home.txt"
type: pages
values:
permalink: /pl_PL/index:output_ext
- scope:
path: "_pages/pt_BR/home.txt"
type: pages
values:
permalink: /pt_BR/index:output_ext
- scope:
path: "_pages/pt_PT/home.txt"
type: pages
values:
permalink: /pt_PT/index:output_ext
- scope:
path: "_pages/ro_RO/home.txt"
type: pages
values:
permalink: /ro_RO/index:output_ext
- scope:
path: "_pages/ru_RU/home.txt"
type: pages
values:
permalink: /ru_RU/index:output_ext
- scope:
path: "_pages/sr_SP/home.txt"
type: pages
values:
permalink: /sr_SP/index:output_ext
- scope:
path: "_pages/sv_SE/home.txt"
type: pages
values:
permalink: /sv_SE/index:output_ext
- scope:
path: "_pages/th_TH/home.txt"
type: pages
values:
permalink: /th_TH/index:output_ext
- scope:
path: "_pages/tr_TR/home.txt"
type: pages
values:
permalink: /tr_TR/index:output_ext
- scope:
path: "_pages/uk_UA/home.txt"
type: pages
values:
permalink: /uk_UA/index:output_ext
- scope:
path: "_pages/vi_VN/home.txt"
type: pages
values:
permalink: /vi_VN/index:output_ext
- scope:
path: "_pages/zh_CN/home.txt"
type: pages
values:
permalink: /zh_CN/index:output_ext
- scope:
path: "_pages/zh_TW/home.txt"
type: pages
values:
permalink: /zh_TW/index:output_ext

View file

@ -1,7 +1,5 @@
---
title: "Page Not Found" #
lang: en
permalink: /404.html
title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false

View file

@ -1,7 +1,5 @@
---
title: "9.2.0 CTRTransfer" #
lang: en
permalink: /9.2.0-ctrtransfer.html
title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.

View file

@ -1,7 +1,5 @@
---
title: "Cart Update" #
lang: en
permalink: /cart-update.html
title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).

View file

@ -1,7 +1,5 @@
---
title: "Credits" #
lang: en
permalink: /credits.html
title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**

View file

@ -1,7 +1,5 @@
---
title: "Donations" #
lang: en
permalink: /donations.html
title: "Donations"
layout: single-no-ads
---

View file

@ -1,7 +1,5 @@
---
title: "F3 (Linux)" #
lang: en
permalink: /f3-(linux).html
title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.

View file

@ -1,7 +1,5 @@
---
title: "F3X (Mac)" #
lang: en
permalink: /f3x-(mac).html
title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.

View file

@ -1,7 +1,5 @@
---
title: "FAQ" #
lang: en
permalink: /faq.html
title: "FAQ"
---
{% capture notice-1 %}

View file

@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
lang: en
permalink: /file-extensions-(windows).html
lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.

View file

@ -1,7 +1,5 @@
---
title: "Finalizing Setup" #
lang: en
permalink: /finalizing-setup.html
title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Get Started (New 3DS)" #
lang: en
permalink: /get-started-(new-3ds).html
title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Get Started (Old 3DS)" #
lang: en
permalink: /get-started-(old-3ds).html
title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Get Started" #
lang: en
permalink: /get-started.html
title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).

View file

@ -1,7 +1,5 @@
---
title: "GodMode9 Usage" #
lang: en
permalink: /godmode9-usage.html
title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.

View file

@ -1,7 +1,5 @@
---
title: "H2testw (Windows)" #
lang: en
permalink: /h2testw-(windows).html
title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.

View file

@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />" #
lang: en
permalink: /index.html
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />"
---
{% capture notice-home %}

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Alternatives)" #
lang: en
permalink: /homebrew-launcher-(alternatives).html
title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Soundhax)" #
lang: en
permalink: /homebrew-launcher-(soundhax).html
title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (2xrsa)" #
lang: en
permalink: /installing-boot9strap-(2xrsa).html
title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Browser)" #
lang: en
permalink: /installing-boot9strap-(browser).html
title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
lang: en
permalink: /installing-boot9strap-(dsiware).html
lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
lang: en
permalink: /installing-boot9strap-(dsiware-game-injection).html
lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
lang: en
permalink: /installing-boot9strap-(dsiware-game-injection-list).html
lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
lang: en
permalink: /installing-boot9strap-(dsiware-save-injection).html
lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
lang: en
permalink: /installing-boot9strap-(hardmod).html
lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Homebrew Launcher)" #
lang: en
permalink: /installing-boot9strap-(homebrew-launcher).html
title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (MSET)" #
lang: en
permalink: /installing-boot9strap-(mset).html
title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Move EmuNAND" #
lang: en
permalink: /move-emunand.html
title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "NTR and Cubic Ninja" #
lang: en
permalink: /ntr-and-cubic-ninja.html
title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Region Changing" #
lang: en
permalink: /region-changing.html
title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.

View file

@ -1,7 +1,5 @@
---
title: "Site Navigation" #
lang: en
permalink: /site-navigation.html
title: "Site Navigation"
layout: single-no-ads
sitemap: false
---

View file

@ -1,7 +1,5 @@
---
title: "Troubleshooting" #
lang: en
permalink: /troubleshooting.html
title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide

View file

@ -1,7 +1,5 @@
---
title: "Updating to boot9strap" #
lang: en
permalink: /updating-to-boot9strap.html
title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.

View file

@ -1,7 +1,5 @@
---
title: "Why Ads?" #
lang: en
permalink: /why-ads.html
title: "Why Ads?"
layout: single-no-ads
---

View file

@ -1,7 +1,5 @@
---
title: "Page Not Found" #
lang: en
permalink: /404.html
title: "Page Not Found"
layout: single-no-ads
excerpt: "Page not found. Your pixels are in another canvas." #
sitemap: false

View file

@ -1,7 +1,5 @@
---
title: "9.2.0 CTRTransfer" #
lang: en
permalink: /9.2.0-ctrtransfer.html
title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.

View file

@ -1,7 +1,5 @@
---
title: "Cart Update" #
lang: en
permalink: /cart-update.html
title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).

View file

@ -1,7 +1,5 @@
---
title: "Credits" #
lang: en
permalink: /credits.html
title: "Credits"
---
**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!**

View file

@ -1,7 +1,5 @@
---
title: "Donations" #
lang: en
permalink: /donations.html
title: "Donations"
layout: single-no-ads
---

View file

@ -1,7 +1,5 @@
---
title: "F3 (Linux)" #
lang: en
permalink: /f3-(linux).html
title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.

View file

@ -1,7 +1,5 @@
---
title: "F3X (Mac)" #
lang: en
permalink: /f3x-(mac).html
title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.

View file

@ -1,7 +1,5 @@
---
title: "FAQ" #
lang: en
permalink: /faq.html
title: "FAQ"
---
{% capture notice-1 %}

View file

@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
lang: en
permalink: /file-extensions-(windows).html
lang: en
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.

View file

@ -1,7 +1,5 @@
---
title: "Finalizing Setup" #
lang: en
permalink: /finalizing-setup.html
title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Get Started (New 3DS)" #
lang: en
permalink: /get-started-(new-3ds).html
title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Get Started (Old 3DS)" #
lang: en
permalink: /get-started-(old-3ds).html
title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Get Started" #
lang: en
permalink: /get-started.html
title: "Get Started"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).

View file

@ -1,7 +1,5 @@
---
title: "GodMode9 Usage" #
lang: en
permalink: /godmode9-usage.html
title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.

View file

@ -1,7 +1,5 @@
---
title: "H2testw (Windows)" #
lang: en
permalink: /h2testw-(windows).html
title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.

View file

@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />" #
lang: en
permalink: /index.html
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />"
---
{% capture notice-home %}

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Alternatives)" #
lang: en
permalink: /homebrew-launcher-(alternatives).html
title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Soundhax)" #
lang: en
permalink: /homebrew-launcher-(soundhax).html
title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (2xrsa)" #
lang: en
permalink: /installing-boot9strap-(2xrsa).html
title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Browser)" #
lang: en
permalink: /installing-boot9strap-(browser).html
title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
lang: en
permalink: /installing-boot9strap-(dsiware).html
lang: en
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
lang: en
permalink: /installing-boot9strap-(dsiware-game-injection).html
lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
lang: en
permalink: /installing-boot9strap-(dsiware-game-injection-list).html
lang: en
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
lang: en
permalink: /installing-boot9strap-(dsiware-save-injection).html
lang: en
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
lang: en
permalink: /installing-boot9strap-(hardmod).html
lang: en
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Homebrew Launcher)" #
lang: en
permalink: /installing-boot9strap-(homebrew-launcher).html
title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (MSET)" #
lang: en
permalink: /installing-boot9strap-(mset).html
title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Move EmuNAND" #
lang: en
permalink: /move-emunand.html
title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "NTR and Cubic Ninja" #
lang: en
permalink: /ntr-and-cubic-ninja.html
title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Region Changing" #
lang: en
permalink: /region-changing.html
title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.

View file

@ -1,7 +1,5 @@
---
title: "Site Navigation" #
lang: en
permalink: /site-navigation.html
title: "Site Navigation"
layout: single-no-ads
sitemap: false
---

View file

@ -1,7 +1,5 @@
---
title: "Troubleshooting" #
lang: en
permalink: /troubleshooting.html
title: "Troubleshooting"
---
If you are unable to boot your device, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide

View file

@ -1,7 +1,5 @@
---
title: "Updating to boot9strap" #
lang: en
permalink: /updating-to-boot9strap.html
title: "Updating to boot9strap"
---
This page is for existing arm9loaderhax users to update their devices to boot9strap.

View file

@ -1,7 +1,5 @@
---
title: "Why Ads?" #
lang: en
permalink: /why-ads.html
title: "Why Ads?"
layout: single-no-ads
---

View file

@ -1,7 +1,5 @@
---
title: "Pàgina no trobada" #
lang: ca
permalink: /ca_ES/404.html
title: "Pàgina no trobada"
layout: single-no-ads
excerpt: "No s'ha trobat la pàgina. Els vostres píxels són a un altre llenç." #
sitemap: false

View file

@ -1,7 +1,5 @@
---
title: "9.2.0 CTRTransfer" #
lang: ca
permalink: /ca_ES/9.2.0-ctrtransfer.html
title: "9.2.0 CTRTransfer"
---
This is add-on section for installing a 9.2.0 CTRTransfer image to your device.

View file

@ -1,7 +1,5 @@
---
title: "Cart Update" #
lang: en
permalink: /cart-update.html
title: "Cart Update"
---
All game carts contain a copy of the required system version to play it, allowing anyone on a lower version to use the cartridge to update to that version (even without an internet connection).

View file

@ -1,7 +1,5 @@
---
title: "Crèdits" #
lang: ca_ES
permalink: /ca_ES/credits.html
title: "Crèdits"
---
**Un agraïment especial a tots els de [#Cakey a Freenode]

View file

@ -1,7 +1,5 @@
---
title: "Donations" #
lang: en
permalink: /donations.html
title: "Donations"
layout: single-no-ads
---

View file

@ -1,7 +1,5 @@
---
title: "F3 (Linux)" #
lang: en
permalink: /f3-(linux).html
title: "F3 (Linux)"
---
This is an add-on section for checking your SD card for errors using F3.

View file

@ -1,7 +1,5 @@
---
title: "F3X (Mac)" #
lang: en
permalink: /f3x-(mac).html
title: "F3X (Mac)"
---
This is an add-on section for checking your SD card for errors using F3X.

View file

@ -1,7 +1,5 @@
---
title: "FAQ" #
lang: en
permalink: /faq.html
title: "FAQ"
---
{% capture notice-1 %}

View file

@ -1,7 +1,6 @@
---
title: "File Extensions (Windows)" #
lang: ca
permalink: /file-extensions-(windows).html
lang: ca
---
This is an add-on section for disabling Windows's default behavior of hiding file extensions.

View file

@ -1,7 +1,5 @@
---
title: "Finalizing Setup" #
lang: ca
permalink: /finalizing-setup.html
title: "Finalizing Setup"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Get Started (New 3DS)" #
lang: en
permalink: /get-started-(new-3ds).html
title: "Get Started (New 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Get Started (Old 3DS)" #
lang: en
permalink: /get-started-(old-3ds).html
title: "Get Started (Old 3DS)"
---
Select the appropriate page for your version from the chart below.

View file

@ -1,7 +1,5 @@
---
title: "Comencem" #
lang: ca
permalink: /ca_ES/get-started.html
title: "Comencem"
---
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [Updating to boot9strap](updating-to-boot9strap).

View file

@ -1,7 +1,5 @@
---
title: "GodMode9 Usage" #
lang: ca
permalink: /godmode9-usage.html
title: "GodMode9 Usage"
---
GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, to the FAT partitions inside your SysNAND and EmuNAND and to basically anything else. Among other functionality, you can copy, delete, rename files and create folders.

View file

@ -1,7 +1,5 @@
---
title: "H2testw (Windows)" #
lang: en
permalink: /h2testw-(windows).html
title: "H2testw (Windows)"
---
This is an add-on section for checking your SD card for errors using h2testw.

View file

@ -8,9 +8,7 @@ header:
cta_label: "Get Started" #
cta_url: "get-started" #
caption:
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />" #
lang: ca
permalink: /index.html
excerpt: "A complete guide to 3DS custom firmware, <br /> from stock to boot9strap.<br />"
---
{% capture notice-home %}

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Alternatives)" #
lang: ca
permalink: /homebrew-launcher-(alternatives).html
title: "Homebrew Launcher (Alternatives)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Homebrew Launcher (Soundhax)" #
lang: ca
permalink: /homebrew-launcher-(soundhax).html
title: "Homebrew Launcher (Soundhax)"
---
The Homebrew Launcher has many different entrypoints, or methods of launching.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (2xrsa)" #
lang: ca
permalink: /installing-boot9strap-(2xrsa).html
title: "Installing boot9strap (2xrsa)"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Browser)" #
lang: ca
permalink: /installing-boot9strap-(browser).html
title: "Installing boot9strap (Browser)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare)" #
lang: ca
permalink: /installing-boot9strap-(dsiware).html
lang: ca
---
There are two different methods of installing boot9strap using DSiWare on 11.4.0.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection)" #
lang: ca
permalink: /installing-boot9strap-(dsiware-game-injection).html
lang: ca
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Game Injection List)" #
lang: ca
permalink: /installing-boot9strap-(dsiware-game-injection-list).html
lang: ca
---
This is an automatically generated list of all [Installing boot9strap (DSiWare)](installing-boot9strap-(dsiware)) compatible games.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (DSiWare Save Injection)" #
lang: ca
permalink: /installing-boot9strap-(dsiware-save-injection).html
lang: ca
---
Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only displayed if there is more than one payload detected. If there is only one payload detected, holding (Start) on boot will directly launch GodMode9.

View file

@ -1,7 +1,6 @@
---
title: "Installing boot9strap (Hardmod)" #
lang: ca
permalink: /installing-boot9strap-(hardmod).html
lang: ca
---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (Homebrew Launcher)" #
lang: ca
permalink: /installing-boot9strap-(homebrew-launcher).html
title: "Installing boot9strap (Homebrew Launcher)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Installing boot9strap (MSET)" #
lang: ca
permalink: /installing-boot9strap-(mset).html
title: "Installing boot9strap (MSET)"
---
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "Move EmuNAND" #
lang: ca
permalink: /move-emunand.html
title: "Move EmuNAND"
---
This is an add-on section for moving the contents of a previous EmuNAND to your new SysNAND CFW, then removing the old EmuNAND partition. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).

View file

@ -1,7 +1,5 @@
---
title: "NTR and Cubic Ninja" #
lang: ca
permalink: /ntr-and-cubic-ninja.html
title: "NTR and Cubic Ninja"
---
To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download)

View file

@ -1,7 +1,5 @@
---
title: "Region Changing" #
lang: ca
permalink: /region-changing.html
title: "Region Changing"
---
This is add-on section for region changing your CFW SysNAND. This is done by installing the 9.2.0 CTRTransfer image for the region you want to switch to.

View file

@ -1,7 +1,5 @@
---
title: "Site Navigation" #
lang: ca
permalink: /site-navigation.html
title: "Site Navigation"
layout: single-no-ads
sitemap: false
---

Some files were not shown because too many files have changed in this diff Show more