picanhajs
Version:
A tasty website static generator
40 lines • 738 B
JSON
{
"dist" : "./_build/",
"posts" : {
"dateformat": "DD/MM/YYYY",
"dist" : {
"path" : ":year/:month/:day/:name/",
"name" : "index.html"
},
"source" : "./_posts"
},
"template" : {
"path" : "./_templates/default_theme/",
"home" : "home.html",
"partials" : "partials",
"static" : ["css", "js", "img"],
"layouts" : ["post", "page"],
"globals" : {
"dev" : {
"omitfilename" : false
},
"prod" : {
"omitfilename" : true
}
}
},
"defaultAuthorSizes" : {
"xsmall" : 40,
"small" : 60,
"medium" : 100,
"large" : 150,
"xlarge" : 200
},
"authors" : [
{
"name" : "PicanhaLabs",
"email" : "grill@picanhalabs.com",
"github" : "https://github.com/PicanhaLabs"
}
]
}