jekyll-theme-simple-texture 0.1.1 → 0.1.2

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: 1099335ee60d7780990da0b7d79194ed13b287c7
4
- data.tar.gz: 5d6d078e595e770c8f00867c023be02e207530ff
3
+ metadata.gz: 7de220c314c9519b7c3e9d8880a6e6f144456f42
4
+ data.tar.gz: d4820cc1dc0712a97748fa4465dc7af23992485c
5
5
  SHA512:
6
- metadata.gz: 8fcd7b47f8b7537791cf38c723730a50b57c3dc7c4fc2fbc415f3e5c10b5145cd9964fb77747cc82106a997ec1224a2b8f713176248bea36aa43beb5d97514c6
7
- data.tar.gz: 4a08d7216304a4861059dd78bcc947afd17e316b4f40ee01b1965bb79055eb8d70f8666693c7c446f12fbf2d9b4fe0c949165f1c94a41892a2616a6c01e17e37
6
+ metadata.gz: 2bd9a39c51e299ed4bb56132393b34200bf1fb1a69a5aaacba1523362ee75f69bc45812aa64049de779652e68ed1559f71888f56bf27216aff7d853122fe96ab
7
+ data.tar.gz: d507451b3e957e5e9b739ec51ec0690510df7ed01c14f6a3f266172c492e404c03bf4fc0f00cfb040982e39abe5fddf8eb823555bdd2b618ae33e85a797f10a4
data/README.md CHANGED
@@ -42,9 +42,11 @@ Then for newly created or existing Jekyll app,
42
42
 
43
43
  2. Remove Jekyll auto-generated default pages `about.md` and `index.md`.
44
44
 
45
- 3. Download the starter kit [here](https://github.com/yizeng/jekyll-theme-simple-texture/tree/master/starter-kit).
45
+ 3. Download the respository [here](https://github.com/yizeng/jekyll-theme-simple-texture/archive/master.zip)
46
+ and locate `starter-kit` folder,
47
+ or download `starter-kit` folder directly [here](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/yizeng/jekyll-theme-simple-texture/tree/master/starter-kit).
46
48
 
47
- 4. Put everything in the starter kit in the root directory,
49
+ 4. Put everything in the `starter-kit` in the root directory,
48
50
  i.e. `jekyllapp` in this example.
49
51
 
50
52
  5. Run `bundle install` to install dependencies.
@@ -1,4 +1,5 @@
1
1
  <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
2
+ <small class="label">{{ site.data.i18n[site.lang].share_post }}</small>
2
3
  <a class="btn-share-post addthis_button_email"></a>
3
4
  <a class="btn-share-post addthis_button_facebook"></a>
4
5
  <a class="btn-share-post addthis_button_google_plusone_share"></a>
@@ -728,6 +728,12 @@
728
728
  filter: alpha(opacity=100);
729
729
  }
730
730
  }
731
+
732
+ .label {
733
+ float: left;
734
+
735
+ margin-right: 6px;
736
+ }
731
737
  }
732
738
  }
733
739
  }
@@ -50,10 +50,10 @@
50
50
  }
51
51
 
52
52
  .the-footer .social-links a {
53
- width: 24px;
54
- height: 24px;
53
+ width: 32px;
54
+ height: 32px;
55
55
 
56
- background-size: 24px 24px;
56
+ background-size: 32px 32px;
57
57
  }
58
58
  }
59
59
 
@@ -2,27 +2,30 @@ $base-url: '../images/simple-icons/' !default;
2
2
  $size: 48;
3
3
 
4
4
  @mixin get-ico-image($name) {
5
- text-indent: -9999em;
6
-
7
- opacity: .3;
8
5
  background-image: url('#{$base-url}#{$name}-#{$size}.png');
9
- background-repeat: no-repeat;
10
- background-position: center center;
6
+ }
7
+
8
+ .social-links {
9
+ a {
10
+ text-indent: -9999em;
11
11
 
12
- filter: alpha(opacity=30);
13
- &:hover {
14
- -webkit-transition: all .3s ease-out;
15
- -moz-transition: all .3s ease-out;
16
- -o-transition: all .3s ease-out;
17
- transition: all .3s ease-out;
12
+ opacity: .3;
13
+ background-repeat: no-repeat;
14
+ background-position: center center;
18
15
 
19
- opacity: 1.0;
16
+ filter: alpha(opacity=30);
17
+ &:hover {
18
+ -webkit-transition: all .3s ease-out;
19
+ -moz-transition: all .3s ease-out;
20
+ -o-transition: all .3s ease-out;
21
+ transition: all .3s ease-out;
20
22
 
21
- filter: alpha(opacity=100);
23
+ opacity: 1.0;
24
+
25
+ filter: alpha(opacity=100);
26
+ }
22
27
  }
23
- }
24
28
 
25
- .social-links {
26
29
  .ico-facebook {
27
30
  @include get-ico-image(facebook);
28
31
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simple-texture
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Zeng