godfather/config.json

16 lines
259 B
JSON
Raw Normal View History

2013-11-01 16:34:18 +02:00
{
"locals": {
"url": "http://localhost:8080",
"name": "Godfather Painting",
"author": "Danny T."
},
"plugins": [
"wintersmith-less",
"wintersmith-handlebars"
],
"markdown": {
"smartLists": true,
"smartypants": true
}
}