github-docs 0.0.17 → 0.0.18

Sign up to get free protection for your applications and to get access to all the features.
data/readme.md CHANGED
@@ -18,6 +18,7 @@ A Jekyll theme for Github styled documentation
18
18
  # gem 'github-pages', group: :jekyll_plugins
19
19
 
20
20
  # Below pulls the latest remote_theme in development
21
+ # https://github.com/MichaelCurrin/jekyll-theme-quickstart/tree/gh-pages
21
22
  source 'https://rubygems.org'
22
23
  gem "github-docs", git: "https://github.com/boycce/github-docs"
23
24
  group :jekyll_plugins do
@@ -36,8 +37,8 @@ A Jekyll theme for Github styled documentation
36
37
  ### Development
37
38
 
38
39
  1. Install rvm/ruby `^2.7.3` if not having done so already
39
- 2.a. `$ gem install jekyll bundler jekyll-github-metadata jekyll-seo-tag ` (not sudo, or....)
40
- 2.b. `$ bundle install` (install theme deps automatically)
40
+ 2. (a) `$ gem install jekyll bundler jekyll-github-metadata jekyll-seo-tag ` (not sudo, or....)
41
+ 3. (b) `$ bundle install` (install theme deps automatically)
41
42
  4. `$ jekyll serve`
42
43
 
43
44
  ### Publishing Gem
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
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-07-15 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,31 @@ files:
92
92
  - _layouts/home.html
93
93
  - _layouts/page.html
94
94
  - _layouts/post.html
95
+ - _sass/cherry/_base-normalize.scss
96
+ - _sass/cherry/_buttons.scss
97
+ - _sass/cherry/_columns.scss
98
+ - _sass/cherry/_elements.scss
99
+ - _sass/cherry/_forms-vue-select.scss
100
+ - _sass/cherry/_forms.scss
101
+ - _sass/cherry/_functions.scss
102
+ - _sass/cherry/_index.scss
103
+ - _sass/cherry/_layout.scss
104
+ - _sass/cherry/_modal.scss
105
+ - _sass/cherry/_spacing.scss
106
+ - _sass/cherry/_tooltips.scss
107
+ - _sass/cherry/_typography.scss
108
+ - _sass/cherry/_utilities.scss
109
+ - _sass/cherry/_variables-computed.scss
110
+ - _sass/cherry/_variables.scss
111
+ - _sass/main.scss
112
+ - _sass/primer-markdown/blob-csv.scss
113
+ - _sass/primer-markdown/code.scss
114
+ - _sass/primer-markdown/headings.scss
115
+ - _sass/primer-markdown/images.scss
116
+ - _sass/primer-markdown/index.scss
117
+ - _sass/primer-markdown/lists.scss
118
+ - _sass/primer-markdown/tables.scss
119
+ - _sass/rouge.scss
95
120
  - assets/css/index.scss
96
121
  - assets/imgs/back.svg
97
122
  - assets/js/anchor.min.js