Source code for www.dotenv.org
bundle exec jekyll serve --livereload --verbose --incremental
JEKYLL_ENV=production bundle exec jekyll build
It is recommended to run in production mode since tailwind processing can be slightly different than development.
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.
Use iconify for icons or use simpleicons.org.
Use screely.com to make aesthetic screenshots.
To change the kramdown rouge theme:
gem install rouge
rougify help style
rougify style monokai > _sass/rouge-theme.scss