Collected reminders for commands and tiny workflows I forget between sessions.
Starting Hugo
Use Hugo’s built-in server to preview the site locally:
hugo server
Updating the site from git
Commit and push any local changes:
git add .
git commit -m "Update site content"
git push origin master
Refreshing browser cache
Force a hard refresh when assets feel stale:
Ctrl+F5 (Windows/Linux) or Cmd+Shift+R (macOS)
Notebooks on the internet
Keep lightweight notes online so they are easy to search, link, and sync between machines.