1.1.16 • Published 6 years ago

tellin v1.1.16

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.

Intallation

$ npm -g install tellin

Usage

1.Init your the project

You can use the following command to init the folder. Otherwise you can also create files by self.

$ cd yourFolder
$ tellin init

2.Write your atricle

Pur your .MD files in the folder ./_data/doc

Each markdown file can contain a yaml header. Tellin.js will use its data when rendering.

3.Generate WebSite

After you perpare the data, you can excute the following command to generate your website. You can upload the folder to your server and check your web page.

$ tellin

MVC

Tellin.js is based on MVC model. You can not only write the .MD files but also customize every part of MVC. Please view other documents for the detail.

Website: http://jsonic.net/tellin/docs/get-start.html

Email: ArthusLiang@gmail.com

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago