0.2.2 • Published 11 years ago

blogin v0.2.2

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

blogin is A simple static blog framework, powered by Node.js.

How to install

  1. Install node.js and npm.
  2. npm install -g blogin
  3. blogin init blogdir
  4. cd blogdir
  5. Change blog config at "blogdir/blogin.json"
  6. blogin update
  7. blogin server
  8. Open http://127.0.0.1:3000 in browser.

Create post

  1. blogin post this is my first post
  2. Then edit "blogindir/data/posts/2013/this-is-my-first-post.md". Blogin use markdown format to write blog.
  3. blogin update
  4. blogin server

Usage

blogin command:

deploy Generate static files and deploy to git server, like github. server Start a server on http://localhost:3000 . update Generate the static files. post Create post. page Create page. init Init the project directory. help Display help.

Custom theme

Edit the file at "blogindir/public/" to custom your own theme.

Please feel free to use blogin.

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago