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.
- 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
npm run lint # show lint errors
npm run format # format markdown
To live preview markdown in a browser:
npm run pen <filename>
npm run build # build all formats to docs/*.{html,pdf,epub}