grunt-init-assemble
Version:
Initialize new Assemble projects.
21 lines • 865 B
JSON
{
"icon": "question-sign",
"wordcount": {
"icon": "<%= popover.icon %>",
"title": "assemble-contrib-wordcount",
"link": "https://github.com/assemble/assemble-contrib-wordcount",
"text": "Generated by the <a href='<%= popover.wordcount.link %>' title=''>assemble-contrib-wordcount</a> plugin"
},
"toc": {
"icon": "<%= popover.icon %>",
"title": "assemble-contrib-toc",
"link": "https://github.com/assemble/assemble-contrib-toc",
"text": "Generated by the <a href='<%= popover.toc.link %>' title=''>assemble-contrib-toc</a> plugin"
},
"anchors": {
"icon": "<%= popover.icon %>",
"title": "assemble-contrib-anchors",
"link": "https://github.com/assemble/assemble-contrib-anchors",
"text": "Anchors are generated by the <a href='<%= popover.anchors.link %>' title=''>assemble-contrib-anchors</a> plugin"
}
}