added missing files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2020-02-29 20:11:02 +10:00
parent c3fa449032
commit a46aea9ebe
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 10 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --disable-external

1
_config.yml Normal file
View File

@ -0,0 +1 @@
strict_front_matter: true