prettydocs-jekyll 0.0.6 → 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.
- checksums.yaml +4 -4
- data/_includes/_shower/setup.md +39 -0
- data/_includes/_shower/showerify.html +125 -0
- data/_layouts/shower.html +23 -0
- data/_sass/vendor/_shower.scss +549 -0
- data/_sass/vendor/shower/defaults.scss +47 -0
- data/_sass/vendor/shower/fonts.scss +40 -0
- data/_sass/vendor/shower/reset.scss +46 -0
- data/_sass/vendor/shower/screen.scss +549 -0
- data/assets/css/shower.scss +4 -0
- data/assets/fonts/Anka.Coder.Italic.woff +0 -0
- data/assets/fonts/Anka.Coder.woff +0 -0
- data/assets/fonts/OpenSans.Bold.Italic.woff +0 -0
- data/assets/fonts/OpenSans.Bold.woff +0 -0
- data/assets/fonts/OpenSans.Italic.woff +0 -0
- data/assets/fonts/OpenSans.Light.woff +0 -0
- data/assets/fonts/OpenSans.woff +0 -0
- metadata +18 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prettydocs-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandru Coman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-02-
|
11
|
+
date: 2018-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -105,6 +105,8 @@ files:
|
|
105
105
|
- _includes/_sections/not-found.html
|
106
106
|
- _includes/_sections/resources.html
|
107
107
|
- _includes/_sections/timeline.html
|
108
|
+
- _includes/_shower/setup.md
|
109
|
+
- _includes/_shower/showerify.html
|
108
110
|
- _includes/_theme/footer.html
|
109
111
|
- _includes/_theme/head.html
|
110
112
|
- _includes/_theme/header.html
|
@@ -117,6 +119,7 @@ files:
|
|
117
119
|
- _layouts/landing.html
|
118
120
|
- _layouts/page.html
|
119
121
|
- _layouts/post.html
|
122
|
+
- _layouts/shower.html
|
120
123
|
- _sass/globals/_base.scss
|
121
124
|
- _sass/globals/_mixins.scss
|
122
125
|
- _sass/partials/_base.scss
|
@@ -132,7 +135,12 @@ files:
|
|
132
135
|
- _sass/partials/_resources.scss
|
133
136
|
- _sass/partials/_toc.scss
|
134
137
|
- _sass/prettydocs-jekyll.scss
|
138
|
+
- _sass/vendor/_shower.scss
|
135
139
|
- _sass/vendor/_timeline.scss
|
140
|
+
- _sass/vendor/shower/defaults.scss
|
141
|
+
- _sass/vendor/shower/fonts.scss
|
142
|
+
- _sass/vendor/shower/reset.scss
|
143
|
+
- _sass/vendor/shower/screen.scss
|
136
144
|
- _sass/vendor/timeline/functions/desaturated-lighten.scss
|
137
145
|
- _sass/vendor/timeline/functions/map-deep-get.scss
|
138
146
|
- _sass/vendor/timeline/functions/map-set.scss
|
@@ -154,6 +162,14 @@ files:
|
|
154
162
|
- _sass/vendor/timeline/mixins/transform-center.scss
|
155
163
|
- _sass/vendor/timeline/variables.scss
|
156
164
|
- assets/css/main.scss
|
165
|
+
- assets/css/shower.scss
|
166
|
+
- assets/fonts/Anka.Coder.Italic.woff
|
167
|
+
- assets/fonts/Anka.Coder.woff
|
168
|
+
- assets/fonts/OpenSans.Bold.Italic.woff
|
169
|
+
- assets/fonts/OpenSans.Bold.woff
|
170
|
+
- assets/fonts/OpenSans.Italic.woff
|
171
|
+
- assets/fonts/OpenSans.Light.woff
|
172
|
+
- assets/fonts/OpenSans.woff
|
157
173
|
- assets/images/empty.gif
|
158
174
|
- assets/images/favicon.ico
|
159
175
|
- assets/js/main.js
|