Wikis for DS-Homebrew projects
Go to file
lifehackerhansol 5d8ca271f0
Publish site via GitHub Actions
GitHub is shutting down the legacy build system towards the end of
June. Migrate to using GitHub Actions.

Add a test workflow for pull requests alongside it.

This also gives us access to:
- Updated Jekyll
- Updated Ruby
- Updated literally everything because GitHub's built-in thing was so
  old everything was crying in pain

This also *probably* makes it build faster, but untested on GitHub...
2024-04-23 22:49:38 -07:00
_data treewide: Update translations 2024-01-17 2024-01-17 11:21:30 -08:00
_includes gbarunner2: GBA BIOS dumping guide 2023-04-14 22:03:46 -07:00
_layouts Improve table and inline code on mobile 2022-02-21 00:17:33 -06:00
_sass Improve table and inline code on mobile 2022-02-21 00:17:33 -06:00
.github/workflows Publish site via GitHub Actions 2024-04-23 22:49:38 -07:00
assets treewide: Update translations 2024-04-23 2024-04-23 22:26:59 -07:00
pages treewide: Update translations 2024-04-23 2024-04-23 22:26:59 -07:00
_config.yml rules: switch to includes 2023-04-24 07:45:26 -07:00
.gitignore Ignore Bundler related directories 2023-04-06 20:12:43 -07:00
404.md Fix 404 error page missing nav/footer text 2021-10-14 23:15:14 -05:00
CNAME Create CNAME 2020-12-20 17:08:17 -06:00
CONTRIBUTING.md CONTRIBUTING.md: Avoid [here] links 2023-01-07 18:05:02 -06:00
crowdin-pull.sh crowdin-pull: fix Ukrainian locale 2024-01-17 11:21:30 -08:00
crowdin.yml Update translations 2024-01-08 15:29:21 -06:00
favicon.ico Initial site 2020-12-20 22:18:48 -06:00
fix in-context.sh Update translations 2024-01-08 15:29:21 -06:00
Gemfile fixup! Update webrick 2024-01-12 08:31:56 -08:00
LICENSE Initial commit 2020-12-20 17:07:45 -06:00
README.md readme: channel is named web-dev now 2023-03-28 05:44:23 -07:00
robots.txt Make robots.txt to block duplicate pages 2021-07-04 07:38:40 -05:00
skin-examples.zip Update custom skins page and example skins (#94) 2024-01-01 16:45:52 -07: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