mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Wikis for DS-Homebrew projects
* Add detail about additional RAM disk slots Also corrects usernames, some grammar/clarity changes, and adds note about the Windows requirement * Bullet adjustments and clarify accessing DS Classic Menu on DSi I changed the PictoChat and flashcard instructions to individual sentences, because in my opinion the single bullet for a step looked bad. * Add some details to the app installation question This does technically make it repeat itself a bit, but the invalid title section may only be viewed *after* they've hit the issue. Also corrects capitalization per CONTRIBUTING.md * Add details on other ways of connecting Also removes the Windows hotspot link * Link to online checksum calculator * Punctuation and more accurate NWFCUSBC info Also, the last commit added the AltWFC online player list, but I believe I forgot to mention that * Add information to top |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| _sass | ||
| assets | ||
| pages | ||
| _config.yml | ||
| .gitignore | ||
| 404.md | ||
| CNAME | ||
| CONTRIBUTING.md | ||
| crowdin.yml | ||
| favicon.ico | ||
| fix in-context.sh | ||
| Gemfile | ||
| LICENSE | ||
| README.md | ||
| robots.txt | ||
DS-Homebrew wiki
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