Sha256: e2dec6615fdddfa1a26fb35b66fedd1148f582f575953c6ca66e321da51b8d36

Contents?: true

Size: 329 Bytes

Versions: 2

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

require "bridgetown"
require "bridgetown-notable/builder"

Bridgetown::PluginManager.new_source_manifest(
  origin: BridgetownNotable,
  components: File.expand_path("../components", __dir__),
  content: File.expand_path("../content", __dir__),
  layouts: File.expand_path("../layouts", __dir__)
)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bridgetown-notable-0.2.0 lib/bridgetown-notable.rb
bridgetown-notable-0.1.0 lib/bridgetown-notable.rb