How I Quickly Make a New Hugo Post
As I’ve been migrating this website from Wordpress, I’ve been manually creating folder structure in VS Code and manually filling in front matter. It’s been painful! After a good holiday, I decided there must be a better way so this is just my reminder on how I do it for my site: Create a Post with Current Date in YYYY/MM/DD Format hugo new posts/$(date +"%Y/%m/%d")/my-post-slug/index.md Complete Example: For a post titled “How I Quickly Make a New Hugo Post”, the command would be:...