jekyll-theme-saifas 0.1.2 → 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: 7b335f6bafae131a658c64dfe54995e3b6abe21630471d6de2de537966681369
4
- data.tar.gz: 7c8e3dd57b7eabe47230d8affe4a101ddacb40262f9a76bb0535fb4489fca16a
3
+ metadata.gz: aebf304cd4a7ef4845ee9cf58d04d6b3ca82da41a325a6d0e729b6b5583cd88c
4
+ data.tar.gz: e8b9d50f8a1d8a444a5d9d1994d726ef9ab31fa5c1ba401f79332de826d821c3
5
5
  SHA512:
6
- metadata.gz: 4e71cbfc18b858a8a0bc08ecc1d35dfdaa6f3d617e26a38b5ec7af5c14c108a468ed4a6735fa72676ef89bffc8a80ca9157dfbe26c2214678c8c1e1373391664
7
- data.tar.gz: 0a6f7494c6ff7089a7bd25c0adbc95e00e3bde1e2cf40b8c853a742dd086ff555f4165217e48aa5550d02caf2439814aade979a67d9ab5025cd277ce6812ddc1
6
+ metadata.gz: f961da136b2b93bf3eff441bcaf34b77d8d426e646f4de452a3740a4a9e31d957488ad0416b3b373e24d11dd21abc118bbd917ae27e203ea53a6dcf47965b3ea
7
+ data.tar.gz: def33f7a5a50785320a93dc9ea3ffb3061105db1cc61bdfd981645bf2463d1a70b644f3e4fd8b11f1e2ad0292113e90b498aa8866287096f97ba4b6938c63234
data/README.md CHANGED
@@ -50,3 +50,5 @@ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-t
50
50
 
51
51
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
52
 
53
+ ## Update gem
54
+ If you need to update the gem file, after all the changes and commits, you need to run a gem build for the file with the gemspec extension and then gem push "here is the file that builded".
@@ -7,9 +7,9 @@
7
7
  </script>
8
8
 
9
9
  <script src="https://kit.fontawesome.com/3ddd0feda7.js" crossorigin="anonymous"></script>
10
- <script src="assets/scripts/index.js"></script>
11
- <script src="assets/scripts/gallery.js"></script>
12
- <script src="assets/scripts/highchart.js"></script>
10
+ <script src="/assets/scripts/index.js"></script>
11
+ <script src="/assets/scripts/gallery.js"></script>
12
+ <script src="/assets/scripts/highchart.js"></script>
13
13
 
14
14
  <meta http-equiv="Content-Type" content="application/json; charset=utf-8">
15
15
 
@@ -29,7 +29,7 @@
29
29
  <div id="modal"></div>
30
30
  <div class="modalBody">
31
31
  <i class="fas fa-times fa-lg modal-close"></i>
32
- <form class="contact-form" action="https://usebasin.com/f/d773310b9def" method="POST">
32
+ <form class="contact-form" action="{{site.usebasin_modal_url}}" method="POST">
33
33
  <div class="headline modal-headline">Send a message</div>
34
34
  <div class="form-elem__container">
35
35
  <div class="three-form-elements">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-saifas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAIFAS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-14 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -112,7 +112,7 @@ files:
112
112
  - assets/scripts/gallery.js
113
113
  - assets/scripts/highchart.js
114
114
  - assets/scripts/index.js
115
- homepage: https://github.com/SAIFAS/saifas-theme-on-jekyll
115
+ homepage: https://github.com/JekyllGO/saifas-ssg-jekyll-theme-saifas-zero
116
116
  licenses:
117
117
  - MIT
118
118
  metadata: {}