github-docs 0.0.18 → 0.0.22

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e6d3d0992cd15d0d61afaf2f842ee5c94e081b6f37abec74f39dd6bf855625d
4
- data.tar.gz: 381932bad70e4d3382805b8f0edccc4d635e8417ac17c617e45174dcbb44cf56
3
+ metadata.gz: 26089badf63939b37bec0af9bd50ad37bf71d65733a7238759c380bd89582784
4
+ data.tar.gz: ce5434b6f72e2f2a83b0f451ef1e4c305c832c8b8387af6146789ba9ae0bbff5
5
5
  SHA512:
6
- metadata.gz: a712faf81b385a6efda6e05d1ddf0a1e115db2a8de0e8c99ae742700988ec46e18dd5083a27b80bd387f8bbf99ad40bbf534d330a63a9ee0ca43e272c3d74367
7
- data.tar.gz: 265bced092afd734f99534c1bf2a89e57049e4fb70cfcedaaded9cefe73412a7b2c437a0f6a4337f776e6749fc9a481eb65729ea678c7639863be4488f5d3da7
6
+ metadata.gz: d7f5314a6226f33cd8df4e2dc62c6a093874f4fd2a9076be4f94e3386317517024693256b00b3a7541c14236775a9662d92a5c84cbc528bedf746721aa77e264
7
+ data.tar.gz: 1c83151952c98e6dedee495289e7a1639891161bd9b4b97d3860fcaf29c603219db5208e5ad3583afcb21cd2ead626e88097067244da4c33fb6749fc6ea29903
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/_sass/main.scss CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -101,7 +101,7 @@ $gray-700: #444d56;
101
101
  line-height: 1em;
102
102
  font-size: 1.1em !important;
103
103
  padding-right: 10px !important;
104
- margin-left: calc(-1em - 10px) !important;
104
+ //margin-left: calc(-1em - 10px) !important;/////////////////////////////////////
105
105
  &:hover,
106
106
  &:focus {
107
107
  outline: none;
File without changes
File without changes
data/_sass/rouge.scss CHANGED
File without changes
File without changes
data/readme.md CHANGED
@@ -9,17 +9,16 @@ A Jekyll theme for Github styled documentation
9
9
  remote_theme: boycce/github-docs
10
10
  ```
11
11
 
12
- ### Theme preview
12
+ ### Theme local preview
13
13
 
14
14
  1. To preview this theme in your project via `github-pages`, add a Gemfile in your root folder
15
15
  ```ruby
16
+ source 'https://rubygems.org'
17
+
16
18
  # (old)
17
- # source 'https://rubygems.org'
18
19
  # gem 'github-pages', group: :jekyll_plugins
19
20
 
20
- # Below pulls the latest remote_theme in development
21
- # https://github.com/MichaelCurrin/jekyll-theme-quickstart/tree/gh-pages
22
- source 'https://rubygems.org'
21
+ # Below pulls the latest remote_theme in development (https://github.com/MichaelCurrin/jekyll-theme-quickstart/tree/gh-pages)
23
22
  gem "github-docs", git: "https://github.com/boycce/github-docs"
24
23
  group :jekyll_plugins do
25
24
  gem "jekyll-remote-theme", "~> 0.4.2"
@@ -27,7 +26,7 @@ A Jekyll theme for Github styled documentation
27
26
  ```
28
27
  2. Then update `github-pages` and the `theme`
29
28
  ```
30
- $ bundle install // or bundle update
29
+ $ bundle install // bundle update to refresh gems
31
30
  ```
32
31
  3. And run
33
32
  ```
@@ -39,9 +38,11 @@ A Jekyll theme for Github styled documentation
39
38
  1. Install rvm/ruby `^2.7.3` if not having done so already
40
39
  2. (a) `$ gem install jekyll bundler jekyll-github-metadata jekyll-seo-tag ` (not sudo, or....)
41
40
  3. (b) `$ bundle install` (install theme deps automatically)
42
- 4. `$ jekyll serve`
41
+ 4. `$ jekyll serve --port 4001`
43
42
 
44
43
  ### Publishing Gem
45
44
 
46
45
  1. `$ gem build github-docs.gemspec`
47
46
  2. `$ gem push github-docs-*.gem`
47
+ or
48
+ 1. `$ rm ./*.gem 2>/dev/null && gem build github-docs.gemspec && gem push github-docs-*.gem`
metadata CHANGED
@@ -1,85 +1,133 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricky Boyce
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-26 00:00:00.000000000 Z
11
+ date: 2022-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: jekyll
29
15
  requirement: !ruby/object:Gem::Requirement
30
16
  requirements:
31
- - - "~>"
17
+ - - '='
32
18
  - !ruby/object:Gem::Version
33
19
  version: 3.9.0
34
20
  type: :runtime
35
21
  prerelease: false
36
22
  version_requirements: !ruby/object:Gem::Requirement
37
23
  requirements:
38
- - - "~>"
24
+ - - '='
39
25
  - !ruby/object:Gem::Version
40
26
  version: 3.9.0
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: jekyll-github-metadata
43
29
  requirement: !ruby/object:Gem::Requirement
44
30
  requirements:
45
- - - "~>"
31
+ - - '='
46
32
  - !ruby/object:Gem::Version
47
33
  version: 2.13.0
48
34
  type: :runtime
49
35
  prerelease: false
50
36
  version_requirements: !ruby/object:Gem::Requirement
51
37
  requirements:
52
- - - "~>"
38
+ - - '='
53
39
  - !ruby/object:Gem::Version
54
40
  version: 2.13.0
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: jekyll-seo-tag
57
43
  requirement: !ruby/object:Gem::Requirement
58
44
  requirements:
59
- - - "~>"
45
+ - - '='
60
46
  - !ruby/object:Gem::Version
61
47
  version: 2.7.1
62
48
  type: :runtime
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
- - - "~>"
52
+ - - '='
67
53
  - !ruby/object:Gem::Version
68
54
  version: 2.7.1
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: kramdown-parser-gfm
71
57
  requirement: !ruby/object:Gem::Requirement
72
58
  requirements:
73
- - - "~>"
59
+ - - '='
74
60
  - !ruby/object:Gem::Version
75
61
  version: 1.1.0
76
62
  type: :runtime
77
63
  prerelease: false
78
64
  version_requirements: !ruby/object:Gem::Requirement
79
65
  requirements:
80
- - - "~>"
66
+ - - '='
81
67
  - !ruby/object:Gem::Version
82
68
  version: 1.1.0
69
+ - !ruby/object:Gem::Dependency
70
+ name: rake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: 12.3.1
76
+ - - "<"
77
+ - !ruby/object:Gem::Version
78
+ version: 13.1.0
79
+ type: :runtime
80
+ prerelease: false
81
+ version_requirements: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: 12.3.1
86
+ - - "<"
87
+ - !ruby/object:Gem::Version
88
+ version: 13.1.0
89
+ - !ruby/object:Gem::Dependency
90
+ name: rouge
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - '='
94
+ - !ruby/object:Gem::Version
95
+ version: 3.26.0
96
+ type: :runtime
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - '='
101
+ - !ruby/object:Gem::Version
102
+ version: 3.26.0
103
+ - !ruby/object:Gem::Dependency
104
+ name: jekyll-sass-converter
105
+ requirement: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - '='
108
+ - !ruby/object:Gem::Version
109
+ version: 1.5.2
110
+ type: :runtime
111
+ prerelease: false
112
+ version_requirements: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - '='
115
+ - !ruby/object:Gem::Version
116
+ version: 1.5.2
117
+ - !ruby/object:Gem::Dependency
118
+ name: bundler
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '2.0'
124
+ type: :development
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '2.0'
83
131
  description:
84
132
  email:
85
133
  - example@email.com