Initial Version

This commit is contained in:
Salar Rahmanian 2016-03-11 11:19:40 -05:00
commit 8cfbc84214
92 changed files with 7691 additions and 0 deletions

16
wercker.yml Normal file
View file

@ -0,0 +1,16 @@
box: debian
build:
steps:
- arjen/hugo-build:
version: "0.14"
theme: hyde-x
config: config.toml
flags: --disableSitemap=false
deploy:
steps:
- s3sync:
source_dir: public/
delete-removed: true
bucket-url: $AWS_BUCKET_URL
key-id: $AWS_ACCESS_KEY_ID
key-secret: $AWS_SECRET_ACCESS_KEY