alagu / pagoda

Zen-like blogging interface for Jekyll (login: admin/admin)
http://pagoda-demo.herokuapp.com/admin/
MIT License
300 stars 17 forks source link

Default yaml structure #9

Closed Swatto closed 11 years ago

Swatto commented 11 years ago

Thanks for the yaml editor that you made. This is so cool ! :+1:

Next step is to let us configure the default structure of these. Like a file that have all values we need in our page to work properly and let the end-user change them with the needed values for the content that he write.

I think of that for poeple who I helped them to build their website (like portfolio) who are designer, not programmer. They can give youtube, vimeo's id or picture file's name or whatever in the yaml header before the explanation of the project. Then the page is built with the content that the user specify.

It could be great for us to create a yaml structure for our users.

What do you think about it ?

alagu commented 11 years ago

This is an absolute need. I'm thinking to add it to the settings page.

alagu commented 11 years ago

You could create a _default.yml in your jekyll repo, which will be read by pagoda.

Swatto commented 11 years ago

Nice ! :+1:

alagu commented 11 years ago

Thanks!