Skip to content

astynax/pollen-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.