Sha256: 72d572147f574d21553d87795530652eccb721667a59edf7b7e7cdbaa3e66cbb
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
# Dextery Started as Gemified wrapper of [Jekyll Boostrap](http://jekyllbootstrap.com/) ## Installation Make sure you have *dextery* install: $ gem install dextery ### Released Version 0.0.3 ### Dependencies * Jekyll (~> 1.0.3) * Ruby (~> 1.9.3), Ruby 2.0 is preferred ## Usage * Make sure *dextery* are *jekyll* installed * run `dextery new [dir]` * navigate to the blog directory [dir] * run `jekyll serve` (default port is 4000) * Go to `localhost:4000`, there is your new blog! ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Wish list * Improve Jekyll Bootstrap, please check out [Jekyll Bootstrap](https://github.com/plusjade/jekyll-bootstrap) if you like the tool! * Add more command level support for the gem. (Be compatible with [Jekyll](http://jekyllrb.com/) and [Jekyll Bootstrap](http://jekyllbootstrap.com/)) * Got feature request? Sumbit issues! ## License [MIT](http://opensource.org/licenses/MIT) Essentially, do whatever you want.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dextery-0.0.4 | README.md |
dextery-0.0.3c | README.md |
dextery-0.0.3b | README.md |
dextery-0.0.b3 | README.md |