Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 361 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 361 Bytes

This is a boilerplate for a hugo static site, using gulp as a build tool, Sass and PostCSS for CSS processing, and Turretcss as utility library.

Prerequisites

  • Hugo
  • Node.js
  • npm

Install

Clone repository

npm install

Compile assets

gulp

Development

hugo server

Production

hugo