mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Wikis for DS-Homebrew projects
- Get language and rtl lists from liquid so that there's only one place to update - Don't show the popup if the current language is a fallback - Use the lang property on the element to ensure the correct character forms and such - Use the dir property instead of CSS |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| assets | ||
| pages | ||
| _config.yml | ||
| .gitignore | ||
| 404.md | ||
| CNAME | ||
| crowdin.yml | ||
| favicon.ico | ||
| fix in-context.sh | ||
| Gemfile | ||
| LICENSE | ||
| README.md | ||
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