mirror of
https://github.com/rolfiee/wiki.git
synced 2025-06-18 11:15:33 -04:00
Wikis for DS-Homebrew projects
![]() * Gemfile: Ruby 3 needs webrick installed manually * Fix some internal links to hiyaCFW pages * Convert hiyaCFW troubleshooting to faq/troubleshoot page * Fix (An error has occurred) subpoints * Use h5 instead of bullet points for hiyaCFW faqs * Make each hiyaCFW point a question * Apparently hiyaCFW isn't from DS-Homebrew org * Rename to faq.md Also: remove indents so no git diff |
||
---|---|---|
_data | ||
_includes | ||
_layouts | ||
_sass | ||
assets | ||
pages | ||
_config.yml | ||
.gitignore | ||
404.md | ||
CNAME | ||
CONTRIBUTING.md | ||
crowdin.yml | ||
favicon.ico | ||
fix in-context.sh | ||
Gemfile | ||
LICENSE | ||
README.md | ||
robots.txt |
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