shine-on-you-crazy-diamond-theme 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +1 -1
- data/README.md +12 -17
- data/_includes/disqus_comments.html +6 -1
- data/_includes/head.html +1 -1
- data/_layouts/post.html +0 -1
- data/assets/main.scss +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5888c3d615bed7042e28fb2d20b8e562e5dbf3c2a5597bfbaa80347ad063e307
|
4
|
+
data.tar.gz: 756b9e7924eceaf99c1045651880d0abc490a123e9bb6dff07903391835d41dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b29c76dc98f45d2f5827831825432a53675cc4d94ff909d17cb3cb2ac24571e448b2f0ad8d1b285f8e16baf5648cdf8f7e175d51081166c616b861a3a253999
|
7
|
+
data.tar.gz: f9e60443b927ab93aac2066a7be6aabcc68c8953af21eef58a366c3fd97ebbd4b325ccc0fba781457a369e941fc8f229a5b2ef2c52ac3329ef85f9c0f271fb75
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
#
|
1
|
+
# Shine on You Crazy Diamond Theme
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/shine-on-you-crazy-diamond-theme.svg)](http://badge.fury.io/rb/shine-on-you-crazy-diamond-theme)
|
4
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/77053aa36e97ac9b72dc/maintainability)](https://codeclimate.com/github/ramonsantos/shine-on-you-crazy-diamond-theme/maintainability)
|
5
|
+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
6
|
+
![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/ramonsantos/shine-on-you-crazy-diamond-theme)
|
8
7
|
|
8
|
+
Jekyll theme for my website
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
@@ -23,19 +23,15 @@ theme: shine-on-you-crazy-diamond-theme
|
|
23
23
|
|
24
24
|
And then execute:
|
25
25
|
|
26
|
-
|
26
|
+
```bash
|
27
|
+
$ bundle
|
28
|
+
```
|
27
29
|
|
28
30
|
Or install it yourself as:
|
29
31
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
|
35
|
-
|
36
|
-
## Contributing
|
37
|
-
|
38
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
32
|
+
```bash
|
33
|
+
$ gem install shine-on-you-crazy-diamond-theme
|
34
|
+
```
|
39
35
|
|
40
36
|
## Development
|
41
37
|
|
@@ -49,4 +45,3 @@ To add a custom directory to your theme-gem, please edit the regexp in `shine-on
|
|
49
45
|
## License
|
50
46
|
|
51
47
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
52
|
-
|
@@ -1,5 +1,6 @@
|
|
1
1
|
{%- if page.comments != false and page.layout == 'post' -%}
|
2
2
|
<div id="disqus_thread"></div>
|
3
|
+
|
3
4
|
<script>
|
4
5
|
var disqus_config = function () {
|
5
6
|
this.page.url = '{{ page.url | absolute_url }}';
|
@@ -16,5 +17,9 @@
|
|
16
17
|
})();
|
17
18
|
</script>
|
18
19
|
|
19
|
-
<
|
20
|
+
<script id="dsq-count-scr" src="//{{ site.disqus.shortname }}.disqus.com/count.js" async></script>
|
21
|
+
|
22
|
+
<noscript>Please enable JavaScript to view the
|
23
|
+
<a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
|
24
|
+
</noscript>
|
20
25
|
{%- endif -%}
|
data/_includes/head.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
12
12
|
|
13
13
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
14
|
-
<link rel="icon" href="/favicon.
|
14
|
+
<link rel="icon" href="/favicon.svg">
|
15
15
|
|
16
16
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
|
17
17
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
|
data/_layouts/post.html
CHANGED
data/assets/main.scss
CHANGED
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: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ramonsantos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|