jekyll-theme-glueckkanja 0.7.0 → 0.7.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/_includes/navigation.html +7 -12
- data/_includes/scripts.html +4 -1
- data/_sass/_docs-layout.scss +2 -1
- data/assets/{azurebin → _azurebin}/ChangeLog +0 -0
- data/assets/{azurebin → _azurebin}/IMDisplay.exe +0 -0
- data/assets/{azurebin → _azurebin}/ImageMagick.rdf +0 -0
- data/assets/{azurebin → _azurebin}/LICENSE.txt +0 -0
- data/assets/{azurebin → _azurebin}/NOTICE.txt +0 -0
- data/assets/{azurebin → _azurebin}/README.txt +0 -0
- data/assets/{azurebin → _azurebin}/colors.xml +0 -0
- data/assets/{azurebin → _azurebin}/compare.exe +0 -0
- data/assets/{azurebin → _azurebin}/composite.exe +0 -0
- data/assets/{azurebin → _azurebin}/configure.xml +0 -0
- data/assets/{azurebin → _azurebin}/conjure.exe +0 -0
- data/assets/{azurebin → _azurebin}/convert.exe +0 -0
- data/assets/{azurebin → _azurebin}/dcraw.exe +0 -0
- data/assets/{azurebin → _azurebin}/delegates.xml +0 -0
- data/assets/{azurebin → _azurebin}/english.xml +0 -0
- data/assets/{azurebin → _azurebin}/ffmpeg.exe +0 -0
- data/assets/{azurebin → _azurebin}/hp2xx.exe +0 -0
- data/assets/{azurebin → _azurebin}/identify.exe +0 -0
- data/assets/{azurebin → _azurebin}/index.html +0 -0
- data/assets/{azurebin → _azurebin}/locale.xml +0 -0
- data/assets/{azurebin → _azurebin}/log.xml +0 -0
- data/assets/{azurebin → _azurebin}/magic.xml +0 -0
- data/assets/{azurebin → _azurebin}/magick.exe +0 -0
- data/assets/{azurebin → _azurebin}/mime.xml +0 -0
- data/assets/{azurebin → _azurebin}/mogrify.exe +0 -0
- data/assets/{azurebin → _azurebin}/montage.exe +0 -0
- data/assets/{azurebin → _azurebin}/policy.xml +0 -0
- data/assets/{azurebin → _azurebin}/quantization-table.xml +0 -0
- data/assets/{azurebin → _azurebin}/sRGB.icc +0 -0
- data/assets/{azurebin → _azurebin}/stream.exe +0 -0
- data/assets/{azurebin → _azurebin}/thresholds.xml +0 -0
- data/assets/{azurebin → _azurebin}/type-ghostscript.xml +0 -0
- data/assets/{azurebin → _azurebin}/type.xml +0 -0
- data/assets/{azureroot → _azureroot}/.deploy.cmd +7 -6
- data/assets/{azureroot → _azureroot}/.deployment +0 -0
- data/assets/{azureroot → _azureroot}/_config.yml +0 -0
- data/assets/{azureroot → _azureroot}/dot.gitignore +0 -0
- data/assets/{azureroot → _azureroot}/web.config +0 -0
- metadata +40 -40
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1074bca04ce1f77b234f4a11b50a27d8e1df66aeb8fc1c05264b1e9e02661767
|
|
4
|
+
data.tar.gz: 195421aeb2487dabe5a0574c09a3ece3bbd14b34056312bd1bb353d00843c524
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0794da64188af81e8786de8ecae669acb954f6ffd868f6a572ee7d28e0726a60e0eb3aaf0af731ac7f19281c8131a8d9cda5f932a15aeb47456bb425b1a0cebd'
|
|
7
|
+
data.tar.gz: 32a1a5e2fb904b36ef24f67969d0a0963e0da69b03d42e33e5e2d856563597aa3ff8c694ac4fa425ecb907cf524320957c40cbd6bf1bb6737e1454c36bdf2ba7
|
data/_includes/navigation.html
CHANGED
|
@@ -23,30 +23,25 @@
|
|
|
23
23
|
</a>
|
|
24
24
|
</li>
|
|
25
25
|
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'pricing' %} active {% endif %}">
|
|
26
|
-
<a href="{{site.baseurl}}
|
|
26
|
+
<a href="{{site.baseurl}}/pricing" class="firstlevelanchor">
|
|
27
27
|
Pricing
|
|
28
28
|
</a>
|
|
29
29
|
</li>
|
|
30
30
|
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'trial' %} active {% endif %}">
|
|
31
|
-
<a href="{{site.baseurl}}
|
|
31
|
+
<a href="{{site.baseurl}}/trial" class="firstlevelanchor">
|
|
32
32
|
Trial
|
|
33
33
|
</a>
|
|
34
34
|
</li>
|
|
35
|
-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'pricing' %} active {% endif %}">
|
|
36
|
-
<a href="{{site.baseurl}}/help-center" class="firstlevelanchor">
|
|
37
|
-
Help Center
|
|
38
|
-
</a>
|
|
39
|
-
</li>
|
|
40
|
-
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'trial' %} active {% endif %}">
|
|
41
|
-
<a href="{{site.baseurl}}/help-center/videos" class="firstlevelanchor">
|
|
42
|
-
Videos
|
|
43
|
-
</a>
|
|
44
|
-
</li>
|
|
45
35
|
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'not-used-docs' %} active {% endif %}">
|
|
46
36
|
<a href="{{site.baseurl}}/help-center/faq" class="firstlevelanchor">
|
|
47
37
|
FAQ
|
|
48
38
|
</a>
|
|
49
39
|
</li>
|
|
40
|
+
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'pricing' %} active {% endif %}">
|
|
41
|
+
<a href="{{site.baseurl}}/help-center" class="firstlevelanchor">
|
|
42
|
+
Help Center
|
|
43
|
+
</a>
|
|
44
|
+
</li>
|
|
50
45
|
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'not-used-support' %} active {% endif %}">
|
|
51
46
|
<a href="{{site.baseurl}}/docs" class="firstlevelanchor">
|
|
52
47
|
Docs
|
data/_includes/scripts.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Scripts Start -->
|
|
1
|
+
<!-- Scripts Start v20180213 -->
|
|
2
2
|
<!-- Google Fonts -->
|
|
3
3
|
<!--link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"-->
|
|
4
4
|
<!--link href="https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700" rel="stylesheet"-->
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
<script type="text/javascript" charset="UTF-8" src="{{site.baseurl}}/assets/js/mandrill.min.js"></script>
|
|
22
22
|
<script type="text/javascript" charset="UTF-8" src="{{site.baseurl}}/assets/js/rangeslider.js"></script>
|
|
23
23
|
<script type="text/javascript" charset="UTF-8" src="{{site.baseurl}}/assets/js/guk.js"></script>
|
|
24
|
+
{% if page.lateloading %}
|
|
25
|
+
<script type="text/javascript" charset="UTF-8" src="{{site.baseurl}}/assets/js/{{ page.lateloading }}"></script>
|
|
26
|
+
{% endif %}
|
|
24
27
|
|
|
25
28
|
<!-- HubSpot Embed Code -->
|
|
26
29
|
{% if site.hubspot.active == true %}
|
data/_sass/_docs-layout.scss
CHANGED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
echo :: --------------------------------------
|
|
4
4
|
echo :: KUDU Jekyll Deployment Script
|
|
5
|
-
echo :: Version: 1.0.
|
|
6
|
-
echo :: version
|
|
5
|
+
echo :: Version: 1.0.3, February 2018
|
|
6
|
+
echo :: version 20180213
|
|
7
7
|
echo :: GK Jekyll
|
|
8
8
|
echo :: --------------------------------------
|
|
9
9
|
echo :: .
|
|
@@ -55,7 +55,7 @@ echo :: Prepare Ruby and Jekyll
|
|
|
55
55
|
echo :: ------------------------
|
|
56
56
|
echo :: .
|
|
57
57
|
echo :: Put Ruby in Path
|
|
58
|
-
SET PATH=%PATH%;%ARTIFACTS%\ruby\ruby-2.3.3-x64-mingw32\bin;%ARTIFACTS%\ruby-devkit\bin;%DEPLOYMENT_SOURCE%\
|
|
58
|
+
SET PATH=%PATH%;%ARTIFACTS%\ruby\ruby-2.3.3-x64-mingw32\bin;%ARTIFACTS%\ruby-devkit\bin;%DEPLOYMENT_SOURCE%\_azurebin
|
|
59
59
|
|
|
60
60
|
echo :: .
|
|
61
61
|
echo :: Check Ruby Prerequisites
|
|
@@ -106,7 +106,7 @@ ruby -v
|
|
|
106
106
|
echo :: .
|
|
107
107
|
echo :: Check Jekyll Prerequisites
|
|
108
108
|
echo :: .
|
|
109
|
-
IF EXIST %ARTIFACTS%\
|
|
109
|
+
IF EXIST %ARTIFACTS%\JEKYLL20180204 goto jekyllinstalled
|
|
110
110
|
|
|
111
111
|
echo :: .
|
|
112
112
|
echo :: Bundler Jobs
|
|
@@ -115,14 +115,15 @@ IF EXIST %ARTIFACTS%\JEKYLL20180119 goto jekyllinstalled
|
|
|
115
115
|
::bundle clean --force
|
|
116
116
|
echo :: Running bundle install
|
|
117
117
|
call bundle install
|
|
118
|
-
call bundle update
|
|
119
118
|
::echo :: Running bundle package
|
|
120
119
|
::bundle package --all
|
|
121
120
|
echo :: Install Jekyll
|
|
122
121
|
call gem update jekyll
|
|
123
|
-
echo jekyll-installed > %ARTIFACTS%\
|
|
122
|
+
echo jekyll-installed > %ARTIFACTS%\JEKYLL20180204
|
|
124
123
|
|
|
125
124
|
:jekyllinstalled
|
|
125
|
+
echo :: Running bundle update
|
|
126
|
+
call bundle update
|
|
126
127
|
|
|
127
128
|
echo :: .
|
|
128
129
|
echo :: .
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-glueckkanja
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "@glueckkanja"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -286,44 +286,44 @@ files:
|
|
|
286
286
|
- _sass/font-awesome/scss/_stacked.scss
|
|
287
287
|
- _sass/font-awesome/scss/_variables.scss
|
|
288
288
|
- _sass/font-awesome/scss/font-awesome.scss
|
|
289
|
-
- assets/
|
|
290
|
-
- assets/
|
|
291
|
-
- assets/
|
|
292
|
-
- assets/
|
|
293
|
-
- assets/
|
|
294
|
-
- assets/
|
|
295
|
-
- assets/
|
|
296
|
-
- assets/
|
|
297
|
-
- assets/
|
|
298
|
-
- assets/
|
|
299
|
-
- assets/
|
|
300
|
-
- assets/
|
|
301
|
-
- assets/
|
|
302
|
-
- assets/
|
|
303
|
-
- assets/
|
|
304
|
-
- assets/
|
|
305
|
-
- assets/
|
|
306
|
-
- assets/
|
|
307
|
-
- assets/
|
|
308
|
-
- assets/
|
|
309
|
-
- assets/
|
|
310
|
-
- assets/
|
|
311
|
-
- assets/
|
|
312
|
-
- assets/
|
|
313
|
-
- assets/
|
|
314
|
-
- assets/
|
|
315
|
-
- assets/
|
|
316
|
-
- assets/
|
|
317
|
-
- assets/
|
|
318
|
-
- assets/
|
|
319
|
-
- assets/
|
|
320
|
-
- assets/
|
|
321
|
-
- assets/
|
|
322
|
-
- assets/
|
|
323
|
-
- assets/
|
|
324
|
-
- assets/
|
|
325
|
-
- assets/
|
|
326
|
-
- assets/
|
|
289
|
+
- assets/_azurebin/ChangeLog
|
|
290
|
+
- assets/_azurebin/IMDisplay.exe
|
|
291
|
+
- assets/_azurebin/ImageMagick.rdf
|
|
292
|
+
- assets/_azurebin/LICENSE.txt
|
|
293
|
+
- assets/_azurebin/NOTICE.txt
|
|
294
|
+
- assets/_azurebin/README.txt
|
|
295
|
+
- assets/_azurebin/colors.xml
|
|
296
|
+
- assets/_azurebin/compare.exe
|
|
297
|
+
- assets/_azurebin/composite.exe
|
|
298
|
+
- assets/_azurebin/configure.xml
|
|
299
|
+
- assets/_azurebin/conjure.exe
|
|
300
|
+
- assets/_azurebin/convert.exe
|
|
301
|
+
- assets/_azurebin/dcraw.exe
|
|
302
|
+
- assets/_azurebin/delegates.xml
|
|
303
|
+
- assets/_azurebin/english.xml
|
|
304
|
+
- assets/_azurebin/ffmpeg.exe
|
|
305
|
+
- assets/_azurebin/hp2xx.exe
|
|
306
|
+
- assets/_azurebin/identify.exe
|
|
307
|
+
- assets/_azurebin/index.html
|
|
308
|
+
- assets/_azurebin/locale.xml
|
|
309
|
+
- assets/_azurebin/log.xml
|
|
310
|
+
- assets/_azurebin/magic.xml
|
|
311
|
+
- assets/_azurebin/magick.exe
|
|
312
|
+
- assets/_azurebin/mime.xml
|
|
313
|
+
- assets/_azurebin/mogrify.exe
|
|
314
|
+
- assets/_azurebin/montage.exe
|
|
315
|
+
- assets/_azurebin/policy.xml
|
|
316
|
+
- assets/_azurebin/quantization-table.xml
|
|
317
|
+
- assets/_azurebin/sRGB.icc
|
|
318
|
+
- assets/_azurebin/stream.exe
|
|
319
|
+
- assets/_azurebin/thresholds.xml
|
|
320
|
+
- assets/_azurebin/type-ghostscript.xml
|
|
321
|
+
- assets/_azurebin/type.xml
|
|
322
|
+
- assets/_azureroot/.deploy.cmd
|
|
323
|
+
- assets/_azureroot/.deployment
|
|
324
|
+
- assets/_azureroot/_config.yml
|
|
325
|
+
- assets/_azureroot/dot.gitignore
|
|
326
|
+
- assets/_azureroot/web.config
|
|
327
327
|
- assets/css/app.scss
|
|
328
328
|
- assets/docs/changelog.html
|
|
329
329
|
- assets/docs/index.md
|