Wikis for DS-Homebrew projects
Go to file
triangle de8b361c5c
Various changes (nds-bootstrap 0.39.0 and minor corrections mostly) (#13)
* Change GameBrew link

Now uses the All homebrew tab instead of the Applications tab

* Use #Games

This will auto-jump to the Games section, while still listing all of the other applications.

* Minor changes + DNS removal

-Added links to websites (https://wiimmfi.de, https://save-nintendo-wifi.com/)
-Removed second AltWFC DNS (52200 upon connection)
-Added second Wiimmfi DNS
-Removed BenFi DNS and Twilit WFC DNS (20110 upon connection, unlikely many people use/used these anyways)
-Added mention of Nintendo Wi-Fi USB Connector
-Minor grammar corrections

* Other adjustments

Mostly relating to grammar

* nds-bootstrap 0.39.0 update

Things to consider *not* changing or making further edits:
- nds-bootstrap troubleshooting edits (would this be considered good enough/better than what it was before?)
- Removing Donor ROM/E-type cheat section (do these still apply?)
- Adding in-game menu or launching DSiWare to nds-bootstrap vs flashcard section (didn't think these were complete enough for them to be worth adding)

* Corrected /

* Add suggestion of trying different run settings

* Add DSi Mode in-game menu explanation

Also changed TWLMenu++ to TWiLight Menu++ and added spaces to slashes

* Remove reference to running DSi-Enhanced games in DS mode

Also added `-` for Universal-Updater

* Fix capitalization of Unlaunch

* Fix flashcard/flashcart

Flashcard = Slot-1, flashcart = Slot-2, according to contributing page

* Update pages/_en-US/nds-bootstrap/faq.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

* Update pages/_en-US/twilightmenu/controls.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

Co-authored-by: Pk11 <epicpkmn11@outlook.com>
2021-04-22 16:00:59 -05:00
_data Update translations 2021-04-18 20:50:51 -05:00
_includes Add long_title for page title and SEO 2021-03-21 03:41:08 -05:00
_layouts Add long_title for page title and SEO 2021-03-21 03:41:08 -05:00
assets Add ffmpeg method of converting bgm.pcm.raw 2021-04-22 13:47:18 -05:00
pages Various changes (nds-bootstrap 0.39.0 and minor corrections mostly) (#13) 2021-04-22 16:00:59 -05:00
_config.yml Default to wiki layout 2021-03-25 18:52:45 -05:00
.gitignore Clean up spelling, grammar, markdown, etc 2020-12-21 13:46:10 -06:00
404.md Initial site 2020-12-20 22:18:48 -06:00
CNAME Create CNAME 2020-12-20 17:08:17 -06:00
CONTRIBUTING.md Update note about file size units on Linux 2021-03-12 03:11:56 -06:00
crowdin.yml Add this page is available in [your languge] alert 2020-12-21 17:43:53 -06:00
favicon.ico Initial site 2020-12-20 22:18:48 -06:00
fix in-context.sh Add Crowdin In-Context 2020-12-22 14:37:53 -06:00
Gemfile Remove jekyll-feed from gemfile 2020-12-30 01:58:04 -06:00
LICENSE Initial commit 2020-12-20 17:07:45 -06:00
README.md Add badges for discord and crowdin 2021-03-15 20:13:14 -05:00

DS-Homebrew wiki

Discord server Crowdin

Wikis for DS-Homebrew projects

Running locally

To test the site locally, install Jekyll by running:

gem install bundler jekyll

Then run

bundle install

Then you can run the site by running:

bundle exec jekyll serve

You may want to run with incremental building as there are a lot of pages so it takes a long time to build, note that this may cause some things to not update fully:

bundle exec jekyll serve --incremental