- This repository contains source code for https://swharden.com
- Questions, issues, and pull requests are welcome
- Download Hugo
- Run
hugo.exe servein this repository folder - Navigate to http://localhost:1313
- Run
hugoin this repository folder to build the site - Use
rsyncto transfer thepublicfolder to the web server - This process is run automatically by
cicd.yamlon every commit
The input and output folders must exist
magick mogrify -resize 1200 -quality 80 -path output input/*.jpgmagick mogrify -resize 1200 -format webP -quality 80 -path output input/*.jpg