diff --git a/content/en/_index.html b/content/en/_index.html index 70365cd..74dceeb 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -11,10 +11,10 @@

S3

}}"> HTML - }}"> + PDF - + e-book

More about the books

diff --git a/content/en/docs/s3/_index.md b/content/en/docs/s3/_index.md index 4afaa2e..7e16ffc 100755 --- a/content/en/docs/s3/_index.md +++ b/content/en/docs/s3/_index.md @@ -8,4 +8,4 @@ menu: weight: 20 --- -Welcome to the first book in the "Well-Architected Guide" series, which brings you a collection of features and articles created for this series and some adopted from the AWS documentation and blogs. I'd like to say a big thank you to all who have supported me whilst I've created this completion of guides and howto's that help you use S3 in a Well-Architected way. We'll work our way through the 6 pillars of the well architected framework with recipes you can try out for your self to help your standing when scoring your AWS Well Architected Review. +Welcome to the first book in the "Well-Architected Guide" series, which brings you a collection of features and articles created for this series and some adapted from the AWS documentation and blogs. I'd like to say a big thank you to all who have supported me whilst I've created this completion of guides and howto's that help you use S3 in a Well-Architected way. We'll work our way through the 6 pillars of the well-architected framework with recipes you can try out for yourself to help your standing when scoring your AWS Well-Architected Review. diff --git a/deploy.sh b/deploy.sh index a2c28f6..7d847c8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,17 +1,7 @@ -#Copyright 2018 Google LLC -# -#Licensed under the Apache License, Version 2.0 (the "License"); -#you may not use this file except in compliance with the License. -#You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. -# -rm -rf public/ -HUGO_ENV="production" hugo --gc || exit 1 -s3deploy -source=public/ -region=eu-west-1 -bucket=bep.is -distribution-id=E8OKNT7W9ZYZ2 -path temp/td +#!/bin/bash + +hugo +cd public +aws s3 sync --acl public-read . s3://thewellarchitectedguideto.com/ +aws cloudfront create-invalidation --distribution-id E3NI5N6G31OPR5 --paths "/*" +cd ../ diff --git a/package.json b/package.json new file mode 100644 index 0000000..9e6c5f3 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "dependencies": { + "postcss-cli": "^9.1.0" + }, + "devDependencies": { + "autoprefixer": "^10.4.4", + "postcss": "^8.4.12" + } +} diff --git a/static/The-Well-Architected-guide-to-S3.epub b/static/The-Well-Architected-guide-to-S3.epub new file mode 100644 index 0000000..a2e8268 Binary files /dev/null and b/static/The-Well-Architected-guide-to-S3.epub differ diff --git a/static/The-Well-Architected-guide-to-S3.pdf b/static/The-Well-Architected-guide-to-S3.pdf new file mode 100644 index 0000000..28424d6 Binary files /dev/null and b/static/The-Well-Architected-guide-to-S3.pdf differ diff --git a/themes/docsy b/themes/docsy index 868b751..9733a5f 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 868b75107c53196f25c6e57a3c704a556ef1f56e +Subproject commit 9733a5f72258a0446fb1c6de9908c402943e6ec7