/scotttactical

Scott Tactical Public Blog

Primary LanguageHTML

scotttactical

Some instructions

install hugo

brew install hugo

install the JS stuff

brew install npm
npm install --global gulp-cli

hugo new post/name.md

hugo server -w

hugo -b http://scotttactical.com

Run gulp before deployment to condense things

gulp

SSL

certbot --nginx certonly -w /var/www/stac/public -d scotttactical.com