Project

dadablog

0.0
No commit activity in last 3 years
No release in over 3 years
dadablog is a simple blog engine, is very friendly to github and rack protocol.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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