Wikis for DS-Homebrew projects
Go to file
Pk11 ea3d565417 Remove duplicate section on free space
It was in both the DS Index and hiyaCFW sections and this one was slightly incorrect (the working about starts at 4, 8, etc not 5, 9, etc)
2021-07-19 21:15:21 -05:00
_data Update translations 2021-06-22 18:39:46 -05:00
_includes RTL derp fixes 2021-06-27 00:50:53 -05:00
_layouts Fix a couple CSS problems 2021-06-28 07:27:54 -05:00
_sass Fix a couple CSS problems 2021-06-28 07:27:54 -05:00
assets Improve support for old browsers 2021-06-27 00:28:27 -05:00
pages Remove duplicate section on free space 2021-07-19 21:15:21 -05: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 Use slashes more correctly 2021-06-01 23:06:39 -05: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