commit 920baf2a3359bc7ab4684da3ddc3d28b612b2dd6
parent e20f2b33a63c575e93d92817e043a74df320f6a2
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 11 Mar 2020 13:07:57 +0530
Update readme
Diffstat:
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -3,6 +3,7 @@
   + [Conventions](#Conventions)
       + [Content](#Content)
       + [Frontmatter](#Frontmatter)
+      + [Hash calculator](#Hash calculator)
   + [Using plugins](#using-plugins)
     + [Abbreviations](#Abbreviations)
 
@@ -33,7 +34,7 @@ This is how the frontmatter must appear
 author: String!
 attributed: Boolean!
 misattributed: Boolean!,
-date: Date(yyyy-mm-dd)!
+date: String(yyyy-mm-dd)!
 draft: Boolean!
 lang: String(ISO 639-1)!
 path: unique(String!)
@@ -43,6 +44,14 @@ where: String!
 
 ---
 ```
+### Hash calculator
+
+Run the following:
+```sh
+./hashcalc.sh <content of title from frontmatter>
+```
+
+copy the first eight characters of the hash
 
 ## Using plugins