sloane.sh/README.md
sloane e729a0d979
pollen (#12)
* refactor: change tooling

* initial layout of new site

* add tufte css
2024-11-09 17:34:10 -05:00

22 lines
245 B
Markdown

# sloane.sh
## Setup
```sh
brew install --cask racket
raco pkg install pollen
```
## Working on the site
```sh
raco pollen start site
```
## Building the site
```sh
mkdir -p build
raco pollen render site
raco pollen publish site build
```