fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

Use JSON instead of frontMatter? #291

Open bptremblay opened 7 years ago

bptremblay commented 7 years ago

Due to the dynamic nature of WIP library I am viewing in fabricator, it would be great if I could put the materials data directly into toolkit.json. I have tried to do this in different ways, but it never works. It appears that assemble looks for frontMatter in the markup files, and even if it's not found, it overwrites the data I provide.

Is there any to configure fabricator to STOP TRYING TO USE FRONTMATTER? My content is not that static.

Otherwise, I am using a script to dynamically rewrite the template files with new frontMatter every time my data changes.