Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Move all configuration to a separate folder #54

Open hunvreus opened 7 years ago

hunvreus commented 7 years ago

We now have schemas and other conf files (for example _PROTECTED) scattered around.

Since we'll only have more of it (_PROXY, _data...) I'm considering consolidating everything in a _jekyllpro/ folder. This would allow us to have something like;

_jekyllpro/
    |
    +-- protected.yml
    +-- proxy.yml
    +-- redirect.yml
    +-- schemas/
           |
           +-- posts.yml
           +-- pages.yml

@zbal what do you think? Also, should we move towards YML for everything?