在线演示: http://fritx.github.io/silent
特性
简单: Markdown书写
或者你可以使用其他模板语言
你只需最多修改不超过2个函数
灵活: 特殊的页面管理
一切皆页面
所有页面都在一个目录下
轻量: 超出你的想象
1 html, 1 ico, 1 css and 1 js, 总共 5K (除去 jquery & marked)
猜猜看, 这里是一个博客样例, 别无他物:
- blog/
- p/ (你自己的东西, 任意处置)
- posts/
- my-js-book/
- what-a-funny-day.md
- why-i-use-js.md
- sidebar.md
- aboutme.md
- avatar.jpg
- posts/
- vendor/ (内建的东西)
- …
- favicon.ico
- index.html
- p/ (你自己的东西, 任意处置)
用法
快速、简单
- 从npm安装:
npm install -g silent
- 生成一个博客样例:
silent [path/to/blog]
- 开始围绕
p/
目录管制你的页面 - 将博客部署到任意静态空间, 如Github Pages, 并保持更新
p/
目录
截屏
<img src=“https://raw.githubusercontent.com/fritx/silent/master/blog/p/projects/silent/Screenshot_from_2014-05-08_01-43-18.png” width=“140”> <img src=“https://raw.githubusercontent.com/fritx/silent/master/blog/p/projects/silent/Screenshot_from_2014-05-08_01-56-27.png” width=“270”>
<img src=“https://raw.githubusercontent.com/fritx/silent/master/blog/p/projects/silent/Screenshot_from_2014-05-08_01-48-37.png” width=“360”>
<img src=“https://raw.githubusercontent.com/fritx/silent/master/blog/p/projects/silent/Screenshot_from_2014-05-08_01-50-42.png” width=“360”>
正在使用 silent 的人群
感谢你们!
Github源码: https://github.com/fritx/silent/