Requires: hugo
> v0.32.2
- Get Hugo
- Clone this repo
- Run
hugo server
in root directory of repo - Open your browser and go to
http://localhost:1313
(or as indicated byhugo server
terminal output)
Requires: npm
- Run the
develop.sh
script
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 scss
or compile and live reload withgulp