https://github.com/astynax/pollen-docker
A dockerized Pollen installation
https://github.com/astynax/pollen-docker
docker-image site-generator
Last synced: about 1 year ago
JSON representation
A dockerized Pollen installation
- Host: GitHub
- URL: https://github.com/astynax/pollen-docker
- Owner: astynax
- License: bsd-3-clause
- Created: 2020-11-01T14:21:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T09:02:24.000Z (over 4 years ago)
- Last Synced: 2025-02-15T02:30:48.766Z (over 1 year ago)
- Topics: docker-image, site-generator
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollen Docker
A Docker image for the [Pollen](https://docs.racket-lang.org/pollen/index.html) system.
## Usage
- `make image` builds the image itself,
- `make watch` mounts `./` as a volume and runs a pollen's dev-server (in the container),
- `make reset` cleans all the generated files,
- `make render` builds a site from the sources,
- `make publish` builds a site from scratch (`reset` + `render`) and puts it into the `./site` directory.