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: