shine-on-you-crazy-diamond-theme 1.1.1 → 1.1.2

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: d0dd4f5d42c193073df05729b8c958add0246a5976fe388e7e6c08cd660d0fbd
4
- data.tar.gz: ebcef2f835f815d6bea69a7eb029f18e6ef90c9abc44f4b9a44a4e330543b45a
3
+ metadata.gz: 06504d6629473a1942df04890e77b91b477066e922e16a159a5efb2e1c27e9c2
4
+ data.tar.gz: 03c4500a090c4abce11d81a397f51c4f1f31486e71900d57a50b32e14042365d
5
5
  SHA512:
6
- metadata.gz: b68bcf438ca2e353dbc9cd1506e9648e2b7a003fe416ec41dc6de327d2875faf2ec1b68768d8d40276af537bcd7f64ecc12a5f94f243db38820426e4dedd9aae
7
- data.tar.gz: 8c7d2670c064a17641734f5faf499e8014c0d287b301eeab991e3a5cbc0d206810e98fca5edd9ff092b551a26363b8635dd586b6e2e4bc34e9f0a430caa2dd1a
6
+ metadata.gz: 9b0b790ea503ba2e60e57fe037ad00d4be7cc2824feda54d3f3ea0985e2cd864829743ae6d1a71d3d2cffaa06e5cf0c44b21bd6432a1d95c6f19b1c694777452
7
+ data.tar.gz: 291aef4e12331d736ed9682595b3a356ad9c7fbdbd537cd80dfdf0069175b82a8af9170a2573f818c3042350457174539d6378887742de531fe4b431a8c6db63
data/README.md CHANGED
@@ -41,6 +41,18 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
41
41
  When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
42
42
  To add a custom directory to your theme-gem, please edit the regexp in `shine-on-you-crazy-diamond-theme.gemspec` accordingly.
43
43
 
44
+ ## Publishing
45
+
46
+ Build theme:
47
+ ```bash
48
+ $ gem build shine-on-you-crazy-diamond-theme.gemspec
49
+ ```
50
+
51
+ Push theme up to the RubyGems:
52
+ ```bash
53
+ $ gem push shine-on-you-crazy-diamond-theme-x.x.x.gem
54
+ ```
55
+
44
56
  ## License
45
57
 
46
58
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -12,8 +12,7 @@
12
12
 
13
13
  <a href="/categories/{{ cat[0] | slugify }}">
14
14
  {{ cat[0] }}
15
- <i class="fa fa-circle" aria-hidden="true"></i>
16
- {{ cat[1].size }}
15
+ ({{ cat[1].size }})
17
16
  </a>
18
17
  </li>
19
18
  {% endfor %}
data/_sass/_post.scss CHANGED
@@ -42,7 +42,8 @@
42
42
  code {
43
43
  background-color: #e9e9e9;
44
44
  border-radius: 2px;
45
- padding: 3px;
45
+ padding: 2px;
46
+ font-size: 0.9rem;
46
47
  }
47
48
 
48
49
  pre {
data/_sass/_reset.scss CHANGED
@@ -63,3 +63,8 @@ abbr {
63
63
  border: 0;
64
64
  font-variant: normal;
65
65
  }
66
+
67
+ code {
68
+ font-family: monospace, monospace;
69
+ font-size: 1em;
70
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shine-on-you-crazy-diamond-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ramonsantos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-13 00:00:00.000000000 Z
11
+ date: 2021-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll