浏览代码

Add README

master
Matt Baer 8 年前
父节点
当前提交
c6e8954e64
共有 1 个文件被更改,包括 27 次插入0 次删除
  1. +27
    -0
      README.md

+ 27
- 0
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`

正在加载...
取消
保存