Create Personal PWA Site With Hugo and Webpack

Dec 26, 2018 7 Min read

Recently I went through the processing of creating my personal site, after reading a lot of excellent articles (most of them come from Google Developers and Medium) and comparing many famous static site generators (SSG), such as Jekyll, Hugo, Hexo and Gatsby, I decided to choose Hugo as static content compiler and webpack as global resource optimizer. When building the site, I tried my best to follow best practices, maximize code reuse and turn it into Progressive Web App (PWA) through Workbox. »