/hugo-transformer

transformer theme for hugo (used for tombroughton.me)

Primary LanguageHTMLMIT LicenseMIT

Transformer theme for Hugo

Run npm install

Gulp Tasks

  • gulp the default task that builds everything
  • gulp dev browserSync opens the project in your default browser and live reloads when changes are made
  • gulp sass compiles SCSS files into CSS
  • gulp minify-css minifies the compiled CSS file
  • gulp minify-js minifies the themes JS file
  • gulp copy copies dependencies from node_modules to the vendor directory