From aa642b9988d60f470d35d1b37a9e6123099567e8 Mon Sep 17 00:00:00 2001 From: Gillian Minnehan Date: Wed, 22 Jan 2025 15:27:21 -0500 Subject: [PATCH] chore: add useful pieces to template ### Summary We usually forget tags, and image formatting is easy to forget. Make it easy will some adjustments to the template. --- _drafts/_template.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/_drafts/_template.md b/_drafts/_template.md index b73f9d06..e375a3b4 100644 --- a/_drafts/_template.md +++ b/_drafts/_template.md @@ -11,9 +11,10 @@ # It will now show up in the front page when running Jekyll locally. title: Post Title -description: - Post Description (~140 words, used for discoverability and SEO) -author: tyler +description: + Post Description (~140 words, used for discoverability and SEO) # update using key words +author: tyler # update with author handle from authors.yml +tags: [tag1, tag2] # update with relevant tags (see https://interrupt.memfault.com/tags for examples!) --- A little bit of background of why the reader should read this post. @@ -32,9 +33,14 @@ Optional motivation to continue onwards ## Primary Section 1 -## Conclusion + + +## Conclusion +Wrap up with a summary and optionally a call for readers to join the conversation. {% include newsletter.html %}