Todayilearned blog

A summer of code project, rebooting my front-end web dev skills

Setup

brew install hugo (use amplify.yml instrux on 'nix) npm install npm run setup npm start

Uses:

  • AWS Amplify for continuous integration / deployment / hosting / CDN / SSL
  • Hugo generating the site files: hugo serve (new tab) open http://localhost:1313/
  • a custom, bespoke, Boostrap-less Hugo theme
  • Stylelint for enforcing stylesheet discipline
  • PostCSS for CSS processing

GitHub