blogin
v0.2.2
Published
A simple static blog framework, powered by Node.js.
Downloads
33
Readme
blogin is A simple static blog framework, powered by Node.js.
How to install
- Install node.js and npm.
npm install -g bloginblogin init blogdircd blogdir- Change blog config at "blogdir/blogin.json"
blogin updateblogin server- Open
http://127.0.0.1:3000in browser.
Create post
blogin post this is my first post- Then edit "blogindir/data/posts/2013/this-is-my-first-post.md". Blogin use markdown format to write blog.
blogin updateblogin 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.
