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 +4 -4
- data/bridgetown.automation.rb +1 -1
- data/lib/bridgetown_theme_single_page_opt_in/version.rb +1 -1
- data/lib/bridgetown_theme_single_page_opt_in.rb +1 -1
- metadata +3 -3
- /data/{data → content/bridgetown_theme_single_page_opt_in}/1_top_banner.yml +0 -0
- /data/{data → content/bridgetown_theme_single_page_opt_in}/site_metadata.yml +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 325744eb5181dd74f884a16446714453101ee1baead5abd3270c26c8f679e279
|
4
|
+
data.tar.gz: 4d6bd73638df325de1487c5826320bce6b284719de3b535eb4b1d837d2adcc7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 785889cacbd4f6ebacad9752cb981a8c49ede831bda40c9304c478f6095530974cc3c9097b23b770720681c430b7c43c911b8e875507dd3a788c282c8e00b5af
|
7
|
+
data.tar.gz: d975200f5815252b3d6a4f9cb4f5e1360b531a6d2eb3a2a19de89035df80b064fbc13cc7f2ae5294fcb22b09712c90c2963635e6ea0b5b4797347e1bf0fb57dd
|
data/bridgetown.automation.rb
CHANGED
@@ -7,6 +7,6 @@ prepend_to_file "frontend/styles/index.css" do
|
|
7
7
|
# "@import url("./lander.css");"
|
8
8
|
end
|
9
9
|
|
10
|
-
|
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
|
@@ -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
|
-
|
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
|
+
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
|
-
-
|
92
|
-
-
|
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
|
File without changes
|
File without changes
|