packer-cn/website/config.rb

8 lines
163 B
Ruby

set :base_url, "https://www.packer.io/"
activate :hashicorp do |h|
h.name = "packer"
h.version = "0.12.3"
h.github_slug = "mitchellh/packer"
end