- Quotes
- Conventions
- Content
- Frontmatter
- [Hash calculator](#Hash calculator)
- Using plugins
- Conventions
My favourite quotes. Forked from Gatsby blog starter. Minimo theme for Hugo by Munif Tanjim.
To run locally, follow these steps:
yarn
yarn start
Then open http://0.0.0.0:8000.
- The quotes are located at
/quotes
.
This is how the frontmatter must appear
---
author: String!
attributed: Boolean!
misattributed: Boolean!,
date: String(yyyy-mm-dd)!
draft: Boolean!
lang: String(ISO 639-1)!
path: unique(String!)
tags: Array<String>!
title: String!
unverified: Boolean!
where: String!
---
Run the following:
./hashcalc.sh <content of title from frontmatter>
copy the first eight characters of the hash
Abbreviations can be added as follows:
The HTML specification
is maintained by the W3C.
+*[HTML]: Hyper Text Markup Language
+*[W3C]: World Wide Web Consortium