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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7406307ca5710a579a062b1d0f8bb8b4119da4ca1494e8b47af7c3b7b3788389
4
- data.tar.gz: '05934b1c4992511bdfbd04be1097a83da141eb6e972029d356819b1dc2c5865d'
3
+ metadata.gz: c9eabd4b44294d2229e76ca1d8cff86e47fedc665a4c545aff32c9a98949e314
4
+ data.tar.gz: ed3fb735bbc3fbbd6342c74d0d03e3ed59568071a270332fe8d18f9fd0d58471
5
5
  SHA512:
6
- metadata.gz: 9335ba2fd3628a57f93eae8ab1a6d657213b2bb4a713dd6c7e4dde4a95976e243ad474abdb6ad880aaf0b685f04cd6e3d3fd8b01f1cd53d8e0b5aa8a74133ba9
7
- data.tar.gz: 8b4a0705ebb523851eb5b82f041dc02a7f895a4bfef87bd6997a9efccde968d9e153ee5f8d0f650adfed234110d1d05d3fea764a70641fa9c6e23d71a316b879
6
+ metadata.gz: df629b19fc1141e3c9e81ef86b84df095e1ed91801653b229dd794a5b8ee1b77f9bb3061dad62e3a6b9df58961c18d1e33d27498a7f4c1fbd0f9441486fad8ab
7
+ data.tar.gz: b4dcfeeb65b2ccf0ec3f4741360ccdfe9957bb0786a7bb50d874a4a8d0c091122e92baca145b0d754d037db3bf16a9bb211ef592a7bfc060ad362797ec2711f2
@@ -1,7 +1,10 @@
1
1
 
2
- <a href="#" class="button is-rounded is-dark">
3
- <span> {{ include.label }} </span>
4
- <span class="icon is-small">
5
- <i class="fas fa-chevron-right fa-xs"></i>
6
- </span>
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>
@@ -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>Mehr lesen</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 %}
@@ -14,7 +14,7 @@
14
14
 
15
15
  {{ include.content }}
16
16
  {% if include.button %}
17
- {% include button.html label=include.button %}
17
+ {% include button.html label=include.button link=include.button_link %}
18
18
  {% endif %}
19
19
 
20
20
  {% if include.image %}
@@ -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>Mehr lesen</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>
@@ -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>Mehr lesen</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>
@@ -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">Aktuelles</h1>
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>Mehr lesen</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.44
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 00:00:00.000000000 Z
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
File without changes
Binary file
Binary file
Binary file
Binary file
Binary file