You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pollen/README.md

15 lines
611 B
Markdown

10 years ago
Pollen: the book is a program
-----------------------------
10 years ago
10 years ago
A book-publishing system written in [Racket](http://racket-lang.org). Unstable. Incomplete. Et cetera. Its becoming more civilized. But this is the actual software I use to publish & maintain my web-based book [Butterick's Practical Typography](http://practicaltypography.com).
10 years ago
10 years ago
Using Racket 6.0+, install from the command line like so:
10 years ago
raco pkg install pollen
And update like so:
10 years ago
raco pkg update --update-deps pollen
10 years ago
Docs are installed with the package. You can also [read the docs here](http://mbutterick.github.io/pollen/doc/).