conference for 2018
In order to minimize dependencies, we tried to be minimalist
- Yarn
- Postcss
- Autoprefixer
- Hugo
- Get Yarn https://yarnpkg.com/en/
$ yarn install
- Edit only css files in
/themes/interaction18/static/css
folder $ yarn run build:watch
- Install Hugo http://gohugo.io/getting-started/installing/
hugo serve
to view the output 2.1hugo serve --ignoreCache
to ignore cache for JSON files