From 9806515bbcccd2f8f963c6bdfbcfe6c5374d2ea3 Mon Sep 17 00:00:00 2001 From: Nathan Schneider <n@nathanschneider.info> Date: Sat, 26 Apr 2025 21:09:34 -0600 Subject: [PATCH] Corrections on README instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee27252..b8da956 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ hugo server see `/archetypes/article.md` for the article template. You can create a new article with: ``` -hugo new articles/2023-01-01-my-new-article.md +hugo new content content/articles/lastname-interview_title.md ``` + This will create a new article in the `content/articles` directory with the current date and the title you provide. You can then edit the file to add your content. +Alternately, you can manually add a file there in the proper format. + ### Headshots Optionally you can add a headshot photo to your article. To do this: