Switch website from Wordpress HA on AWS to just being a hugo website hosted on GitHub pages.
# develop
hugo server
# build assets
HUGO_ENV="production" hugo -t github-style
- Hugo
- GitHub Pages
- AWS Route53
Switch website from Wordpress HA on AWS to just being a hugo website hosted on GitHub pages.
# develop
hugo server
# build assets
HUGO_ENV="production" hugo -t github-style