README.md in jekyll-theme-handwritten-4.2.0 vs README.md in jekyll-theme-handwritten-4.3.0
- old
+ new
@@ -61,9 +61,20 @@
$ gem install jekyll-theme-handwritten
## Usage
+To pin a post add `status: pinned` to the front matter of the post markdown file e.g
+
+```yaml
+---
+layout: post
+title: "Welcome to Jekyll!"
+status: pinned
+---
+<!-- post content -->
+```
+
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
### TODO
- [ ] Add support for comments