Skip to content

Commit aa642b9

Browse files
committed
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.
1 parent d4ace88 commit aa642b9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

_drafts/_template.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# It will now show up in the front page when running Jekyll locally.
1212

1313
title: Post Title
14-
description:
15-
Post Description (~140 words, used for discoverability and SEO)
16-
author: tyler
14+
description:
15+
Post Description (~140 words, used for discoverability and SEO) # update using key words
16+
author: tyler # update with author handle from authors.yml
17+
tags: [tag1, tag2] # update with relevant tags (see https://interrupt.memfault.com/tags for examples!)
1718
---
1819

1920
A little bit of background of why the reader should read this post.
@@ -32,9 +33,14 @@ Optional motivation to continue onwards
3233

3334
## Primary Section 1
3435

35-
## Conclusion
36+
<!-- Uncomment and update image path to add an image. Place all images under img/my-post-name/ -->
37+
<!-- <p align="center">
38+
<img width="80%" src="{% img_url my-post-name/my-image.png %}" alt="My post description" />
39+
</p> -->
3640

41+
## Conclusion
3742

43+
Wrap up with a summary and optionally a call for readers to join the conversation.
3844

3945
<!-- Interrupt Keep START -->
4046
{% include newsletter.html %}

0 commit comments

Comments
 (0)