Be a silent, static blog
See live demo: here
Or you can use any other renderer instead
All you need to do is rewriting at most 2 functions
Everything is a page
Everything is under one folder
1 html, 1 ico, 1 css and 1 js, totally 5K (excluding jquery & marked)
See what, here's a sample of the folders, and nothing else:
- blog/
- p/ (your own things, free to handle)
- posts/
- my-js-book/
- index.md
- part-1.md
- part-2.md
- what-a-funny-day.md
- why-i-use-js.md
- my-js-book/
- sidebar.md
- aboutme.md
- avatar.jpg
- posts/
- vendor/ (built-in stuffs)
- ...
- favicon.ico
- index.html
- p/ (your own things, free to handle)
Fast and easy
-
Install from npm:
npm install -g silent
-
Generate a sample blog:
silent [path/to/blog]
-
Start mastering your pages around the
p/
folder
- v0.0.7 (05/12)
- try font "Microsoft YaHei" for chinese on windows
- add image holder for shared links (apps like wechat)
Current style is heavily learnt from Purelog
Current style is heavily learnt from hyde and Github
Favicon is copied from Underscore
These may change in the future