Requires: hugo > v0.32.2
- Get Hugo
- Clone this repo
- Run
hugo serverin root directory of repo - Open your browser and go to
http://localhost:1313(or as indicated byhugo serverterminal output)
Requires: npm
- Run the
develop.shscript
or the following steps manually
- Go to
themes/casadi-theme - Run:
npm install gulp gulp-sass gulp-autoprefixer gulp-rename gulp-bower gulp-minifier --save - Run:
gulp bower(simple script to fetch dependencies with bower) - Run:
gulp icons(copy font-awesome fonts into static directory) - Compile with
gulp scssor compile and live reload withgulp