TODO write docs for staff here
Liquid is a template language. Liquid tags look like {% tag_name ... %}
and you can read more about how they work with Jekyll here.
Some tags you may find useful:
TODO Info here about workflows and links
Most of the linters in .github/workflows/linters.yml
are powered by reviewdog.
Run bundle exec rubocop
to run Rubocop. To autocorrect certain errors, run bundle exec rubocop --autocorrect
.
To run tests, run bundle exec rspec