Personal Project
Hugo base for personal portfolio at tko.dev. An experiment in static site generation, using Hugo as the engine and Foundation as the grid framework. Dynamic sites are heavy in resource usage are vulnerable to attacks. Static sites are fast, efficient and most of all, provide minimal avenues of attack. However, they are difficult to maintain, and do not scale well with large sets of data.
Project Criteria:
gulp
task enginegulp-sass
,gulp-cssnano
,gulp-autoprefixer
to compile scss files to css.babel
,gulp-concat
,gulp-uglify
to compile js files.gulp-sourcemaps
for sourcemapping.globby
,minimatch
,fs-extra
for portfolio projects compilation.js-beautify
for linting.hugo
(livereload
) orbrowser-sync
for debug rendering.