diff --git a/_sass/cayman.scss b/_sass/cayman.scss new file mode 100644 index 000000000..ff073aa59 --- /dev/null +++ b/_sass/cayman.scss @@ -0,0 +1,4 @@ +// Placeholder file. If your site uses +// @import "{{ site.theme }}"; +// Then using this theme with jekyll-remote-theme will work fine. +@import "jekyll-theme-cayman"; diff --git a/script/cibuild b/script/cibuild index 35ece61d5..ac94edf6a 100755 --- a/script/cibuild +++ b/script/cibuild @@ -3,7 +3,7 @@ set -e bundle exec jekyll build -bundle exec htmlproofer ./_site --check-html --check-sri +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