Cayman files

This commit is contained in:
Andrea Zignoli 2023-05-06 13:59:10 +02:00
parent ae0cfcf1eb
commit 46fd8a8af2
26 changed files with 1806 additions and 289 deletions

9
script/cibuild Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri --url-ignore '/fonts.gstatic.com/'
bundle exec rubocop -D --config .rubocop.yml
bundle exec script/validate-html
gem build jekyll-theme-cayman.gemspec