- Hugo
- Blist Theme
- AWS S3 static website using REST API endpoint and CloudFront OAI
- CloudFront URL Rewrite Function based on this AWS example function
Local
hugo serve --themesDir <path-to-theme>
AWS S3
NOTE AWS CLI setup with valid access key required for deploy steps
hugo
hugo deploy --target=<deployment.target.name> --dryRun
hugo deploy --target=<deployment.target.name>
See config.toml for deployment target example
- Added hover background color change for header links in header.html
- Added Pinterest and Facebook icons (svg files) to social.html