0.0.6 • Published 12 years ago

svbstantia v0.0.6

Weekly downloads
26
License
-
Repository
github
Last release
12 years ago

Svstantia

Svstantia is a simple blog platform powered by Substance.io.

Easily deployable to Heroku and configured.

Installing

You can install it via npm.

npm install svbstantia

Configuring

To configure Svbstantia simply create a new instance passing the configuration object as follows. Look the source code for more information.

  var Svbstantia = require('svbstantia');

  var port = process.env.PORT || 3000;

  Svbstantia.create({
    author: {
      name: "<< your fantastic name >>",
      email: "<< your email address >>",
    },
    name: "<< the name of your awesome blog >>",
    username: "<< your Substance.io username >>",
    app: {
      port: port
    },
    ga: "<< your Google Analytics TM token >>"
  }, function () {
    console.log( "Cool! Svbstantia started listening on port " + port );
  });

License

MIT licensed. Read it.

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago