pidgin/nest

41f5bbb6de35
Add a simple convey.yml for building/publishing
{
"dependencies": {
"front-matter": "^3.0.1",
"js-beautify": "^1.8.9"
},
"scripts": {
"tidy": "js-beautify -f public/**/*.html -o public/**/*.html -m 0"
}
}