diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2a8735b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: ruby + commands: + - gem install bundler + - bundle install + - bundle exec jekyll build + - bundle exec htmlproofer ./_site --disable-external + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2d189be --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +strict_front_matter: true