From cc44da57a83e790c6470fd54dd752c21c5e18e97 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 13:37:01 -0400 Subject: [PATCH 1/2] Add _sass/cayman.scss to allow importing with theme name while using jekyll-remote-theme --- _sass/cayman.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _sass/cayman.scss 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"; From 50957f2b47ba1bc667c1bca1437164e3d567efa5 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 13:57:43 -0400 Subject: [PATCH 2/2] Fix CI error --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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