Giter VIP home page Giter VIP logo

lit-tapes's Introduction

Lit Tapes

Playlists made from songs mentioned in books. Visit the live site


To build

  1. Install Node :)
  2. Clone the repo
  3. Run npm install
  4. Run npm run start
  5. Visit localhost:8080

Commands

Command Purpose
npm run start Serve project + watch Sass
npm run build Build project
npm run checks Validate HTML & lint JS
npm run lint Run eslint
npm run lint:fix Run eslint and fix issues
npm run validate Run html-validate

Post Template

---
title: 
date: 2024-
slug: matches-json-file-name
tags: ["posts"]
---

## Music in this book

{% sectionEnd "postDetails" %}

{% sectionStart "playlist", "Playlist" %}
{% tidalPlayer "ID from Tidal" %}
{% sectionEnd %}

{% sectionStart "albums", "Albums Mentioned" %}
{% sectionEnd %}

{% sectionStart "artists", "Artists Otherwise Mentioned" %}
{% sectionEnd %}

Data Template

Duplicate src/_data/tapes/_template.json and use the same file name as referenced in slug.

About shortcodes

Because layout elements are interspersed with post content, use the sectionStart shortcode in place of usual ## Heading Level 2 markdown. sectionEnd just creates a closing section tag; when passed "postDetails" it also closes the final div in that special section.

SVG sprite references

<svg role="image" focusable="false" class="c-rating" viewBox="0 0 20 20" width="20" height="20" xmlns="http://www.w3.org/2000/svg">
  <title>Accessible label</title>
  <use href="#" y="-20">
</svg>

Reference

lit-tapes's People

Contributors

melanierichards avatar

Stargazers

Arek Bartnik avatar James Hancock avatar Brian Zelip avatar

Watchers

 avatar

lit-tapes's Issues

Add my star rating

Make some space in the book metadata for what star rating I gave the book in question. Should support quarter stars (as The StoryGraph does).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.