https://github.com/sloanelybutsurely/sloane.sh
https://sloane.sh
https://github.com/sloanelybutsurely/sloane.sh
Last synced: 5 months ago
JSON representation
https://sloane.sh
- Host: GitHub
- URL: https://github.com/sloanelybutsurely/sloane.sh
- Owner: sloanelybutsurely
- Created: 2024-01-14T19:08:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T22:26:54.000Z (7 months ago)
- Last Synced: 2024-11-16T23:22:15.808Z (7 months ago)
- Language: Pascal
- Size: 829 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```