Socket
Book a DemoInstallSign in
Socket

dadablog

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dadablog

bundlerRubygems
Version
0.0.4
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Dec 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts