pidgin/nest

323f87f044d3
Adds tooling to clean up hugo output
{
"dependencies": {
"js-beautify": "^1.8.9"
},
"scripts":{
"tidy": "js-beautify -f public/**/*.html -o public/**/*.html -m 0"
}
}