Install the extended / SCSS version of Hugo.
If you are on Ubuntu, download and install from gohugoio releases on GitHub.
Take the latest hugo_extended_*_Linux-64bit.deb
package.
hugo serve
Deployment happens automatically on tag on master.
Be sure to have the private.php
in the files
directory:
<?php
$RECAPTCHA_SECRET_KEY = "";
To reduce image size, and to get rid of exif info
$ mogrify -strip -auto-orient -resize 2000x2000 -quality 80 **/*.jpg