Skip to content

atucker-dev/travel-blog

Repository files navigation

Travel blog using Hugo, Blist theme, and AWS S3


Build/Deploy

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


Changes to Blist theme

  • Added hover background color change for header links in header.html
  • Added Pinterest and Facebook icons (svg files) to social.html