Happy Birthday Blog
·1 min
Pretty much one year ago I started to blog again, and I’m happy with the resultt'
It’s been four weeks since I opened this blog and I haven’t published anything new yet. Let me just drop a few thoughts off my head:
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:
public
folderhugo
commandrsync
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 Windows (rsync support - out of scope).