You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add results of auto formatting
* Revert "Add results of auto formatting"
This reverts commit 2e2357cefa1460488e41b6f53ea98905dada60ac.
* Add result of auto format
* Add featured meta info to posts
* Add featured post meta to blog roll
Add the featured post and image meta info to blog roll GraphQL query and add image to blog post list item
Add the meta info to the CMS config
* Fix typo on featuredpost flag
Corrected a typo of the featured property. It should be `post.frontmatter.featuredpost` to add a CSS flag/modifier class for featured posts
* Add .is-featured modifier class all.sass
Copy file name to clipboardexpand all lines: src/pages/blog/2017-01-04-a-beginners-guide-to-brewing-with-chemex.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
templateKey: blog-post
3
3
title: A beginners’ guide to brewing with Chemex
4
4
date: 2017-01-04T15:04:10.000Z
5
+
featuredpost: false
6
+
featuredimage: /img/chemex.jpg
5
7
description: Brewing with a Chemex probably seems like a complicated, time-consuming ordeal, but once you get used to the process, it becomes a soothing ritual that's worth the effort every time.
0 commit comments