Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan Schneider
9806515bbc Corrections on README instructions 2025-04-26 21:09:34 -06:00
Nathan Schneider
0ce42390ce Added Zargham headshot 2025-04-26 20:56:12 -06:00
3 changed files with 5 additions and 2 deletions

View File

@@ -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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

View File

@@ -6,7 +6,7 @@ date: 2024-11-04
approved: 2024-12-02 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." 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" location: "East Greenbush, NY USA"
#headshot: "placeholder-headshot.png" headshot: "michael-zargham.png"
topics: [frisbee, sports, organizations, dispute resolution] topics: [frisbee, sports, organizations, dispute resolution]
--- ---