Wikis for DS-Homebrew projects
Go to file
triangle b9ab9fe6d4
Various changes (#28)
* Small adjustments and others

Small adjustments:
- Corrects capitalization of `Acekard` and `SD card`
- Corrects to American English
Also adds detail about nds-bootstrap screenshots, and redirects nds-bootstrap compatibility question to its FAQ, for consistency's sake.

* Compatibility and nds-bootstrap vs flashcard changes

Compatibility question changes:
- Merges troubleshooting and "Why do I get a white screen" because of redundancy
- Removes mention of changing sound quality, as far as I know this has never been an issue anywhere
- Adds mention of Async card read (using Async for the sake of consistency, unless that's to be changed as well)
- Links to GitHub issues page
-Small detail change on adding to the compatibility list
nds-bootstrap vs flashcard changes:
- Corrects `cartridges` to `Game Cards`
- Adds detail about screenshots and RAM editing

* Add detail about TWiLight Menu++ cheats menu

Also removes a period from a bullet

* Small changes

- Corrects capitalization of `Game Card`
- Corrects `3DS/2DS` to just `3DS`

* Add screenshot/frame advance details

Also
- Adds details on faster/fastest scroll in nds-bootstrap RAM viewer
- Adds detail on changing the in-game menu button combination

* Add detail about custom text color palettes

I think this is also worth adding, even though it's stared under the restrictions

* Decapitalize "custom firmware"

* Add detail about 3D/2D elements

Also corrects capitalization of `GBAtemp`

* Add screenshot controls

Also adds details about screenshots.tar

* Add specific spelling for 3DS as a family of systems

* Update controls.md

* Add Up/Down for cycling screenshot VRAM bank

* Correct frame step button

* Add pressing B to return to the in-game menu from Screenshot

Co-authored-by: RocketRobz <bobesh8@gmail.com>
2021-08-14 17:58:31 -06:00
_data Update translations 2021-07-24 14:12:47 -05:00
_includes Link to current page's source 2021-07-28 01:07:09 -05:00
_layouts Fix a couple CSS problems 2021-06-28 07:27:54 -05:00
_sass Add margin between tab buttons 2021-07-27 23:18:51 -05:00
assets Improve Custom Unlaunch BGs page 2021-07-27 21:14:35 -05:00
pages Various changes (#28) 2021-08-14 17:58:31 -06: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 a couple CSS problems 2021-06-28 07:27:54 -05:00
CNAME Create CNAME 2020-12-20 17:08:17 -06:00
CONTRIBUTING.md Various changes (#28) 2021-08-14 17:58:31 -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 Fix in-context FAQ pages 2021-06-22 18:44:54 -05: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
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