Jacobproffer

Sass and JavaScript compiling and or minification is handled by Hugo. There is no need for any package.json or node modules with this project.

Commands

There are a variety of commands specific to Hugo. Below are the most common.

Compile public folder

hugo

Compile public folder with minification

hugo --minify

Run Hugo server

hugo server

Run Hugo server with drafts

hugo server -D

GitHub