chrismatix / hugo-sass

simple developer setup for building hugo pages with advanced styling setup (sass and postcss).
1 stars 0 forks source link

Hugo sass

dead simple implementation of this article, but with some minor fixes and improvements

features:

installation

Make sure npm, hugo and gulp are installed.

Clone into your project directory and run npm install.

git clone https://github.com/solarsailer/hugo-sass projectDir
npm install

running

run gulp and hugo server in two seperate shells

upcoming