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.
- checksums.yaml +4 -4
- data/stylesheets/main.scss +18 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d709abbb97a6bcdfda7faef442eb60c69031fac
|
4
|
+
data.tar.gz: 3b7c46807a13a7b9da2e3f2d6a921ce4cfa9d440
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
|
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: []
|