mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Wikis for DS-Homebrew projects
* Remove periods from bullets Also decapitalizes "card" in "DSi SD card", but leaves one of them and capitalizes another because it's the title of the file/folder. * Mostly small consistency changes Also clarifies that not everything listed is an emulator. * Remove exploits section Removed primarily because it's no longer relevant. Also, small capitalization changes. * Small consistency changes and partial formatting fixes * Mostly removing periods from ends of bullets * Further formatting improvements Bullets look nicer * Consistency changes, redundancy/brevity changes, and other additons I have not slept in 23 hours * Capitalize Game Card Per request by lifehackerhansol * Capitalize Game Card Per request by lifehackerhansol * Details on "cartridge" and "Game Card" |
||
|---|---|---|
| _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