File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11
11
# It will now show up in the front page when running Jekyll locally.
12
12
13
13
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!)
17
18
---
18
19
19
20
A little bit of background of why the reader should read this post.
@@ -32,9 +33,14 @@ Optional motivation to continue onwards
32
33
33
34
## Primary Section 1
34
35
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> -->
36
40
41
+ ## Conclusion
37
42
43
+ Wrap up with a summary and optionally a call for readers to join the conversation.
38
44
39
45
<!-- Interrupt Keep START -->
40
46
{% include newsletter.html %}
You can’t perform that action at this time.
0 commit comments