Hugo: create and edit a post
β’ 93 words β’ 1 min
β οΈ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.
It’s interesting to glimpse into how my blogging workflow has been evolving over time.
It started with hugo new, then just new + vim
(Justfile), and now I am introducing a subtle
change, inspired by bneil.
This post:
shell
% just new "hugo: create and edit a post"It creates this file, and automatically opens it in my $EDITOR:
---
title: "Hugo create and edit a post"
date: 2025-09-15T12:44:31+02:00
tags:
{list of tags pre-populated}
---The more I can reduce the friction to blogging1 the better. β
-
Up to a certain extent. ↩︎