intia-theme 0.1.45 → 0.1.46
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/button.html +7 -4
- data/_includes/glossary.html +1 -1
- data/_includes/latest-story.html +1 -1
- data/_includes/stories.html +1 -1
- data/_includes/story-slider.html +2 -2
- metadata +1 -8
- 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: f0e948af62a5df8bf8fd1fa2b7f831b326486325ba9a596b774142ac02bb37fd
|
|
4
|
+
data.tar.gz: f1be2212ffb4ad8aeb96795374a14996cd4db56199712c9d9462b827003d303f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76e5a260c7f6230261d254062dbc0bd05113756268ecf6d824b3f98cb837a1bd9ca16e6e9ccec997706f77d2d1961d202d5c55d2a1ded48a16e587d89a577600
|
|
7
|
+
data.tar.gz: e1930ce7ef55217777159ff2abdcdca2c728d87af0bed23db2ab2b8532ea7e0c5eeafe868f437030cab2e9249f989a2a3ab9bf81e0bb0780e12604d434358a08
|
data/_includes/button.html
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
<a href="{{ include.link }}" class="button is-rounded is-dark">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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/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,7 +1,7 @@
|
|
|
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.46
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marc Schmidt
|
|
@@ -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
|