astynax / pollen-docker

A dockerized Pollen installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pollen Docker

A Docker image for the Pollen 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.

About

A dockerized Pollen installation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Makefile 50.3%Language:Dockerfile 49.7%