Skip to content

acagastya/book-reviews

Table of Contents

Quotes

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.

Conventions

Content

  1. The quotes are located at /quotes.

Frontmatter

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!

---

Hash calculator

Run the following:

./hashcalc.sh <content of title from frontmatter>

copy the first eight characters of the hash

Using plugins

Abbreviations

Abbreviations can be added as follows:

The HTML specification
is maintained by the W3C.

+*[HTML]: Hyper Text Markup Language
+*[W3C]:  World Wide Web Consortium