From c6e8954e64fb25275a8d34ce812a3b0db27a296b Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 6 Apr 2016 23:03:49 -0400 Subject: [PATCH] Add README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af8105d --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +life report +=========== + +Generate a report on various aspects of your life. + +## A template is provided. + +It lists some common sections, like: + +* health / diet +* money +* travels +* studies +* music +* books +* distractions +* work / projects + +## Fill out what you want. + +Each section supports arrays of data, contained in the given HTML element: + +order | property | html el +------| -------- | ------- +1 | summary | `p` +2 | details | `ul` +3 | rank | `ol`