Modifying the last git commit

Today I learnt that I can modify my most recent commit using the amend option. git commit --amend

November 28, 2019 · 1 min · Iduoad

Hugo developement server and drafts

Today I learnt that I can use -D option to make the hugo dev server serve drafts too –watch for hot reloading. $ alias hs="hugo server -D --verbose --watch"

October 29, 2019 · 1 min · Iduoad