I am writing a new log with a new hugo command that I wrote
to make writing logs trivial hugo new log/$(dateu).md --editor="vim"
, where dateu
is an alias that outputs the current date.
alias dateu='date -u +%Y-%m-%dT%H:%M:%SZ'
I am writing a new log with a new hugo command that I wrote
to make writing logs trivial hugo new log/$(dateu).md --editor="vim"
, where dateu
is an alias that outputs the current date.
alias dateu='date -u +%Y-%m-%dT%H:%M:%SZ'