jekyll-rtd-theme 0.1.6 → 0.1.7

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: 7147e810bfa78250ce75f3dd42eb6de5ba2b92c09331572836840d660b34acec
4
- data.tar.gz: 969ba7a43596ebcd755df47107fce7934fd2ace44609d0af9e7c6dd8dd745023
3
+ metadata.gz: 4dc19b8440dd2ed5d05e227af867ca52c58efc39a3640f10c3a69e209d038556
4
+ data.tar.gz: 3f3c62f5541bb6243060d6451c43da375fae232b5d3432e95c8bf05135a64914
5
5
  SHA512:
6
- metadata.gz: 274f7cbe15c835a2f5194a71416937a1a4b4058f85030a51598198616503851cd500fa38084702cea1ce0b63c1bca39710c2c38441f32614f56c10f9be35b6f6
7
- data.tar.gz: 6a5501806745641df092d10f8ed017809ba3aa1f732bfd49a94446e872944647663f7d1f478a363a6fcd7c1267ab9ab5a3c7ec675549955fb61439fdde54c876
6
+ metadata.gz: 5dc0bf6face01e8b48ee5a7a125b23f2f60bf75a0079c857d3e8b569f112d2ca125c69b866bb74fa72e277038f054c7801b5b033fc84a753ca49d446b0776723
7
+ data.tar.gz: ac4ff74d87393b52578a45aecbd4a22894cad693120decac835d969c88266b5ed0f78aa8a665122636a7f57481607b2cee0dd1e542afacc44d99760b59c4ac10
data/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # jekyll-rtd-theme
2
- [![](https://github.com/rundocs/jekyll-rtd-theme/workflows/gh-pages/badge.svg)][repository]
2
+ [![](https://github.com/rundocs/jekyll-rtd-theme/workflows/CI/badge.svg)][repository]
3
3
  [![](https://img.shields.io/gem/v/jekyll-rtd-theme)][rubygem]
4
4
  [![](https://img.shields.io/gem/dt/jekyll-rtd-theme)][rubygem]
5
5
  [![](https://data.jsdelivr.com/v1/package/gh/rundocs/jekyll-rtd-theme/badge)][cdn]
6
6
  [![](https://www.codefactor.io/repository/github/rundocs/jekyll-rtd-theme/badge)][codefactor]
7
+ [![](https://img.shields.io/badge/featured%20on-JekyllThemes-red.svg)](https://jekyll-themes.com)
7
8
 
8
- Just another Jekyll theme for GitHub Pages based on ReadtheDocs's sphinx_rtd_theme styles
9
+ Just another documentation theme compatible with GitHub Pages, based on sphinx_rtd_theme
9
10
 
10
11
  ![][demo]
11
12
 
@@ -33,8 +34,8 @@ The theme is available as open source under the terms of the [MIT License][licen
33
34
 
34
35
 
35
36
  [repository]: https://github.com/rundocs/jekyll-rtd-theme
36
- [issues]: https://github.com/rundocs/jekyll-rtd-theme/issues
37
- [license]: https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE
37
+ [issues]: https://github.com/rundocs/jekyll-rtd-theme/issues
38
+ [license]: https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE
38
39
  [site]: https://rundocs.github.io/jekyll-rtd-theme
39
40
  [rubygem]: https://rubygems.org/gems/jekyll-rtd-theme
40
41
  [cdn]: https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme/
@@ -1,7 +1,7 @@
1
1
  {%- assign description = content | strip_html | split: " " | join: " " | escape | truncate: 150 -%}
2
2
  {%- assign schema_url = page.url | absolute_url | xml_escape -%}
3
3
  {%- assign schema_lastmod = site.time | date_to_xmlschema -%}
4
- {%- assign version = "0.1.6" -%}
4
+ {%- assign version = "0.1.7" -%}
5
5
 
6
6
  {%- if site.debug -%}
7
7
  {%- assign cdn = site.baseurl -%}
@@ -8,9 +8,9 @@ layout: plugins/compress
8
8
 
9
9
  <!--
10
10
  {% if site.remote_theme -%}
11
- remote_theme: {{ site.remote_theme }}
11
+ remote_theme: {{ site.remote_theme }}, based on v{{ version }}
12
12
  {%- else -%}
13
- theme: {{ site.theme }} v{{ version }}
13
+ theme: {{ site.theme | default: "jekyll-rtd-theme, based on" }} v{{ version }}
14
14
  {%- endif %}
15
15
  -->
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-rtd-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - saowang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-27 00:00:00.000000000 Z
11
+ date: 2020-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -140,10 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubyforge_project:
144
- rubygems_version: 2.7.7
143
+ rubygems_version: 3.1.2
145
144
  signing_key:
146
145
  specification_version: 4
147
- summary: Just another Jekyll theme for GitHub Pages based on ReadtheDocs's sphinx_rtd_theme
148
- styles
146
+ summary: Just another documentation theme compatible with GitHub Pages, based on sphinx_rtd_theme
149
147
  test_files: []