JSBLOG 介绍
JSBlog 是纯javascript编写博客,使用bootstarp、jquery、showdown、backbone等js类库。
本博客特色:
- 在post文件夹下新建文件,文件名为:日期+标题,文件以.md结尾,例如:2012-12-12-hello-world.md
- 修改post/index.json文件,其中 site_name为站点名称; copyright 为版权标示; cates为文章分类; articles为文章列表。 例如增加2012-12-12-hello-world.md,articles中增加一条记录 {“title”: “Hello World”, “file”: “2012-12-12-hello-world”, “cate”:”tech”},