bridgetown_theme_single_page_opt_in 0.1.5 → 0.1.6
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 +2 -1
- data/lib/bridgetown_theme_single_page_opt_in/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27145426149c477fd0c299a5032b37d025853aaeb6afbed34986816fa7e7c651
|
4
|
+
data.tar.gz: 3cb0c0e08ed00dafea3f8e6a2436718c471145663f375de542247f9d10fb5d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17ce0b8217f620d62731bdf139a732d97c39d74cc682bd777ea9c8320f5d216a97b74fc838ede55ae1de3c374fcaafa054dfa7c806df81ac5c4b1ce61388467d
|
7
|
+
data.tar.gz: 246ffda8c5633b037141b49f384c20e57e99938d7f129b94b37c81c41662f9fde39f46300713a9938131d17b0f49cd4de783c0ac0b8310168f571ed3b22a99b7
|
data/bridgetown.automation.rb
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
add_gem("bridgetown_theme_single_page_opt_in")
|
2
|
+
add_gem("dotenv")
|
2
3
|
|
3
4
|
gsub_file("config/initializers.rb", /^((?!#.)end)/, " init :bridgetown_theme_single_page_opt_in\nend")
|
4
5
|
|
@@ -7,6 +8,6 @@ prepend_to_file "frontend/styles/index.css" do
|
|
7
8
|
# "@import url("./lander.css");"
|
8
9
|
end
|
9
10
|
|
10
|
-
copy_file("content/bridgetown_theme_single_page_opt_in/1_top_banner.yml", "src/_data/1_top_banner.yml")
|
11
|
+
copy_file("#{ENV[PROJECT_NAME]}content/bridgetown_theme_single_page_opt_in/1_top_banner.yml", "src/_data/1_top_banner.yml")
|
11
12
|
|
12
13
|
# Read the Automations documentation: https://www.bridgetownrb.com/docs/automations
|