Jayin / silent

Be a silent, static blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silent

Be a silent, static blog

See live demo: http://fritx.github.io/silent

Features

Easy: Writing in Markdown

Or you can use any other renderer instead

All you need to do is rewriting at most 2 functions

Flexible: Special Page Mastering

Everything is a page

Everything is under one folder

Lightweight: You Can't Imagine

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
      • sidebar.md
      • aboutme.md
      • avatar.jpg
    • vendor/ (built-in stuffs)
      • ...
    • favicon.ico
    • index.html

Usage

Fast and easy

  1. Install from npm: $ npm install -g silent

  2. Generate a sample blog: $ silent [path/to/blog]

  3. Start mastering your pages around the p/ folder

Screenshots

    

People Using Silent

Thank you!

Changelog

See CHANGELOG.md

Note

Current style is heavily learnt from hyde and Github

Favicon is copied from Underscore

These may change in the future

About

Be a silent, static blog


Languages

Language:JavaScript 100.0%