https://simpleupdates.github.io/ThemeHandbook
Based on the Primer theme.
gem install bundler jekyll
Using host:
bundle exec jekyll serve
Using Docker:
docker-compose up
Command | Notes |
---|---|
docker-compose up -d |
Spin up site |
docker-compose exec site jekyll build --baseurl / |
Rebuild site |
docker-compose exec site jekyll build --watch --baseurl / |
Watch for changes |
docker logs themehandbook_site_1 |
View logs |
docker-compose exec site bundle update |
Update dependencies |