Compare commits
2 Commits
befa2b8f4d
...
9806515bbc
Author | SHA1 | Date | |
---|---|---|---|
|
9806515bbc | ||
|
0ce42390ce |
@@ -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:
|
||||
|
BIN
assets/headshots/michael-zargham.png
Normal file
BIN
assets/headshots/michael-zargham.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 896 KiB |
@@ -6,7 +6,7 @@ date: 2024-11-04
|
||||
approved: 2024-12-02
|
||||
summary: "As a sport often played with no referees, ultimate frisbee has developed a strong set of norms for addressing conflict and self-governing."
|
||||
location: "East Greenbush, NY USA"
|
||||
#headshot: "placeholder-headshot.png"
|
||||
headshot: "michael-zargham.png"
|
||||
topics: [frisbee, sports, organizations, dispute resolution]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user