Get Start
Tellin is a node.js based library which help you to generate static website. Before I decided to write tellin.js, I tried to find some similar tools. I think they are prefect for writers, but it's hard for me to customize Css, Html and the other thins. I think tellin.js is created more for people who want to decorate their own static web site.
Model
Markdown files are used as the main content of website. Each markdown file can contain a yaml header, tellin.js will use its data when rendering the detail page.
View
Tellin.js uses [Ejs](http://www.embeddedjs.com/getting_started.html "ejs") as the template. You can find some more detail about Ejs from its website.
Controller
Controller is a very important part of tellin.js. You can put the core logic to generate files here. Telli.js now has 2 default controllers which use the key words 'list' and 'detail'.
Config
The config files should be **tellin.json** under the root of the project folder. The following is its default value.