laurilehmijoki / s3_website

Manage an S3 website: sync, deliver via CloudFront, benefit from advanced S3 website features.
Other
2.24k stars 187 forks source link

Hugo Deploy: Migrating from S3 Website #328

Open ghost opened 5 years ago

ghost commented 5 years ago

Sharing this here. Cross-posted to HN and r/staticgen: https://habd.as/post/hugo-deploy-migrate-s3-website/. This is for Hugo users looking to move off s3_website now that Hugo has its own deployment pipeline backed into the executable.

nabilfreeman commented 4 years ago

Thanks for this! After a major website overhaul that would add more than 10k new pages we have left Jekyll behind and gone for Hugo.

The multithreaded builds and pretty magical .Pages and .Page.Parent relationships are making it much easier to work on than Jekyll was.

And we no longer have need for this library so leaving it behind, probably forever.

Your guide was a really helpful start into our Hugo journey.