Corrections on README instructions
This commit is contained in:
@ -23,10 +23,13 @@ hugo server
|
|||||||
see `/archetypes/article.md` for the article template. You can create a new article with:
|
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.
|
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
|
### Headshots
|
||||||
|
|
||||||
Optionally you can add a headshot photo to your article. To do this:
|
Optionally you can add a headshot photo to your article. To do this:
|
||||||
|
Reference in New Issue
Block a user