sky
Version:
A markdown static site generator.
33 lines (32 loc) • 608 B
JSON
{
"site": {
"name": "My Blog Name",
"tagline": "The one true source of nothing...",
"url": "http://myblog.com",
"port": 2222,
"template": "basic",
"author": "<YOUR NAME>"
},
"articles": {
"oldurlformat": "articles/{{date-year}}/{{date-month}}/{{slug}}",
"urlformat": "{{slug}}.html",
"index": "index.html"
},
"build": {
"outputDir": "public/"
},
"partials": {
"googleAnalytics": {
"id": ""
},
"disqus": {
"shortname": ""
}
},
"user": {
"github": "",
"stackoverflow": "",
"twitter": "",
"aboutme": ""
}
}