Initial commit

This commit is contained in:
Yvan Sraka 2018-07-29 12:18:35 +02:00
commit 87c2ed6ed3
No known key found for this signature in database
GPG key ID: 60E5D1A0EF691DE6
42 changed files with 1770 additions and 0 deletions

5
script/cibuild Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer ./_site --disable-external