Skip to content

swharden/SWHarden.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWHarden.com

CICD

  • This repository contains source code for https://swharden.com
  • Questions, issues, and pull requests are welcome

Local Development

Deployment

  • Run hugo in this repository folder to build the site
  • Use rsync to transfer the public folder to the web server
  • This process is run automatically by cicd.yaml on every commit

Tips

Batch Resize Images

The input and output folders must exist

magick mogrify -resize 1200 -quality 80 -path output input/*.jpg
magick mogrify -resize 1200 -format webP -quality 80 -path output input/*.jpg

About

The personal website of Scott W Harden

Resources

License

Stars

Watchers

Forks