Added theme

This commit is contained in:
2020-08-15 17:02:14 +02:00
commit 215dcde733
52 changed files with 2714 additions and 0 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
bundle exec rubocop -D
bundle exec script/validate-html
gem build jekyll-theme-minimal.gemspec