Skip to content

yashhere/highlights

 
 

Repository files navigation

Highlights

Screenshot of the website

Nothin’ fancy, just a little Eleventy/Netlify minisite for book and article highlights: highlights.yashagarwal.in Highlights and covers are copyright to their respective authors. Let’s be book friends

Data syntax

Book front-page matter

---
layout: post
title: ""
book: dash-separated
author:
  -
type: "kindle"
date: YYYY-MM-DD
tags:
  -
rating: number
review: true
other:
  isbn:
  pages:
---

Where "dash-separated" is also the file name for the JPG book covers.

Each Book

Map's key is book' name (as it appears in My Clippings.txt) and the value is array in which the highlights are stored according to the following structure.

"book_name": [
  {
    "loc": "",
    "page": "",
    "authors": [],
    "date": "",
    "content": ""
  }
]

About

Minisite for book and article highlights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 28.6%
  • SCSS 25.2%
  • CSS 22.2%
  • HTML 21.9%
  • Nunjucks 2.1%