life-report/reports/template.json
Matt Baer 38a2c39509 Fix sections order and generate multiple reports
Outputs all reports as HTML in the same given folder.
2016-03-07 15:42:44 -05:00

46 lines
473 B
JSON

{
"year": 2016,
"sections": [
{
"title": "health / diet",
"details": [
]
},
{
"title": "money",
"summary": [
]
},
{
"title": "travels",
"details": [
]
},
{
"title": "studies",
"details": [
]
},
{
"title": "music",
"details": [
]
},
{
"title": "books",
"details": [
]
},
{
"title": "distractions",
"details": [
]
},
{
"title": "work / projects",
"details": [
]
}
]
}