alembic-jekyll-theme 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93bc928fae8107cfebcc91a336784c97a4c5df3b
4
- data.tar.gz: a564998aa131a0602736d245dc6d134ad1c2573b
3
+ metadata.gz: 4dd528ae57baf3988277eab66db832522d6ad5cd
4
+ data.tar.gz: 853d82679025466901de904f3d2ad734b345680f
5
5
  SHA512:
6
- metadata.gz: 20a05c1573d579a81680450e7b9aa781a38745f5b04e14a190ec16ca6625dda960bc188bab98d86298c0c7f92d364cdba636f9a47ba4a888ae4a61cbdd3ac846
7
- data.tar.gz: c8f53d356478bb900fcf76393275510c4ab1a8f560a073e59ea5f8c057951574c7babf9dd9f7ef280fb71d18d0a0d4a1b5b0fa47fb39503dfbce86b60bb35791
6
+ metadata.gz: 9627a93e198a7bdf2909cebfb1c2c00db00b101b7df5e1aa3829a058d1de52c565d00ccdb7b29a10a0dd2efcb4d422d5980d736250a51b5daa26b95f5829af6e
7
+ data.tar.gz: 4304f78b2f4b3d5190d895f2a1d34ba0b39f31b6f77350435969ae04d7cc6843352ccd83d9b0fc1e9917cfa8748201b8ccff18849491ea49655e8e6daa88a702
@@ -2,9 +2,6 @@
2
2
  <h2>About this site</h2>
3
3
  <p>{{ site.description }}</p>
4
4
 
5
- {% include map.html id="1UT-2Z-Vg_MG_TrS5X2p8SthsJhc" %}
6
- <br/>
7
-
8
5
  {% if page.is_page %}
9
6
  {% unless paginator.posts %}
10
7
  {% include post-list.html %}
data/assets/styles.scss CHANGED
@@ -160,6 +160,11 @@ body {
160
160
  max-width: 100%;
161
161
  @include breakpoint(break-1) {
162
162
  max-width: 34%;
163
+ opacity: 0.5;
164
+ transition: opacity .1s;
165
+ &:hover {
166
+ opacity: 1;
167
+ }
163
168
  }
164
169
  }
165
170
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alembic-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Darnes