Ruby gem for building arbitrary static websites. https://rubygems.org/gems/petrify
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

15 行
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__)