0.4.0 • Published 8 years ago

sblog v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 years ago

sblog

npm license status dependencies

Generate static blog content with streams!

Simple. Solid. Straightforward.

The blog content generator that brings users back to the basics. Raw HTML.

Instead of building out a backend and managing databases, endpoints, and relational tables, why can't we just serve up static HTML?

Now you can with Node.js and sblog!

npm install sblog --global

Usage

1) Create the blog scaffolding

sblog new my-blog
cd my-blog

2) Build the blog content from the scaffolding. Outputs content to ./site by default

sblog build

3) Serve up the blog content on http://localhost:4444/

sblog serve

Roadmap

  • Cooler starting scaffolding
    • Different scaffolding templates using slush
  • Plugins
  • Alternative Templating Engine
  • Processors for Templating Metadata
  • More docs!