hujinpu / dadablog

dadablog is a simple blog engine, is very friendly to github and rack protocol.

Home Page:http://hujinpu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dadablog is a simple blog engine, is very friendly to github and rack protocol.

How to use

gem install dadablog rubygems link

dadablog create /path/to/your/blog/dir blog_title disqus_shortname

cd /path/to/your/blog/dir

bundle install

sh server.sh start

git remote add origin git@github.com:youarname/yourgit.git

git push -u origin master

You should use github to save your articles.

And you should use github post-receive-hooks to post http://yoururl/update

#TODO list:

  • feed
  • footer design
  • page function

About

dadablog is a simple blog engine, is very friendly to github and rack protocol.

http://hujinpu.com/

License:Other


Languages

Language:JavaScript 86.9%Language:Ruby 12.0%Language:Shell 1.1%