- A bootstrap 4 theme for hugo
- Uses Sass and Gulp
- Originates from Start Bootstrap - Resume
Run npm install
gulp
the default task that builds everythinggulp dev
browserSync opens the project in your default browser and live reloads when changes are madegulp sass
compiles SCSS files into CSSgulp minify-css
minifies the compiled CSS filegulp minify-js
minifies the themes JS filegulp copy
copies dependencies from node_modules to the vendor directory