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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87455a6109a4c6574864ab571c5a4727508e36fa724f86632f763c704648027f
4
- data.tar.gz: 79bee09b5de40127f8d57779387ccd024b830f10828f03f8e68a6015c567fb10
3
+ metadata.gz: 5888c3d615bed7042e28fb2d20b8e562e5dbf3c2a5597bfbaa80347ad063e307
4
+ data.tar.gz: 756b9e7924eceaf99c1045651880d0abc490a123e9bb6dff07903391835d41dc
5
5
  SHA512:
6
- metadata.gz: 3ef2e1fe4f729993e230bd4a783739d1e4fb3571ac815b4deba07860d8aef43deaab9a89450afb4fe6531273237a861444e86bea1e61adf6e368f360dfd8c4b3
7
- data.tar.gz: 70fd241e942629c82cb2b315788afc8f0c2ffe3ff392b50081a4465722025ae7db48dcc6b9d50171da2ce649eeeab43148bdafc80c4a79a6362225a5202fa042
6
+ metadata.gz: 8b29c76dc98f45d2f5827831825432a53675cc4d94ff909d17cb3cb2ac24571e448b2f0ad8d1b285f8e16baf5648cdf8f7e175d51081166c616b861a3a253999
7
+ data.tar.gz: f9e60443b927ab93aac2066a7be6aabcc68c8953af21eef58a366c3fd97ebbd4b325ccc0fba781457a369e941fc8f229a5b2ef2c52ac3329ef85f9c0f271fb75
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2017 Ramon Santos
3
+ Copyright (c) 2020 Ramon Santos
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # shine-on-you-crazy-diamond-theme
1
+ # Shine on You Crazy Diamond Theme
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
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
- $ bundle
26
+ ```bash
27
+ $ bundle
28
+ ```
27
29
 
28
30
  Or install it yourself as:
29
31
 
30
- $ gem install shine-on-you-crazy-diamond-theme
31
-
32
- ## Usage
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
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
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 -%}
@@ -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.ico">
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">
@@ -7,4 +7,3 @@ layout: default
7
7
  </main>
8
8
 
9
9
  {%- include sidebar.html -%}
10
-
@@ -1,6 +1,3 @@
1
- ---
2
- ---
3
-
4
1
  @import 'variables';
5
2
  @import 'mixin';
6
3
  @import 'reset';
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.0
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 00:00:00.000000000 Z
11
+ date: 2020-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll