Tonight I finally finished tinkering with a hugo theme and uploaded everything to my server.

The current process isn’t pretty but it works Once I have a new post I need to follow these steps:

  • Empty hugos local public folder
  • Render new html files with the simple hugo command
  • rsync everything to my server with rsync -avz --delete public/ user@server:/path/to/html/

Somehow I broke my hugo installation on the WSL. So now I have to run the hugo rendering command in PowerShell but still use WSL for the rsync command, since that is never going to be available in Windows1.