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.
3924a18f67
Clarify three things: 1. You can use pagetree files with `raco pollen render` 2. `--target` doesn’t prevent other file types from being rendered 3. The generated pagetree includes more than just source files |
4 years ago | |
---|---|---|
.github | 4 years ago | |
pollen | 4 years ago | |
.gitignore | 6 years ago | |
CONTRIBUTING.md | 4 years ago | |
LICENSE.md | 5 years ago | |
README.md | 4 years ago | |
info.rkt | 4 years ago |
README.md
Pollen: the book is a program
A book-publishing system written in Racket. This is the software I use to publish & maintain my web-based books Beautiful Racket, Practical Typography, and Typography for Lawyers.
If you think documents should be programmable, you’ll love it.
If not, you can move along.
Pollen gives you access to a full programming language (Racket) with a text-based syntax that makes it easy to embed code within your documents.
- Quick tour
- Pollen as a text preprocessor (for CSS, etc.)
- Pollen for Markdown authoring
- Pollen for free-form markup authoring
- Pollen for multiple-output publishing
- Full docs
Using Racket 6.3+, install from the command line:
raco pkg install pollen
And update like so:
raco pkg update --update-deps pollen
Official discussion area: https://github.com/mbutterick/pollen-users
License
MIT