intia-theme 0.1.44 → 0.1.47
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/button.html +8 -5
- data/_includes/glossary.html +1 -1
- data/_includes/head.html +5 -0
- data/_includes/highlighter.html +1 -1
- data/_includes/latest-story.html +1 -1
- data/_includes/stories.html +1 -1
- data/_includes/story-slider.html +2 -2
- metadata +2 -9
- data/_layouts/plattform.html +0 -0
- data/assets/img/posts/analoger_intia_koffer.JPG +0 -0
- data/assets/img/posts/escape-game.jpg +0 -0
- data/assets/img/posts/intia_koffer.JPG +0 -0
- data/assets/img/posts/intia_labor.JPG +0 -0
- data/assets/img/posts/messenger.jpg +0 -0
- data/assets/img/posts/photoprobe.jpg +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9eabd4b44294d2229e76ca1d8cff86e47fedc665a4c545aff32c9a98949e314
|
4
|
+
data.tar.gz: ed3fb735bbc3fbbd6342c74d0d03e3ed59568071a270332fe8d18f9fd0d58471
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df629b19fc1141e3c9e81ef86b84df095e1ed91801653b229dd794a5b8ee1b77f9bb3061dad62e3a6b9df58961c18d1e33d27498a7f4c1fbd0f9441486fad8ab
|
7
|
+
data.tar.gz: b4dcfeeb65b2ccf0ec3f4741360ccdfe9957bb0786a7bb50d874a4a8d0c091122e92baca145b0d754d037db3bf16a9bb211ef592a7bfc060ad362797ec2711f2
|
data/_includes/button.html
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
|
2
|
-
<a href="
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
2
|
+
<a href="{{ include.link }}" class="button is-rounded is-dark">
|
3
|
+
<span> {{ include.label }} </span>
|
4
|
+
|
5
|
+
{% unless include.no-icon %}
|
6
|
+
<span class="icon is-small">
|
7
|
+
<i class="fas fa-chevron-right fa-xs"></i>
|
8
|
+
</span>
|
9
|
+
{% endunless %}
|
7
10
|
</a>
|
data/_includes/glossary.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
{{entry.abstract}}
|
7
7
|
|
8
8
|
<a href="{{ entry.url | relative_url }}" class="button float_right is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
|
9
|
-
<span>
|
9
|
+
<span>{{ include.button | default:"Read more" }}</span>
|
10
10
|
<span class="icon is-small">
|
11
11
|
<i class="fas fa-chevron-right fa-xs"></i>
|
12
12
|
</span>
|
data/_includes/head.html
CHANGED
@@ -10,6 +10,11 @@
|
|
10
10
|
<link href="https://fonts.googleapis.com/css?family=Verdana" rel="stylesheet" type='text/css'>
|
11
11
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
|
12
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-carousel@4.0.3/dist/css/bulma-carousel.min.css">
|
13
|
+
{% unless site.hide_radar %}
|
14
|
+
<script src="https://d3js.org/d3.v5.min.js"></script>
|
15
|
+
<script src="https://methods.intia.de/src/radar/radar.js"></script>
|
16
|
+
<link rel="stylesheet" href="https://methods.intia.de/src/radar/radar.css" />
|
17
|
+
{% endunless %}
|
13
18
|
{% unless site.hide_share_buttons %}
|
14
19
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma-social@1/bin/bulma-social.min.css">
|
15
20
|
{% endunless %}
|
data/_includes/highlighter.html
CHANGED
data/_includes/latest-story.html
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
<div class="content">
|
21
21
|
<p>{{story.subtitle}}</p>
|
22
22
|
<a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
|
23
|
-
<span>
|
23
|
+
<span>{{ page.stories_button | default:"Read more" }}</span>
|
24
24
|
<span class="icon is-small">
|
25
25
|
<i class="fas fa-chevron-right fa-xs"></i>
|
26
26
|
</span>
|
data/_includes/stories.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<p>
|
22
22
|
{{story.subtitle}}</p>
|
23
23
|
<a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
|
24
|
-
<span>
|
24
|
+
<span>{{ page.stories_button | default:"Read more" }}</span>
|
25
25
|
<span class="icon is-small">
|
26
26
|
<i class="fas fa-chevron-right fa-xs"></i>
|
27
27
|
</span>
|
data/_includes/story-slider.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{% if page.story_slider %}
|
2
2
|
<div class="green">
|
3
3
|
<div class="container">
|
4
|
-
<h1 class="slider-titel">
|
4
|
+
<h1 class="slider-titel">{{ page.story_slider }}</h1>
|
5
5
|
|
6
6
|
<div class="carousel">
|
7
7
|
{% for story in site.posts limit:5 %}
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<div class="content">
|
25
25
|
<p>{{story.subtitle}}</p>
|
26
26
|
<a href="{{ story.url | relative_url }}" class="button is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
|
27
|
-
<span>
|
27
|
+
<span>{{ page.story_slider_button | default:"Read more" }}</span>
|
28
28
|
<span class="icon is-small">
|
29
29
|
<i class="fas fa-chevron-right fa-xs"></i>
|
30
30
|
</span>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intia-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.47
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Schmidt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -51,7 +51,6 @@ files:
|
|
51
51
|
- _includes/toc.html
|
52
52
|
- _layouts/404.html
|
53
53
|
- _layouts/default.html
|
54
|
-
- _layouts/plattform.html
|
55
54
|
- _sass/_helper.scss
|
56
55
|
- _sass/_icons.scss
|
57
56
|
- _sass/_layout.scss
|
@@ -76,12 +75,6 @@ files:
|
|
76
75
|
- assets/img/logos/diakonie_michaelshoven.png
|
77
76
|
- assets/img/logos/ev_jugendhilfe_godesheim.png
|
78
77
|
- assets/img/logos/fjmk.png
|
79
|
-
- assets/img/posts/analoger_intia_koffer.JPG
|
80
|
-
- assets/img/posts/escape-game.jpg
|
81
|
-
- assets/img/posts/intia_koffer.JPG
|
82
|
-
- assets/img/posts/intia_labor.JPG
|
83
|
-
- assets/img/posts/messenger.jpg
|
84
|
-
- assets/img/posts/photoprobe.jpg
|
85
78
|
- assets/js/bulma-carousel/js/bulma-carousel.js
|
86
79
|
- assets/js/main.js
|
87
80
|
- assets/js/search.js
|
data/_layouts/plattform.html
DELETED
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|