Startup takes a while, but only the first time, because hugo needs to register all the things in node_modules (need to get that fixed...).
- Custom elements can be developed in
themes/modernista/static/elements
- SASS styling is developed in
sass
and will automatically be built bygulp serve
intothemes/modernista/static/css
andthemes/modernista/static/elements/shared-styles.html
gulp dist
This will build your entires site in the dist
folder yayyyyy!!
If you want to build and see the built site run:
gulp serve-dist