Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 641 Bytes

DEVELOPMENT.md

File metadata and controls

29 lines (19 loc) · 641 Bytes

Development

bundle exec jekyll serve --livereload --verbose --incremental

Production build

JEKYLL_ENV=production bundle exec jekyll build

It is recommended to run in production mode since tailwind processing can be slightly different than development.

To include /docs

GitHub Actions takes care of building the docs into the deploy.

Make sure you run NODE_ENV='production' npm run build on the /docs project and push that to main before the CI here runs.

Other Notes

To change the kramdown rouge theme:

gem install rouge
rougify help style
rougify style monokai > _sass/rouge-theme.scss