Skip to content

A simple and beautiful blog generator build on top of couchdb and node.js

Notifications You must be signed in to change notification settings

alejandro/couchblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Couchblog

A small and beautiful blog generator built on top of couchdb and node.js.

Live example

  • Node Hispano site alike => here

Installation

> git clone alejandromg/couchblog
> cd couchblog

You need to "manually" setup the database through, and config the host, port,username and pass

// inside of dir
> cd couchdb
> node seed // if you want to install to a local db
// or 
> NODE_ENV=production node seed  // to a remote db

I encourage you to read the variable declaration on seed.js to change this. it's ok if end in OK doh! then:

> cd ..
> node server

Open http://localhost:8000 and there you go. Go to http://localhost:8000/login to create posts the default user is: admin and pass: Bienvenido.

TODO

  • Disqus && Twitter Integration
  • Data Graphs about every post
  • Delete post from inside
  • Manage your posts
  • Fastest Preview on posts
  • Ability to create post with embed code

and more...

Contributors

Special Thanks to

nodejitsu

Licence

MIT 2012

About

A simple and beautiful blog generator build on top of couchdb and node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published