ovh-jekyll-doc-theme 0.1.0 → 0.1.1

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/stylesheets/main.scss +18 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4930766a8e04228be3d3f1ca0472373318958225
4
- data.tar.gz: 2a9f0d81017866a706e5672fad729651b47144b2
3
+ metadata.gz: 3d709abbb97a6bcdfda7faef442eb60c69031fac
4
+ data.tar.gz: 3b7c46807a13a7b9da2e3f2d6a921ce4cfa9d440
5
5
  SHA512:
6
- metadata.gz: 1e63e020707b5373551aa08208bb19484a63ed0361e83406a58ebac31b94ce7e28124cee98ffdb8ae42ae2650e550c7b63cbd9e6f0ca5ff82abe795baa91b539
7
- data.tar.gz: b3d67f16b390c7a001d28b79bfa275fbaff077d6b53077bf576398c6f30ad526e92fdd88e9f40a703b483d1c5f1584c7a1ab97cb71d6401106e573c6b6d90f00
6
+ metadata.gz: 8e32f600f59c45bb828bb4fd50b3a01dccfe67b5f72ad26f5f677605eefa96c89fdb2164d30b99853f08ab841e147bddd72c06de6e4a800581d03b3ae1fb3f37
7
+ data.tar.gz: b1d866a9314aba6991760dbd190688d69471196f1d36b3d89dfa8cf8e2ca0c33fd35924fd0eb1434b1b4bc0d5350d20f893eec0f1217ff4fdb9889c5201b8b86
@@ -0,0 +1,18 @@
1
+ ---
2
+ # this ensures Jekyll reads the file to be transformed into CSS later
3
+ # only Main files contain this front matter, not partials.
4
+ ---
5
+
6
+ @import "variables/_sizes";
7
+ @import "variables/_colors";
8
+
9
+ body,
10
+ html {
11
+ width: 100%;
12
+ padding: 0;
13
+ margin: 0;
14
+ }
15
+
16
+ @import "components/_table";
17
+ @import "components/_sidebar";
18
+ @import "components/_content";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ovh-jekyll-doc-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ovh
@@ -105,7 +105,8 @@ files:
105
105
  - assets/icons/icons.woff2
106
106
  - assets/js/scripts.js
107
107
  - assets/ovh-ui-kit-bs.css
108
- homepage: https://github.com/ovh-ux
108
+ - stylesheets/main.scss
109
+ homepage: https://github.com/ovh-ux/ovh-jekyll-doc-theme
109
110
  licenses:
110
111
  - MIT
111
112
  metadata: {}
@@ -128,5 +129,5 @@ rubyforge_project:
128
129
  rubygems_version: 2.5.2
129
130
  signing_key:
130
131
  specification_version: 4
131
- summary: A theme for jekyll to generate documentations.
132
+ summary: A theme for jekyll to generate documentations Edit
132
133
  test_files: []