mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 19:15:35 -04:00
Wikis for DS-Homebrew projects
![]() 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... |
||
---|---|---|
_data | ||
_includes | ||
_layouts | ||
_sass | ||
.github/workflows | ||
assets | ||
pages | ||
_config.yml | ||
.gitignore | ||
404.md | ||
CNAME | ||
CONTRIBUTING.md | ||
crowdin-pull.sh | ||
crowdin.yml | ||
favicon.ico | ||
fix in-context.sh | ||
Gemfile | ||
LICENSE | ||
README.md | ||
robots.txt | ||
skin-examples.zip |
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