Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

AWSinAction/errata2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Web Services in Action (Second Edition) Errata

Cover of Amazon Web Services in Action, Second Edition

Hi all! If you find any any errors in Amazon Web Services in Action (Second) not listed, or just find something that you think is not well explained, it would be most appreciated if you would post in the book's Author Online Forum so that they may be collected here for everyone's benefit. Thanks!

Using this project

Install Hugo to build the site.

Run locally

docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.83.1-ext-ubuntu server --buildDrafts --bind 0.0.0.0 -w

Open http://localhost:1313/ to see the site.

Generate HTML

rm -rf public/
docker run --rm -it -v $(pwd):/src klakegg/hugo:0.83.1-ext-ubuntu --buildDrafts

send file ./public/index.html to Susan Harkins [email protected]

Releases

No releases published

Packages

No packages published

Languages