nanoc / features

Collection of feature requests
2 stars 1 forks source link

Store site data separately #28

Open denisdefreyne opened 6 years ago

denisdefreyne commented 6 years ago

nanoc.yaml is currently used for configuration as well as storing site data. Splitting this up in nanoc.yaml (for configuration) and site.yaml (for site data) would help:

Filters and helpers could have their (default) configuration in a sub-hash, e.g.

helpers:
  render:
    super_fast_rendering: true

checks:
  internal_links:
    exclude:
      - whatever