Skip to content

chore: add useful pieces to template #547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions _drafts/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,9 +33,14 @@ Optional motivation to continue onwards

## Primary Section 1

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

## Conclusion

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

<!-- Interrupt Keep START -->
{% include newsletter.html %}
Expand Down