mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Wikis for DS-Homebrew projects
* 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 |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| assets | ||
| pages | ||
| _config.yml | ||
| .gitignore | ||
| 404.md | ||
| CNAME | ||
| CONTRIBUTING.md | ||
| crowdin.yml | ||
| favicon.ico | ||
| fix in-context.sh | ||
| Gemfile | ||
| LICENSE | ||
| README.md | ||
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