Wikis for DS-Homebrew projects
Go to file
2021-06-01 18:44:06 -05:00
_data Update translations 2021-05-24 15:39:41 -05:00
_includes Add a few access keys 2021-05-31 11:49:11 -05:00
_layouts Add long_title for page title and SEO 2021-03-21 03:41:08 -05:00
assets Add a few access keys 2021-05-31 11:49:11 -05:00
pages Fix indentation 2021-05-31 17:21:11 -05:00
_config.yml Fix language alert 2021-05-24 15:49:20 -05:00
.gitignore Clean up spelling, grammar, markdown, etc 2020-12-21 13:46:10 -06:00
404.md Fix 404 page not having a language 2021-06-01 18:44:06 -05:00
CNAME Create CNAME 2020-12-20 17:08:17 -06:00
CONTRIBUTING.md Update note about file size units on Linux 2021-03-12 03:11:56 -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 Update translations 2021-05-24 15:39:41 -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

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