Releases: richardstevens/metalsmith-react-tpl
Releases · richardstevens/metalsmith-react-tpl
Fixing options
The options were being overridden for baseFiles, this fixes that issue for isStatic
baseFileDirectory
You can now specify the directory where your baseFiles come from in case you like to keep things separate
Updating changeable baseFile between pages
You can now add a baseFile: param to your markdown files to specific a new baseFile template to use on individual pages
Added tests and checks
Updating inline with NPM, now has linting and tests written
Updating to use jsx baseFile template
You can now use a .jsx template for your baseFile and continue using React instead of a flat html base.
Initial release
0.1.1 Updating version