0.1.7 • Published 11 years ago

bootstrap-blog v0.1.7

Weekly downloads
54
License
-
Repository
github
Last release
11 years ago

#Node.js Blog Engine The goal of this project is to create a simple, reusable blog template for Node.js. By passing in a few options, you can quickly have a fully functioning blog, including WYSIWYG editing, database saving, Disqus comments, draft saving options, and a responsive Twitter Bootstrap theme.

#Sample Usage

var blog = require('blog');

blog.start({
	title: "My awesome blog",
	adminGoogleEmail: 'myGoogleEmail@gmail.com',
	port: 3000,
	liveDomain: 'http://some-app.herokuapp.com',
	database: {
		database: config.database,
		user: config.user,
		password: config.password,
		host: config.host,
		dbPort: config.dbPort
	}
});

#Project Status This repository was initially for my personal blog, so I'm currently removing all files that were for my blog only. Also, this node module will be published so it can be downloaded via npm in the near future. Feedback is welcome!

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago