Skip to content

Commit

Permalink
Specified dependencies and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
agnivade committed Feb 12, 2016
1 parent 65963d2 commit b3cf6ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
_config.yml _config.yml
_site/* _site/*
*Thumbs.db *Thumbs.db
Gemfile.lock
8 changes: 8 additions & 0 deletions Gemfile
@@ -0,0 +1,8 @@
source 'https://rubygems.org'
gem 'jekyll'

group :jekyll_plugins do
gem "jekyll-paginate"
gem "pygments.rb"
end

6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,12 @@ Dbyll for Ghost is now available. Get it [here](https://github.com/dbtek/dbyll-g
### Download ### Download
* [Download dbyll](https://github.com/dbtek/dbyll/archive/master.zip) * [Download dbyll](https://github.com/dbtek/dbyll/archive/master.zip)


### Install
- You need to have [ruby](https://www.ruby-lang.org/en/documentation/installation/) installed in your system.
- Install bundler which helps in specifying and installing dependencies of any Ruby project. ```gem install bundler```
- Go to the root of the repo and run this - ```bundle install```
- Then - ```bundle exec jekyll serve```

### Screenshots ### Screenshots
![dbyll-screenshot](assets/media/dbyll-ss.png) ![dbyll-screenshot](assets/media/dbyll-ss.png)


Expand Down

0 comments on commit b3cf6ce

Please sign in to comment.