abhijeetvramgir

Results 3 issues of abhijeetvramgir

Ref gives filename by default, can i add more fields like "ref"

This is my lunr snippet from the build file: ``` .use(lunr({ preprocess: function(content) { // Replace all occurrences of __title__ with the current file's title metadata. return content.replace(/__title__/g, this.title); }...

Im using metalsmith-metadata, the json metadata works for metalsmith-layouts, but for metalsmith tags ,json metadata doesnt show?? Any help?