Ruby gem for building arbitrary static websites. https://rubygems.org/gems/petrify
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
342 B

  1. #!/usr/bin/env ruby
  2. require "bundler/setup"
  3. require "petrify"
  4. # You can add fixtures and/or initialization code here to make experimenting
  5. # with your gem easier. You can also use a different console, if you like.
  6. # (If you use this, don't forget to add pry to your Gemfile!)
  7. # require "pry"
  8. # Pry.start
  9. require "irb"
  10. IRB.start(__FILE__)