Wikis for DS-Homebrew projects
Go to file
Kalam :p 04b359a6a0
added hardmod guide into the index (#1)
* added hardmod guide

* Update hardmod.md

* Update hardmod.md

* Add images for hardmodding

* Update hardmod.md

* add in photos

* Add SD card photo

* Update hardmod.md

* Update pages/_en-US/ds-index/hardmod.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

* Update pages/_en-US/ds-index/hardmod.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

* Apply suggestions from code review

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

* Add instructions to remove NOCASH footer

* oops forgot to save then commit

* Update pages/_en-US/ds-index/hardmod.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

* Update pages/_en-US/ds-index/hardmod.md

Co-authored-by: Pk11 <epicpkmn11@outlook.com>

Co-authored-by: Pk11 <epicpkmn11@outlook.com>
2021-01-16 20:24:34 -06:00
_data Update translations 2021-01-16 13:28:40 -06:00
_includes Move config data to data files and link crowdin in language 2021-01-08 20:52:20 -06:00
_layouts Better category ordering 2021-01-09 15:12:49 -06:00
assets added hardmod guide into the index (#1) 2021-01-16 20:24:34 -06:00
pages added hardmod guide into the index (#1) 2021-01-16 20:24:34 -06:00
_config.yml Move config data to data files and link crowdin in language 2021-01-08 20:52:20 -06:00
.gitignore Clean up spelling, grammar, markdown, etc 2020-12-21 13:46:10 -06:00
404.md Initial site 2020-12-20 22:18:48 -06:00
CNAME Create CNAME 2020-12-20 17:08:17 -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 Add Crowdin In-Context 2020-12-22 14:37:53 -06: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 running locally info to readme 2020-12-28 02:27:21 -06:00

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