bridgetown_theme_single_page_opt_in 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9338147ebaac5b8fd6ee72751ca9b74e3bb96dce4925b48d037ef3bb0d92e127
4
- data.tar.gz: ea1b8731f07df1cc6aa49bb503084b897197490bf30ea44ea1014b7b8df63758
3
+ metadata.gz: 325744eb5181dd74f884a16446714453101ee1baead5abd3270c26c8f679e279
4
+ data.tar.gz: 4d6bd73638df325de1487c5826320bce6b284719de3b535eb4b1d837d2adcc7b
5
5
  SHA512:
6
- metadata.gz: 58370366315fffbb038275df27530ca041bfcf49365bb7760ec6951036f096181740730dec50ae8d188d253f82d2f5da75c3946866dda8fb6bffce3efa31d658
7
- data.tar.gz: 418735a2e1fe3c1ecd8909325bc2367efaaed7ce57afa1a4d950d0cd5391bf56461bf99037588181f70a0135c3a160efed57931aed2039d43021a828fd3370f1
6
+ metadata.gz: 785889cacbd4f6ebacad9752cb981a8c49ede831bda40c9304c478f6095530974cc3c9097b23b770720681c430b7c43c911b8e875507dd3a788c282c8e00b5af
7
+ data.tar.gz: d975200f5815252b3d6a4f9cb4f5e1360b531a6d2eb3a2a19de89035df80b064fbc13cc7f2ae5294fcb22b09712c90c2963635e6ea0b5b4797347e1bf0fb57dd
@@ -7,6 +7,6 @@ prepend_to_file "frontend/styles/index.css" do
7
7
  # "@import url("./lander.css");"
8
8
  end
9
9
 
10
- # copy_file("spoi_data/data/1_top_banner.yml", "src/_data/1_top_banner.yml")
10
+ copy_file("content/bridgetown_theme_single_page_opt_in/1_top_banner.yml", "src/_data/1_top_banner.yml")
11
11
 
12
12
  # Read the Automations documentation: https://www.bridgetownrb.com/docs/automations
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SinglePageOptInTheme
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
@@ -21,6 +21,6 @@ Bridgetown.initializer :bridgetown_theme_single_page_opt_in do |config|
21
21
  origin: SinglePageOptInTheme,
22
22
  components: File.expand_path("../components", __dir__),
23
23
  layouts: File.expand_path("../layouts", __dir__),
24
- data: File.expand_path("../data", __dir__)
24
+ content: File.expand_path("../content", __dir__)
25
25
  )
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bridgetown_theme_single_page_opt_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - graial
@@ -88,8 +88,8 @@ files:
88
88
  - components/bridgetown_theme_single_page_opt_in/1_top_banner.liquid
89
89
  - components/bridgetown_theme_single_page_opt_in/head.liquid
90
90
  - components/bridgetown_theme_single_page_opt_in/styles.liquid
91
- - data/1_top_banner.yml
92
- - data/site_metadata.yml
91
+ - content/bridgetown_theme_single_page_opt_in/1_top_banner.yml
92
+ - content/bridgetown_theme_single_page_opt_in/site_metadata.yml
93
93
  - layouts/bridgetown_theme_single_page_opt_in/landing.liquid
94
94
  - lib/bridgetown_theme_single_page_opt_in.rb
95
95
  - lib/bridgetown_theme_single_page_opt_in/builder.rb