Project

dextery

0.0
No commit activity in last 3 years
No release in over 3 years
Blog engine based on Jekyll Bootstrap
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 4.1.3
~> 1.0.3
 Project Readme

Dextery

Started as Gemified wrapper of Jekyll Boostrap

Installation

Make sure you have dextery install:

$ gem install dextery

Released Version

0.0.4a

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 if you like the tool!
  • Add more command level support for the gem. (Be compatible with Jekyll and Jekyll Bootstrap)
  • Got feature request? Sumbit issues!

License

MIT Essentially, do whatever you want.