priyatam / pie

A minimalist staticsite builder and router
Other
5 stars 0 forks source link

Modularize bake.py into bake and pieutils #25

Closed priyatam closed 11 years ago

priyatam commented 11 years ago

Rename generic _ func names to regular func names and move them into pieutils, which can then be used by Recipes.

from pieutils import markstache, read_config, read_yaml

The only dependency a recipe author includes will be pystache.