cyjake / darko

🐰A Node.js port of Jekyll
82 stars 16 forks source link

Please support default values in _config.yml #19

Open mariusa opened 5 years ago

mariusa commented 5 years ago

_config.yml can have

defaults:
  -
    values:
      layout: "default"

This way, there's no need to specify in every html

---
layout: default
---

This works in jekyll, but not darko.