Text goes in tao.html.pm
. You will probably want to install the pollen-mode
package for Emacs:
(use-package pollen-mode
:defer t)
This is optional.
You will need Racket. Once you have Racket installed, you will need Pollen:
raco pkg install pollen
Ensure everything is working:
$ raco pollen test
raco pollen is installed correctly
Now you can build:
raco pollen render src/
And it should be built in src/tao.html
.