- Ruby 3.1.1 (
.ruby-version
) - Node 16.13.2 (
.node-version
)
- Jekyll
- Tailwindcss
After installing dependencies with npm
and bundler
it's as easy as:
bundle exec jekyll serve
It supports regeneration on change for both styles and content.
Deployments are run on GitHub Actions after each merge to main
branch.
It runs Jekyll build and puts generated content to gh-pages
branch.
For more details check out .github/workflows/jekyll.yml
.