jekyll-theme-glueckkanja 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22356e1845bb3f66030c9273227c75a4e366711db4126b3d4777a748d80c7fe4
4
- data.tar.gz: 75f3bada16bb5fda4845040abb0743475a5f93384d0c223a2363cfe29a80feee
3
+ metadata.gz: e71ce92301c49e074740a8bcb4de3b0450da4a829dbf61e9999ccdc4d9c6d7a5
4
+ data.tar.gz: '021525178fc5d3c9292d1515588f2d969e870c821b514d008ea6cd7bd6366e96'
5
5
  SHA512:
6
- metadata.gz: 4b524f40aa1d7b0bfc36758f1ce5c45ace5b73b4ca8cd6147bbcb540e53fb4e5e5ad021610eef870a0752ddc0d6453c3a940eb504377425e19da1fde590fe4cc
7
- data.tar.gz: d0340522d1cfe7d6ae06ccd66be7c3aab2c735e016a0cfed16d16f8f0a9f81c848d853516d086f6e5cf1d21dd3d331b9754ddc1e67c2a8a574f85c0e0a090ffb
6
+ metadata.gz: 3b5473fae6bdcc724ede67d007d47f938e47e113426c25f0d9f3238f7d30f88edda48b955439d8bdde08bde07e70230b9887e3a88545fd2425936f33e4336765
7
+ data.tar.gz: 39e25cc8c27780f3b92a8d22e0eaf6bf7fab0fe1ce05f66317bfa81833aab2cbb0a9b99ef8075b7d2380369918ae5ade537400307a8c557b6b3c2cbcaed677db
data/_includes/head.html CHANGED
@@ -47,7 +47,6 @@
47
47
 
48
48
  <!-- CSS -->
49
49
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
50
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
51
50
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
52
51
  <link type="text/css" rel="stylesheet" href="{{site.baseurl}}/assets/css/app.css">
53
52
  <link type="text/css" rel="stylesheet" href="{{site.baseurl}}/assets/css/site.css">
@@ -1,4 +1,4 @@
1
- <!-- Scripts Start v20180213 -->
1
+ <!-- Scripts Start v20190924 -->
2
2
  <!-- Google Fonts -->
3
3
  <script type="text/javascript" charset="UTF-8" src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
4
4
  <script>
@@ -8,11 +8,12 @@
8
8
  }
9
9
  });
10
10
  </script>
11
+
11
12
  <!-- jQuery -->
12
- <script type="text/javascript" charset="UTF-8" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
13
+ <!--script type="text/javascript" charset="UTF-8" src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script-->
14
+ <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
13
15
 
14
16
  <!-- Bootstrap Core JavaScript -->
15
- <!--script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script-->
16
17
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
17
18
 
18
19
  {% if site.unify.active == true %}
data/assets/css/app.scss CHANGED
@@ -3,18 +3,8 @@
3
3
  @charset "utf-8";
4
4
  @import "variables";
5
5
 
6
- //@import "bootstrap";
7
- //@import "font-awesome";
8
-
9
6
  @import "rangeslider";
10
7
 
11
- @import "hc-elements";
12
- @import "hc-tutorials";
13
- @import "hc-header";
14
- @import "hc-dark-theme";
15
- @import "docs-mixins";
16
- @import "docs-layout";
17
-
18
8
  @import "unify/unify";
19
9
  @import "_cubeportfolio";
20
10
 
@@ -32,6 +22,66 @@ body {
32
22
  margin: 0;
33
23
  }
34
24
 
25
+ /* ------------ Missign Styles ------------ */
26
+ h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
27
+ font-family: "Open Sans Condensed",sans-serif;
28
+ font-weight: 700;
29
+ line-height: 1.1;
30
+ color: inherit
31
+ }
32
+
33
+ h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small {
34
+ font-weight: 400;
35
+ line-height: 1;
36
+ color: #d1d1d1
37
+ }
38
+
39
+ h1,.h1,h2,.h2,h3,.h3 {
40
+ margin-top: 25px;
41
+ margin-bottom: 12.5px
42
+ }
43
+
44
+ h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small {
45
+ font-size: 65%
46
+ }
47
+
48
+ h4,.h4,h5,.h5,h6,.h6 {
49
+ margin-top: 12.5px;
50
+ margin-bottom: 12.5px
51
+ }
52
+
53
+ h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small {
54
+ font-size: 75%
55
+ }
56
+
57
+ h1,.h1 {
58
+ font-size: 30px
59
+ }
60
+
61
+ h2,.h2 {
62
+ font-size: 22px
63
+ }
64
+
65
+ h3,.h3 {
66
+ font-size: 18px
67
+ }
68
+
69
+ h4,.h4 {
70
+ font-size: 17px
71
+ }
72
+
73
+ h5,.h5 {
74
+ font-size: 16px
75
+ }
76
+
77
+ h6,.h6 {
78
+ font-size: 15px
79
+ }
80
+
81
+ p,.settings-panel-example {
82
+ margin: 0 0 12.5px
83
+ }
84
+
35
85
  /* ------------ LOGO ------------ */
36
86
 
37
87
  header {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-glueckkanja
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@glueckkanja"
@@ -14,86 +14,86 @@ dependencies:
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-plugin-cloudinary
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jekyll-youtube
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '1'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: jekyll-feed
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0'
61
+ version: '0.12'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0'
68
+ version: '0.12'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: jekyll-sitemap
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: '1.3'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: '1.3'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jekyll-twitter-plugin
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: '2'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: '2'
97
97
  description:
98
98
  email:
99
99
  - info@glueckkanja.com
@@ -746,7 +746,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
746
746
  - !ruby/object:Gem::Version
747
747
  version: '0'
748
748
  requirements: []
749
- rubygems_version: 3.0.6
749
+ rubygems_version: 3.0.3
750
750
  signing_key:
751
751
  specification_version: 4
752
752
  summary: GK Jekyll Theme