Wikis for DS-Homebrew projects
Go to file
triangle 20da8caa33
Update nds-bootstrap wiki for 0.54.0 (#52)
* Update for 0.54.0

Removes exclusion of DSiWare (added in 0.54.0)
Removes exclusion of RAM dumps with B4DS (added in 0.54.0)
Adds mention of returning to loader shortcut not working in DSiWare (https://github.com/DS-Homebrew/nds-bootstrap/issues/1348)
Also adds holding L + R + START + SELECT to force reset

* Remove mention of SWI Halt Hook

Removed in 0.54.0

* Remove mention of SWI Halt Hook

Removed in 0.54.0
2022-02-17 02:43:33 -08:00
_data Update translations 2022-01-13 06:29:01 -06:00
_includes Fix language list 2021-12-16 10:40:21 -06:00
_layouts Speed up page build a bit 2021-11-01 22:28:58 -05:00
_sass Add simple GBA ROM title ID changer 2022-01-02 12:58:15 -06:00
assets Add simple GBA ROM title ID changer 2022-01-02 12:58:15 -06:00
pages Update nds-bootstrap wiki for 0.54.0 (#52) 2022-02-17 02:43:33 -08:00
_config.yml Fix default layout 2021-07-05 04:14:56 -05:00
.gitignore Clean up spelling, grammar, markdown, etc 2020-12-21 13:46:10 -06:00
404.md Fix 404 error page missing nav/footer text 2021-10-14 23:15:14 -05:00
CNAME Create CNAME 2020-12-20 17:08:17 -06:00
CONTRIBUTING.md Fix "DS-Homebrew" missing hyphen and clarify in CONTRIBUTING.md 2021-09-14 21:58:10 -05:00
crowdin-pull.sh Update translations 2021-11-01 14:10:32 -05:00
crowdin.yml Update translations 2021-09-02 21:10:52 -05:00
favicon.ico Initial site 2020-12-20 22:18:48 -06:00
fix in-context.sh Fix in-context FAQ pages 2021-06-22 18:44:54 -05:00
Gemfile Refactor hiyaCFW Troubleshooting page to FAQ & Troubleshooting (#31) 2021-08-16 17:38:28 -07: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
robots.txt Make robots.txt to block duplicate pages 2021-07-04 07:38:40 -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