jekyll-theme-glueckkanja 0.7.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 +7 -0
- data/LICENSE.txt +12 -0
- data/README.md +64 -0
- data/_includes/blogtitlepic.html +25 -0
- data/_includes/contactform.html +77 -0
- data/_includes/footer.html +14 -0
- data/_includes/hc-document-icon.html +12 -0
- data/_includes/hc-listings.html +15 -0
- data/_includes/head.html +41 -0
- data/_includes/keyvisual.html +7 -0
- data/_includes/navigation.html +64 -0
- data/_includes/register-modal.html +37 -0
- data/_includes/scripts.html +126 -0
- data/_includes/sitelinks.html +57 -0
- data/_layouts/banner.html +54 -0
- data/_layouts/default-with-image.html +25 -0
- data/_layouts/default.html +24 -0
- data/_layouts/docs-default.html +72 -0
- data/_layouts/framed.html +47 -0
- data/_layouts/hc-archive.html +12 -0
- data/_layouts/hc-default.html +99 -0
- data/_layouts/hc-post.html +59 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +24 -0
- data/_sass/_docs-layout.scss +482 -0
- data/_sass/_docs-mixins.scss +34 -0
- data/_sass/_hc-dark-theme.scss +38 -0
- data/_sass/_hc-elements.scss +86 -0
- data/_sass/_hc-header.scss +104 -0
- data/_sass/_hc-tutorials.scss +251 -0
- data/_sass/_rangeslider.scss +111 -0
- data/_sass/_variables.scss +89 -0
- data/_sass/font-awesome/scss/_animated.scss +34 -0
- data/_sass/font-awesome/scss/_bordered-pulled.scss +25 -0
- data/_sass/font-awesome/scss/_core.scss +12 -0
- data/_sass/font-awesome/scss/_fixed-width.scss +6 -0
- data/_sass/font-awesome/scss/_icons.scss +789 -0
- data/_sass/font-awesome/scss/_larger.scss +13 -0
- data/_sass/font-awesome/scss/_list.scss +19 -0
- data/_sass/font-awesome/scss/_mixins.scss +60 -0
- data/_sass/font-awesome/scss/_path.scss +15 -0
- data/_sass/font-awesome/scss/_rotated-flipped.scss +20 -0
- data/_sass/font-awesome/scss/_screen-reader.scss +5 -0
- data/_sass/font-awesome/scss/_stacked.scss +20 -0
- data/_sass/font-awesome/scss/_variables.scss +800 -0
- data/_sass/font-awesome/scss/font-awesome.scss +18 -0
- data/assets/azurebin/ChangeLog +941 -0
- data/assets/azurebin/IMDisplay.exe +0 -0
- data/assets/azurebin/ImageMagick.rdf +166 -0
- data/assets/azurebin/LICENSE.txt +103 -0
- data/assets/azurebin/NOTICE.txt +1324 -0
- data/assets/azurebin/README.txt +105 -0
- data/assets/azurebin/colors.xml +28 -0
- data/assets/azurebin/compare.exe +0 -0
- data/assets/azurebin/composite.exe +0 -0
- data/assets/azurebin/configure.xml +20 -0
- data/assets/azurebin/conjure.exe +0 -0
- data/assets/azurebin/convert.exe +0 -0
- data/assets/azurebin/dcraw.exe +0 -0
- data/assets/azurebin/delegates.xml +100 -0
- data/assets/azurebin/english.xml +1682 -0
- data/assets/azurebin/ffmpeg.exe +0 -0
- data/assets/azurebin/hp2xx.exe +0 -0
- data/assets/azurebin/identify.exe +0 -0
- data/assets/azurebin/index.html +280 -0
- data/assets/azurebin/locale.xml +48 -0
- data/assets/azurebin/log.xml +80 -0
- data/assets/azurebin/magic.xml +23 -0
- data/assets/azurebin/magick.exe +0 -0
- data/assets/azurebin/mime.xml +1145 -0
- data/assets/azurebin/mogrify.exe +0 -0
- data/assets/azurebin/montage.exe +0 -0
- data/assets/azurebin/policy.xml +75 -0
- data/assets/azurebin/quantization-table.xml +68 -0
- data/assets/azurebin/sRGB.icc +0 -0
- data/assets/azurebin/stream.exe +0 -0
- data/assets/azurebin/thresholds.xml +334 -0
- data/assets/azurebin/type-ghostscript.xml +55 -0
- data/assets/azurebin/type.xml +21 -0
- data/assets/azureroot/.deploy.cmd +150 -0
- data/assets/azureroot/.deployment +2 -0
- data/assets/azureroot/_config.yml +165 -0
- data/assets/azureroot/dot.gitignore +11 -0
- data/assets/azureroot/web.config +93 -0
- data/assets/css/app.scss +1900 -0
- data/assets/docs/changelog.html +28 -0
- data/assets/docs/index.md +7 -0
- data/assets/docs/search.html +35 -0
- data/assets/docs/uservoice.html +17 -0
- data/assets/favicons/100percentcloud.png +0 -0
- data/assets/favicons/apple-konnekt-icon-120x120.png +0 -0
- data/assets/favicons/apple-konnekt-icon-152x152.png +0 -0
- data/assets/favicons/apple-konnekt-icon-60x60.png +0 -0
- data/assets/favicons/apple-konnekt-icon-76x76.png +0 -0
- data/assets/favicons/favicon-konnekt-144.png +0 -0
- data/assets/favicons/favicon-konnekt-96.png +0 -0
- data/assets/favicons/favicon-konnekt.ico +0 -0
- data/assets/favicons/favicon-konnekt.png +0 -0
- data/assets/favicons/gk-boxes.ico +0 -0
- data/assets/favicons/gk-boxes.png +0 -0
- data/assets/favicons/gk-logo-white.svg +39 -0
- data/assets/favicons/gk-logo.svg +1 -0
- data/assets/help-center/faq.html +33 -0
- data/assets/help-center/index.html +54 -0
- data/assets/help-center/search.html +36 -0
- data/assets/help-center/videos.html +15 -0
- data/assets/js/guk.js +12 -0
- data/assets/js/hc.js +94 -0
- data/assets/js/lunr.min.js +7 -0
- data/assets/js/mandrill.min.js +122 -0
- data/assets/js/rangeslider.js +494 -0
- data/assets/js/rangeslider.min.js +2 -0
- data/assets/js/search.js +103 -0
- data/assets/misc/general-glitch.html +9 -0
- data/assets/misc/imprint.html +40 -0
- data/assets/misc/privacy-policy.html +138 -0
- data/assets/misc/terms-of-service.html +138 -0
- data/assets/nav/arrow-up.png +0 -0
- data/assets/nav/arrow-up.svg +13 -0
- data/assets/nav/cbp-sprite.png +0 -0
- data/assets/nav/dotline.png +0 -0
- data/assets/nav/splash.png +0 -0
- data/assets/nav/splash@2x.png +0 -0
- data/assets/video/meerkat-404.jpg +0 -0
- data/assets/video/meerkat-404.mp4 +0 -0
- data/assets/video/meerkat-404.ogv +0 -0
- data/assets/video/meerkat-404.webm +0 -0
- metadata +394 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE typemap [
|
|
3
|
+
<!ELEMENT typemap (type)+>
|
|
4
|
+
<!ELEMENT type (#PCDATA)>
|
|
5
|
+
<!ELEMENT include (#PCDATA)>
|
|
6
|
+
<!ATTLIST type name CDATA #REQUIRED>
|
|
7
|
+
<!ATTLIST type fullname CDATA #IMPLIED>
|
|
8
|
+
<!ATTLIST type family CDATA #IMPLIED>
|
|
9
|
+
<!ATTLIST type foundry CDATA #IMPLIED>
|
|
10
|
+
<!ATTLIST type weight CDATA #IMPLIED>
|
|
11
|
+
<!ATTLIST type style CDATA #IMPLIED>
|
|
12
|
+
<!ATTLIST type stretch CDATA #IMPLIED>
|
|
13
|
+
<!ATTLIST type format CDATA #IMPLIED>
|
|
14
|
+
<!ATTLIST type metrics CDATA #IMPLIED>
|
|
15
|
+
<!ATTLIST type glyphs CDATA #REQUIRED>
|
|
16
|
+
<!ATTLIST type version CDATA #IMPLIED>
|
|
17
|
+
<!ATTLIST include file CDATA #REQUIRED>
|
|
18
|
+
]>
|
|
19
|
+
<typemap>
|
|
20
|
+
<type name="AvantGarde-Book" fullname="AvantGarde Book" family="AvantGarde" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010013l.afm" glyphs="@ghostscript_font_path@a010013l.pfb"/>
|
|
21
|
+
<type name="AvantGarde-BookOblique" fullname="AvantGarde Book Oblique" family="AvantGarde" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010033l.afm" glyphs="@ghostscript_font_path@a010033l.pfb"/>
|
|
22
|
+
<type name="AvantGarde-Demi" fullname="AvantGarde DemiBold" family="AvantGarde" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010015l.afm" glyphs="@ghostscript_font_path@a010015l.pfb"/>
|
|
23
|
+
<type name="AvantGarde-DemiOblique" fullname="AvantGarde DemiOblique" family="AvantGarde" foundry="URW" weight="600" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@a010035l.afm" glyphs="@ghostscript_font_path@a010035l.pfb"/>
|
|
24
|
+
<type name="Bookman-Demi" fullname="Bookman DemiBold" family="Bookman" foundry="URW" weight="600" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018015l.afm" glyphs="@ghostscript_font_path@b018015l.pfb"/>
|
|
25
|
+
<type name="Bookman-DemiItalic" fullname="Bookman DemiBold Italic" family="Bookman" foundry="URW" weight="600" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018035l.afm" glyphs="@ghostscript_font_path@b018035l.pfb"/>
|
|
26
|
+
<type name="Bookman-Light" fullname="Bookman Light" family="Bookman" foundry="URW" weight="300" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018012l.afm" glyphs="@ghostscript_font_path@b018012l.pfb"/>
|
|
27
|
+
<type name="Bookman-LightItalic" fullname="Bookman Light Italic" family="Bookman" foundry="URW" weight="300" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@b018032l.afm" glyphs="@ghostscript_font_path@b018032l.pfb"/>
|
|
28
|
+
<type name="Fixed" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
|
|
29
|
+
<type name="Courier" fullname="Courier Regular" family="Courier" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022003l.afm" glyphs="@ghostscript_font_path@n022003l.pfb"/>
|
|
30
|
+
<type name="Courier-Bold" fullname="Courier Bold" family="Courier" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022004l.afm" glyphs="@ghostscript_font_path@n022004l.pfb"/>
|
|
31
|
+
<type name="Courier-Oblique" fullname="Courier Regular Oblique" family="Courier" foundry="URW" weight="400" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022023l.afm" glyphs="@ghostscript_font_path@n022023l.pfb"/>
|
|
32
|
+
<type name="Courier-BoldOblique" fullname="Courier Bold Oblique" family="Courier" foundry="URW" weight="700" style="oblique" stretch="normal" format="type1" metrics="@ghostscript_font_path@n022024l.afm" glyphs="@ghostscript_font_path@n022024l.pfb"/>
|
|
33
|
+
<type name="fixed" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
|
|
34
|
+
<type name="Helvetica" fullname="Helvetica Regular" family="Helvetica" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019003l.afm" glyphs="@ghostscript_font_path@n019003l.pfb"/>
|
|
35
|
+
<type name="Helvetica-Bold" fullname="Helvetica Bold" family="Helvetica" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019004l.afm" glyphs="@ghostscript_font_path@n019004l.pfb"/>
|
|
36
|
+
<type name="Helvetica-Oblique" fullname="Helvetica Regular Italic" family="Helvetica" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019023l.afm" glyphs="@ghostscript_font_path@n019023l.pfb"/>
|
|
37
|
+
<type name="Helvetica-BoldOblique" fullname="Helvetica Bold Italic" family="Helvetica" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n019024l.afm" glyphs="@ghostscript_font_path@n019024l.pfb"/>
|
|
38
|
+
<type name="Helvetica-Narrow" fullname="Helvetica Narrow" family="Helvetica Narrow" foundry="URW" weight="400" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019043l.afm" glyphs="@ghostscript_font_path@n019043l.pfb"/>
|
|
39
|
+
<type name="Helvetica-Narrow-Oblique" fullname="Helvetica Narrow Oblique" family="Helvetica Narrow" foundry="URW" weight="400" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019063l.afm" glyphs="@ghostscript_font_path@n019063l.pfb"/>
|
|
40
|
+
<type name="Helvetica-Narrow-Bold" fullname="Helvetica Narrow Bold" family="Helvetica Narrow" foundry="URW" weight="700" style="normal" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019044l.afm" glyphs="@ghostscript_font_path@n019044l.pfb"/>
|
|
41
|
+
<type name="Helvetica-Narrow-BoldOblique" fullname="Helvetica Narrow Bold Oblique" family="Helvetica Narrow" foundry="URW" weight="700" style="oblique" stretch="condensed" format="type1" metrics="@ghostscript_font_path@n019064l.afm" glyphs="@ghostscript_font_path@n019064l.pfb"/>
|
|
42
|
+
<type name="NewCenturySchlbk-Roman" fullname="New Century Schoolbook" family="NewCenturySchlbk" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059013l.afm" glyphs="@ghostscript_font_path@c059013l.pfb"/>
|
|
43
|
+
<type name="NewCenturySchlbk-Italic" fullname="New Century Schoolbook Italic" family="NewCenturySchlbk" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059033l.afm" glyphs="@ghostscript_font_path@c059033l.pfb"/>
|
|
44
|
+
<type name="NewCenturySchlbk-Bold" fullname="New Century Schoolbook Bold" family="NewCenturySchlbk" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059016l.afm" glyphs="@ghostscript_font_path@c059016l.pfb"/>
|
|
45
|
+
<type name="NewCenturySchlbk-BoldItalic" fullname="New Century Schoolbook Bold Italic" family="NewCenturySchlbk" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@c059036l.afm" glyphs="@ghostscript_font_path@c059036l.pfb"/>
|
|
46
|
+
<type name="Palatino-Roman" fullname="Palatino Regular" family="Palatino" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052003l.afm" glyphs="@ghostscript_font_path@p052003l.pfb"/>
|
|
47
|
+
<type name="Palatino-Italic" fullname="Palatino Italic" family="Palatino" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052023l.afm" glyphs="@ghostscript_font_path@p052023l.pfb"/>
|
|
48
|
+
<type name="Palatino-Bold" fullname="Palatino Bold" family="Palatino" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052004l.afm" glyphs="@ghostscript_font_path@p052004l.pfb"/>
|
|
49
|
+
<type name="Palatino-BoldItalic" fullname="Palatino Bold Italic" family="Palatino" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@p052024l.afm" glyphs="@ghostscript_font_path@p052024l.pfb"/>
|
|
50
|
+
<type name="Times-Roman" fullname="Times Regular" family="Times" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021003l.afm" glyphs="@ghostscript_font_path@n021003l.pfb"/>
|
|
51
|
+
<type name="Times-Bold" fullname="Times Medium" family="Times" foundry="URW" weight="700" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021004l.afm" glyphs="@ghostscript_font_path@n021004l.pfb"/>
|
|
52
|
+
<type name="Times-Italic" fullname="Times Regular Italic" family="Times" foundry="URW" weight="400" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021023l.afm" glyphs="@ghostscript_font_path@n021023l.pfb"/>
|
|
53
|
+
<type name="Times-BoldItalic" fullname="Times Medium Italic" family="Times" foundry="URW" weight="700" style="italic" stretch="normal" format="type1" metrics="@ghostscript_font_path@n021024l.afm" glyphs="@ghostscript_font_path@n021024l.pfb"/>
|
|
54
|
+
<type name="Symbol" fullname="Symbol" family="Symbol" foundry="URW" weight="400" style="normal" stretch="normal" format="type1" metrics="@ghostscript_font_path@s050000l.afm" glyphs="@ghostscript_font_path@s050000l.pfb" version="0.1" encoding="AdobeCustom"/>
|
|
55
|
+
</typemap>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE typemap [
|
|
3
|
+
<!ELEMENT typemap (type)+>
|
|
4
|
+
<!ELEMENT type (#PCDATA)>
|
|
5
|
+
<!ELEMENT include (#PCDATA)>
|
|
6
|
+
<!ATTLIST type name CDATA #REQUIRED>
|
|
7
|
+
<!ATTLIST type fullname CDATA #IMPLIED>
|
|
8
|
+
<!ATTLIST type family CDATA #IMPLIED>
|
|
9
|
+
<!ATTLIST type foundry CDATA #IMPLIED>
|
|
10
|
+
<!ATTLIST type weight CDATA #IMPLIED>
|
|
11
|
+
<!ATTLIST type style CDATA #IMPLIED>
|
|
12
|
+
<!ATTLIST type stretch CDATA #IMPLIED>
|
|
13
|
+
<!ATTLIST type format CDATA #IMPLIED>
|
|
14
|
+
<!ATTLIST type metrics CDATA #IMPLIED>
|
|
15
|
+
<!ATTLIST type glyphs CDATA #REQUIRED>
|
|
16
|
+
<!ATTLIST type version CDATA #IMPLIED>
|
|
17
|
+
<!ATTLIST include file CDATA #REQUIRED>
|
|
18
|
+
]>
|
|
19
|
+
<typemap>
|
|
20
|
+
<include file="type-ghostscript.xml"/>
|
|
21
|
+
</typemap>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
|
|
2
|
+
|
|
3
|
+
echo :: --------------------------------------
|
|
4
|
+
echo :: KUDU Jekyll Deployment Script
|
|
5
|
+
echo :: Version: 1.0.2, January 2018
|
|
6
|
+
echo :: version 20170120
|
|
7
|
+
echo :: GK Jekyll
|
|
8
|
+
echo :: --------------------------------------
|
|
9
|
+
echo :: .
|
|
10
|
+
|
|
11
|
+
echo :: Prerequisites
|
|
12
|
+
echo :: -------------
|
|
13
|
+
|
|
14
|
+
:: Verify node.js installed
|
|
15
|
+
where node 2>nul >nul
|
|
16
|
+
IF %ERRORLEVEL% NEQ 0 (
|
|
17
|
+
echo Missing node.js executable, please install node.js.
|
|
18
|
+
goto error
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
echo :: Setup
|
|
22
|
+
echo :: -----
|
|
23
|
+
|
|
24
|
+
setlocal enabledelayedexpansion
|
|
25
|
+
|
|
26
|
+
SET LC_ALL="en_US.UTF-8"
|
|
27
|
+
SET LANG="en_US.UTF-8"
|
|
28
|
+
|
|
29
|
+
SET ARTIFACTS=%~dp0%..\artifacts
|
|
30
|
+
|
|
31
|
+
IF NOT DEFINED DEPLOYMENT_SOURCE (
|
|
32
|
+
SET DEPLOYMENT_SOURCE=%~dp0%.
|
|
33
|
+
)
|
|
34
|
+
IF NOT DEFINED DEPLOYMENT_TARGET (
|
|
35
|
+
SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot
|
|
36
|
+
)
|
|
37
|
+
IF NOT DEFINED NEXT_MANIFEST_PATH (
|
|
38
|
+
SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
|
|
39
|
+
)
|
|
40
|
+
IF NOT DEFINED PREVIOUS_MANIFEST_PATH (
|
|
41
|
+
SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
IF NOT DEFINED KUDU_SYNC_CMD (
|
|
45
|
+
echo :: Install kudu sync
|
|
46
|
+
call npm install kudusync -g --silent
|
|
47
|
+
IF !ERRORLEVEL! NEQ 0 goto error
|
|
48
|
+
|
|
49
|
+
echo :: Locally just running "kuduSync" would also work
|
|
50
|
+
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
echo :: .
|
|
54
|
+
echo :: Prepare Ruby and Jekyll
|
|
55
|
+
echo :: ------------------------
|
|
56
|
+
echo :: .
|
|
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%\_site\assets\azurebin
|
|
59
|
+
|
|
60
|
+
echo :: .
|
|
61
|
+
echo :: Check Ruby Prerequisites
|
|
62
|
+
echo :: .
|
|
63
|
+
IF EXIST %ARTIFACTS%\RUBYV20180119 goto rubyinstalled
|
|
64
|
+
|
|
65
|
+
echo :: Installing Jekyll Rerequirements
|
|
66
|
+
echo :: May take a lot of time
|
|
67
|
+
echo :: .
|
|
68
|
+
mkdir %ARTIFACTS% 2>nul >nul
|
|
69
|
+
cd %ARTIFACTS%
|
|
70
|
+
|
|
71
|
+
echo :: Clean Artifacts
|
|
72
|
+
rm -rf ruby
|
|
73
|
+
rm -rf rubydevkit
|
|
74
|
+
|
|
75
|
+
echo :: Download Dependencies
|
|
76
|
+
curl -L -o Ruby.zip https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.3.3-x64-mingw32.7z?direct
|
|
77
|
+
curl -L -o RubyDevKit.zip https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe?direct
|
|
78
|
+
|
|
79
|
+
echo :: START Unzipping Ruby and DevKit
|
|
80
|
+
d:\7zip\7za x Ruby.zip -oruby
|
|
81
|
+
d:\7zip\7za x RubyDevKit.zip -orubydevkit
|
|
82
|
+
|
|
83
|
+
echo :: DONE Unzipping Ruby and DevKit
|
|
84
|
+
echo :: Cleanup
|
|
85
|
+
rm Ruby.zip
|
|
86
|
+
rm RubyDevKit.zip
|
|
87
|
+
|
|
88
|
+
echo :: Init DevKit
|
|
89
|
+
ruby rubydevkit\dk.rb init
|
|
90
|
+
|
|
91
|
+
echo :: Tell DevKit where Ruby is
|
|
92
|
+
echo - %ARTIFACTS%\ruby\ruby-2.3.3-x64-mingw32 >> config.yml
|
|
93
|
+
echo :: Setup DevKit
|
|
94
|
+
ruby rubydevkit\dk.rb install
|
|
95
|
+
|
|
96
|
+
echo :: Change Path to Repository
|
|
97
|
+
cd %DEPLOYMENT_SOURCE%
|
|
98
|
+
echo :: Call Installer (takes its time)
|
|
99
|
+
call gem install bundler -V
|
|
100
|
+
echo :: Ruby Environment installed.
|
|
101
|
+
echo ruby-installed > %ARTIFACTS%\RUBYV20180119
|
|
102
|
+
|
|
103
|
+
:rubyinstalled
|
|
104
|
+
ruby -v
|
|
105
|
+
|
|
106
|
+
echo :: .
|
|
107
|
+
echo :: Check Jekyll Prerequisites
|
|
108
|
+
echo :: .
|
|
109
|
+
IF EXIST %ARTIFACTS%\JEKYLL20180119 goto jekyllinstalled
|
|
110
|
+
|
|
111
|
+
echo :: .
|
|
112
|
+
echo :: Bundler Jobs
|
|
113
|
+
echo :: .
|
|
114
|
+
::echo :: Running bundle clean
|
|
115
|
+
::bundle clean --force
|
|
116
|
+
echo :: Running bundle install
|
|
117
|
+
call bundle install
|
|
118
|
+
call bundle update
|
|
119
|
+
::echo :: Running bundle package
|
|
120
|
+
::bundle package --all
|
|
121
|
+
echo :: Install Jekyll
|
|
122
|
+
call gem update jekyll
|
|
123
|
+
echo jekyll-installed > %ARTIFACTS%\JEKYLL20180119
|
|
124
|
+
|
|
125
|
+
:jekyllinstalled
|
|
126
|
+
|
|
127
|
+
echo :: .
|
|
128
|
+
echo :: .
|
|
129
|
+
echo :: Jekyll Deployment
|
|
130
|
+
echo :: .
|
|
131
|
+
call bundle exec jekyll -v
|
|
132
|
+
call bundle exec jekyll b
|
|
133
|
+
echo :: .
|
|
134
|
+
echo :: .
|
|
135
|
+
|
|
136
|
+
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
137
|
+
echo :: Kudu Deployment
|
|
138
|
+
echo :: ----------------
|
|
139
|
+
echo :: .
|
|
140
|
+
|
|
141
|
+
echo :: Handling Basic Web Site deployment.
|
|
142
|
+
echo :: .
|
|
143
|
+
echo :: KuduSync
|
|
144
|
+
call "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%/_site" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd;Gemfile;Gemfile.lock;README.MD"
|
|
145
|
+
echo :: .
|
|
146
|
+
echo :: KuduSync finished
|
|
147
|
+
echo :: .
|
|
148
|
+
|
|
149
|
+
endlocal
|
|
150
|
+
echo :: Finished successfully.
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
# Site settings
|
|
2
|
+
title: "GK Jekyll Theme"
|
|
3
|
+
description: "Description"
|
|
4
|
+
keywords: "Keywords"
|
|
5
|
+
excerpt: "Excerpt"
|
|
6
|
+
timezone: Europe/Berlin
|
|
7
|
+
baseurl: ""
|
|
8
|
+
url: "https://glueckkanja.com"
|
|
9
|
+
logo: "https://glueckkanja.com/assets/favicons/gk-logo.svg"
|
|
10
|
+
socialimg: "/assets/favicons/100percentcloud.png"
|
|
11
|
+
active_lang: EN
|
|
12
|
+
debug: false
|
|
13
|
+
docstitle: "Docs"
|
|
14
|
+
|
|
15
|
+
# Contact
|
|
16
|
+
twitter:
|
|
17
|
+
username: "@glueckkanja"
|
|
18
|
+
|
|
19
|
+
github:
|
|
20
|
+
username: "@glueckkanja"
|
|
21
|
+
|
|
22
|
+
phone: "+49 69 4005520"
|
|
23
|
+
author: "Glück & Kanja Consulting AG"
|
|
24
|
+
author-url: "http://www.glueckkanja.com"
|
|
25
|
+
email: "info@glueckkanja.com"
|
|
26
|
+
|
|
27
|
+
# Site parameter
|
|
28
|
+
favicon_png : '/assets/favicons/gk-boxes.png'
|
|
29
|
+
favicon_ico : '/assets/favicons/gk-boxes.ico'
|
|
30
|
+
|
|
31
|
+
help-center:
|
|
32
|
+
title: "Tutorials"
|
|
33
|
+
subtitle: "Everything you always wanted to know about RealmJoin"
|
|
34
|
+
|
|
35
|
+
docs:
|
|
36
|
+
show_full_navigation: false
|
|
37
|
+
|
|
38
|
+
changelog:
|
|
39
|
+
code: "xaBVr7"
|
|
40
|
+
url: realmjoin-platform-changelog
|
|
41
|
+
|
|
42
|
+
uservoice:
|
|
43
|
+
code: "8607baf4-c2e3-b77f-b679-edba80f4cfa0"
|
|
44
|
+
|
|
45
|
+
webmaster:
|
|
46
|
+
verification_code : '26lIPdRJvLUAlwXit8zu7SuT12_fyYkG8jodLaTcxYA'
|
|
47
|
+
|
|
48
|
+
analytics:
|
|
49
|
+
tracking_id : 'UA-30207446-2'
|
|
50
|
+
domain_name : 'realmjoin.com'
|
|
51
|
+
conversion_id: 1060776844
|
|
52
|
+
|
|
53
|
+
zendesk:
|
|
54
|
+
active: true
|
|
55
|
+
link: 'https://glueckkanja.zendesk.com/hc/'
|
|
56
|
+
|
|
57
|
+
hubspot:
|
|
58
|
+
active: true
|
|
59
|
+
|
|
60
|
+
fullstory:
|
|
61
|
+
tracking_id: A1574
|
|
62
|
+
|
|
63
|
+
bootstrap:
|
|
64
|
+
assets: true
|
|
65
|
+
|
|
66
|
+
store:
|
|
67
|
+
link : 'https://www.cleverbridge.com/306/purl-tbd'
|
|
68
|
+
|
|
69
|
+
sass:
|
|
70
|
+
style: compressed
|
|
71
|
+
sass_dir: ./_sass
|
|
72
|
+
|
|
73
|
+
types:
|
|
74
|
+
- Document
|
|
75
|
+
- Video
|
|
76
|
+
|
|
77
|
+
collections:
|
|
78
|
+
articles:
|
|
79
|
+
output: true
|
|
80
|
+
permalink: /hc-category/:categories/:path/
|
|
81
|
+
sets:
|
|
82
|
+
docs:
|
|
83
|
+
title: Documentation
|
|
84
|
+
permalink: /docs/:path/
|
|
85
|
+
output: true
|
|
86
|
+
|
|
87
|
+
jekyll-archives:
|
|
88
|
+
layout: hc-archive
|
|
89
|
+
category:
|
|
90
|
+
- account-settings
|
|
91
|
+
- deployment
|
|
92
|
+
- themes
|
|
93
|
+
- billing
|
|
94
|
+
- getting-started
|
|
95
|
+
- plugins
|
|
96
|
+
permalinks:
|
|
97
|
+
category: '/hc-category/:name/'
|
|
98
|
+
|
|
99
|
+
defaults:
|
|
100
|
+
-
|
|
101
|
+
scope:
|
|
102
|
+
path: "docs"
|
|
103
|
+
values:
|
|
104
|
+
layout: "docs-default"
|
|
105
|
+
-
|
|
106
|
+
scope:
|
|
107
|
+
path: "_docs"
|
|
108
|
+
values:
|
|
109
|
+
layout: "docs-default"
|
|
110
|
+
-
|
|
111
|
+
scope:
|
|
112
|
+
path: "_articles"
|
|
113
|
+
values:
|
|
114
|
+
layout: "hc-post"
|
|
115
|
+
|
|
116
|
+
theme: jekyll-theme-glueckkanja
|
|
117
|
+
markdown: kramdown
|
|
118
|
+
permalink: /blog/:categories/:year/:month/:title/
|
|
119
|
+
|
|
120
|
+
exclude:
|
|
121
|
+
- 'README.md'
|
|
122
|
+
- 'node_modules'
|
|
123
|
+
- 'build.sh'
|
|
124
|
+
- 'Gemfile'
|
|
125
|
+
- 'Gemfile.lock'
|
|
126
|
+
- 'package.json'
|
|
127
|
+
- 'gulpfile.js'
|
|
128
|
+
- 'package-lock.json'
|
|
129
|
+
- 'todo.md'
|
|
130
|
+
- 'redirects.json'
|
|
131
|
+
|
|
132
|
+
include:
|
|
133
|
+
- 'web.config'
|
|
134
|
+
|
|
135
|
+
picture:
|
|
136
|
+
source: _img
|
|
137
|
+
output: img
|
|
138
|
+
markup: picture
|
|
139
|
+
presets:
|
|
140
|
+
default:
|
|
141
|
+
source_default:
|
|
142
|
+
none: true
|
|
143
|
+
keyvisual:
|
|
144
|
+
ppi: [1, 1.5]
|
|
145
|
+
source_medium:
|
|
146
|
+
media: "(max-width: 768px)"
|
|
147
|
+
height: "540"
|
|
148
|
+
source_default:
|
|
149
|
+
height: "540"
|
|
150
|
+
|
|
151
|
+
image:
|
|
152
|
+
source: _img
|
|
153
|
+
output: img
|
|
154
|
+
presets:
|
|
155
|
+
# Proportional preset
|
|
156
|
+
users:
|
|
157
|
+
attr:
|
|
158
|
+
class: user-portrait
|
|
159
|
+
itemprop: image
|
|
160
|
+
width: 350
|
|
161
|
+
# Scaled and cropped preset
|
|
162
|
+
half:
|
|
163
|
+
width: 400
|
|
164
|
+
height: 400
|
|
165
|
+
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<configuration>
|
|
3
|
+
<system.web>
|
|
4
|
+
<customErrors mode="On"/>
|
|
5
|
+
</system.web>
|
|
6
|
+
<system.webServer>
|
|
7
|
+
<rewrite>
|
|
8
|
+
<rules>
|
|
9
|
+
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
|
|
10
|
+
<match url="(.*)" />
|
|
11
|
+
<conditions>
|
|
12
|
+
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
|
|
13
|
+
</conditions>
|
|
14
|
+
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}"
|
|
15
|
+
redirectType="Permanent" />
|
|
16
|
+
</rule>
|
|
17
|
+
<rule name="Remove trailing slash" stopProcessing="true">
|
|
18
|
+
<match url="(.*)/$" />
|
|
19
|
+
<conditions>
|
|
20
|
+
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
|
21
|
+
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
|
22
|
+
</conditions>
|
|
23
|
+
<action type="Redirect" redirectType="Permanent" url="{R:1}" />
|
|
24
|
+
</rule>
|
|
25
|
+
<rule name="RewriteHtml">
|
|
26
|
+
<match url="^(.*)$" />
|
|
27
|
+
<conditions logicalGrouping="MatchAll">
|
|
28
|
+
<add input="{REMOTE_PORT}" pattern=".*" />
|
|
29
|
+
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
|
|
30
|
+
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
|
|
31
|
+
</conditions>
|
|
32
|
+
<action type="Rewrite" url="{R:1}.html" />
|
|
33
|
+
</rule>
|
|
34
|
+
</rules>
|
|
35
|
+
<outboundRules>
|
|
36
|
+
<rule name="Add Strict-Transport-Security when HTTPS" enabled="true">
|
|
37
|
+
<match serverVariable="RESPONSE_Strict_Transport_Security"
|
|
38
|
+
pattern=".*" />
|
|
39
|
+
<conditions>
|
|
40
|
+
<add input="{HTTPS}" pattern="on" ignoreCase="true" />
|
|
41
|
+
</conditions>
|
|
42
|
+
<action type="Rewrite" value="max-age=31536000" />
|
|
43
|
+
</rule>
|
|
44
|
+
</outboundRules>
|
|
45
|
+
</rewrite>
|
|
46
|
+
<httpErrors defaultPath="/assets/misc/general-glitch" defaultResponseMode="Redirect"></httpErrors>
|
|
47
|
+
<runtime>
|
|
48
|
+
<environmentVariables>
|
|
49
|
+
<add name="SCM_COMMAND_IDLE_TIMEOUT" value="600" />
|
|
50
|
+
</environmentVariables>
|
|
51
|
+
</runtime>
|
|
52
|
+
<httpCompression>
|
|
53
|
+
<dynamicTypes>
|
|
54
|
+
<add enabled="true" mimeType="application/json"/>
|
|
55
|
+
</dynamicTypes>
|
|
56
|
+
<staticTypes>
|
|
57
|
+
<add enabled="true" mimeType="text/*" />
|
|
58
|
+
<add enabled="true" mimeType="image/svg+xml" />
|
|
59
|
+
<add enabled="true" mimeType="application/atom+xml"/>
|
|
60
|
+
<add enabled="true" mimeType="application/javascript" />
|
|
61
|
+
<add enabled="true" mimeType="application/json"/>
|
|
62
|
+
<add enabled="false" mimeType="*/*"/>
|
|
63
|
+
</staticTypes>
|
|
64
|
+
</httpCompression>
|
|
65
|
+
<staticContent>
|
|
66
|
+
<remove fileExtension=".woff"/>
|
|
67
|
+
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
|
|
68
|
+
<remove fileExtension=".woff2"/>
|
|
69
|
+
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff"/>
|
|
70
|
+
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
|
71
|
+
<mimeMap fileExtension=".webm" mimeType="video/webm" />
|
|
72
|
+
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
|
|
73
|
+
<clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge" cacheControlMaxAge="12.00:00:00"/>
|
|
74
|
+
</staticContent>
|
|
75
|
+
<httpProtocol>
|
|
76
|
+
<customHeaders>
|
|
77
|
+
<add name="Arr-Disable-Session-Affinity" value="true"/>
|
|
78
|
+
<remove name="X-Content-Type-Options"/>
|
|
79
|
+
<add name="X-Content-Type-Options" value="nosniff"/>
|
|
80
|
+
<remove name="X-Frame-Options"/>
|
|
81
|
+
<add name="X-Frame-Options" value="SAMEORIGIN" />
|
|
82
|
+
<remove name="X-Powered-By"/>
|
|
83
|
+
</customHeaders>
|
|
84
|
+
</httpProtocol>
|
|
85
|
+
<caching enabled="true" enableKernelCache="true">
|
|
86
|
+
<profiles>
|
|
87
|
+
<add extension=".html" policy="CacheForTimePeriod" kernelCachePolicy="CacheForTimePeriod" duration="14:00:00:00"/>
|
|
88
|
+
<add extension=".css" policy="CacheForTimePeriod" kernelCachePolicy="CacheForTimePeriod" duration="14:00:00:00"/>
|
|
89
|
+
<add extension=".js" policy="CacheForTimePeriod" kernelCachePolicy="CacheForTimePeriod" duration="14:00:00:00"/>
|
|
90
|
+
</profiles>
|
|
91
|
+
</caching>
|
|
92
|
+
</system.webServer>
|
|
93
|
+
</configuration>
|