Sha256: afc2325ac218e66997049d90488d7473f13e88ea6aca51638458c5a88e7336a3
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
say_status :plausible, "Installing the bridgetown-plausible plugin..." domain_name = ask("What's your Plausible domain?") add_bridgetown_plugin "bridgetown-plausible" append_to_file "bridgetown.config.yml" do <<~YAML plausible: domain: #{domain_name} YAML end say_status :plausible, "All set! Double-check the plausible block in your config file and review docs at" say_status :plausible, "https://github.com/bt-rb/bridgetown-plausible"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-plausible-1.0.2 | bridgetown.automation.rb |