Skip to content

Commit

Permalink
Merge pull request #132 from pages-themes/repo-name-scss
Browse files Browse the repository at this point in the history
Add _sass/cayman.scss to allow importing with theme name while using jekyll-remote-theme
  • Loading branch information
parkr authored Jul 26, 2021
2 parents cd47cc1 + 50957f2 commit dfb16f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _sass/cayman.scss
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dfb16f0

Please sign in to comment.