jekyll-rtd-theme 0.0.1 → 0.1.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b521c31a74a8b5cb44c0d3076147eeffd5936e35546c538bca7e387266b10b70
4
- data.tar.gz: 745953b1e33fa06382bdba5f83270b5f460cd67a2fc6ae0fe019a6faae62d4d2
3
+ metadata.gz: 5ec9e0b342599501734319987d2e9e126b1ec68f9fda65b68f3e8db033af4057
4
+ data.tar.gz: f5f5cc84de3b2676732e3cd9df4b85bdd61ec6a44814a6b9d9e1e4abb990c035
5
5
  SHA512:
6
- metadata.gz: 7890471c507de5450db98acc060b6c5552e1cd1e8933cbeb3e5b7884631386713d891abe044a2e561909f4d9ab40b9d0e48ab021061f701f0bd10afc9bcf6241
7
- data.tar.gz: aaa3a9796c18dd81efab2f1e2f1f0f6ba69cba7e3eb6a7851175e4edbeac7dc796c7e0106b81063aa78fee78b3306dd058ebe87fd71fda7002c7d397a3935a4c
6
+ metadata.gz: 492da44c0119656b6c917da857df833b41d519a2c3a74505cdf2cb2aa702ccfdb2a015e7b7627aab4362297513033a54fca19c3fe0ee0a108397b97bb21b92a8
7
+ data.tar.gz: 7a42ad86878239b5afe11a02d747c2ab28c484f66064d69266559adc400b2179ae4eaf5e6c95befa7d0b860648e114add25a79d06c2940c937192e0fb29383a2
data/README.md CHANGED
@@ -1,10 +1,37 @@
1
1
  # jekyll-rtd-theme
2
+ ![Gem Version](https://badge.fury.io/rb/jekyll-rtd-theme.svg)
3
+ ![Gem Downloads](https://img.shields.io/gem/dt/jekyll-rtd-theme)
4
+ ![Users](https://img.shields.io/endpoint?url=https://rundocs-analytics.glitch.me/shields)
5
+
6
+ Just another Jekyll theme for GitHub Pages based on ReadtheDocs's sphinx_rtd_theme styles
7
+
8
+ ## Installation
9
+ There are two ways to install: as a gem-based theme, as a remote theme (GitHub Pages compatible)
10
+
11
+ #### Gem-based method
12
+ 1. Add the following to your github repository's `Gemfile`
13
+ ```ruby
14
+ source "https://rubygems.org"
15
+ gem "jekyll-rtd-theme"
16
+ gem "github-pages", group: :jekyll_plugins
17
+ ```
18
+ 2. Add the following to your github repository's `_config.yml`
19
+ ```yml
20
+ theme: jekyll-rtd-theme
21
+ ```
22
+
23
+ #### Remote theme method
24
+ 1. Add the following to your site's `_config.yml`
25
+ ```yml
26
+ remote_theme: rundocs/jekyll-rtd-theme
27
+ ```
28
+ 2. Remove any other `theme` or `remote_theme` entry
2
29
 
3
- Just another Jekyll theme for GitHub Pages
4
30
 
5
31
  ## Roadmap
6
32
  See the [open issues][issues] for a list of proposed features (and known issues).
7
33
 
34
+
8
35
  ## Contributing
9
36
  1. Clone down the theme's repository (`git clone https://github.com/rundocs/jekyll-rtd-theme.git`)
10
37
  2. `cd` into the theme's directory
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.0.1
4
+ version: 0.1.0
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-21 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages