Skip to content

book, The Society of the Spectacle by Guy Debord in print, web, pdf, eBook, ePub formats

Notifications You must be signed in to change notification settings

unredacted-word/spectacle

Repository files navigation

Infinity Rope

The Society of the Spectacle

by Guy Debord

A new English edition of Guy Debord's 1967 book, La Société du Spectacle.

📕 Book


This repo is the text of the book, source references, and a collection of tools to produce the book in multiple formats for distribution.

Requirements

  • NodeJS, npm
  • Pandoc / Prince XML

on macOS:

# install Pandoc and libs
brew install pandoc librsvg
# install fonts
brew install --cask font-source-serif-pro kindle-previewer
# install Prince XML
# brew install --cask --no-quarantine prince
# install dependencies
npm install

Development

npm run lint    # show lint errors
npm run format  # format markdown

To live preview markdown in a browser:

npm run pen <filename>

Generating Books

npm run build  # build all formats to docs/*.{html,pdf,epub}