intia-theme 0.1.49 → 0.1.52
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 +12 -2
- data/_includes/header.html +43 -3
- data/_sass/_helper.scss +13 -0
- data/_sass/_icons.scss +24 -0
- data/_sass/_layout.scss +46 -5
- data/assets/img/icons/download.png +0 -0
- data/assets/img/icons/download.svg +6 -0
- data/assets/img/icons/external.png +0 -0
- data/assets/img/icons/external.svg +3 -0
- data/assets/img/icons/internal.png +0 -0
- data/assets/img/icons/remove.svg +3 -0
- data/assets/img/icons/search.svg +3 -0
- data/assets/js/main.js +33 -1
- data/assets/js/search.js +1 -1
- metadata +9 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ab00b94fabf6baf9b4494f85dc6697ee503e586e88c6e45cda41df2092fb803
|
|
4
|
+
data.tar.gz: e59fc45f360b37c9020f302dfd22b34bb52f83c0834cfe9c292f92e50c8f7c07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7239a6b15ec22c0f81a0888752e255053dd95ddd1922cbc040223913b55bf29501af4cfd1e6695c457619650623041d89d5556a1b076bd21a6017f232fe80e1
|
|
7
|
+
data.tar.gz: 61cc042ff04102b1cb5f619041e1a004d41edd24811b640a7f2bcf2209ef239294f7264e557fc0e2b6262b0203be0314444942aa684ac4c8e3382aaa1bd061a3
|
data/_includes/button.html
CHANGED
|
@@ -3,8 +3,18 @@
|
|
|
3
3
|
<span> {{ include.label }} </span>
|
|
4
4
|
|
|
5
5
|
{% unless include.no-icon %}
|
|
6
|
+
{% if include.type == "external" %}
|
|
6
7
|
<span class="icon is-small">
|
|
7
|
-
<i class="fas
|
|
8
|
-
</span>
|
|
8
|
+
<i class="fas icon-external fa-xs invert"></i>
|
|
9
|
+
</span>
|
|
10
|
+
{% elsif include.type == "download" %}
|
|
11
|
+
<span class="icon is-small">
|
|
12
|
+
<i class="fas icon-download fa-xs invert"></i>
|
|
13
|
+
</span>
|
|
14
|
+
{% else %}
|
|
15
|
+
<span class="icon is-small">
|
|
16
|
+
<i class="fas fa-chevron-right fa-xs"></i>
|
|
17
|
+
</span>
|
|
18
|
+
{% endif %}
|
|
9
19
|
{% endunless %}
|
|
10
20
|
</a>
|
data/_includes/header.html
CHANGED
|
@@ -12,7 +12,26 @@
|
|
|
12
12
|
</a>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
|
|
15
|
-
<div class="navbar-end buttons">
|
|
15
|
+
<div id="SearchOverlay" class="searchbar-overlay navbar-end buttons">
|
|
16
|
+
<div class="navbar-item searchbar">
|
|
17
|
+
<div class="field">
|
|
18
|
+
<div id="search-container" class="control">
|
|
19
|
+
<input class="input search-input" type="text" id="search-input" placeholder="Suchbegriff eintippen">
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<ul id="results-container" class="search-result-list"></ul>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="navbar-end">
|
|
25
|
+
<div class="navbar-item navbar-search">
|
|
26
|
+
<a id="closeSearch">
|
|
27
|
+
<span class="icon">
|
|
28
|
+
<i class="fa-solid icon-remove"></i>
|
|
29
|
+
</span>
|
|
30
|
+
</a>
|
|
31
|
+
</div>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
<div id="navmenu" class="navbar-end buttons">
|
|
16
35
|
{% if site.data.navigation %}
|
|
17
36
|
{% for item in site.data.navigation %}
|
|
18
37
|
{% if item.dropdown %}
|
|
@@ -42,11 +61,19 @@
|
|
|
42
61
|
{% endif %}
|
|
43
62
|
{% endfor %}
|
|
44
63
|
{% endif %}
|
|
64
|
+
<div class="navbar-end">
|
|
65
|
+
<div class="navbar-item navbar-search">
|
|
66
|
+
<a id="openSearch">
|
|
67
|
+
<span class="icon">
|
|
68
|
+
<i class="fa-solid icon-search"></i>
|
|
69
|
+
</span>
|
|
70
|
+
</a>
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
45
73
|
</div>
|
|
46
74
|
</div>
|
|
47
75
|
</div>
|
|
48
76
|
</nav>
|
|
49
|
-
|
|
50
77
|
{% unless page.hide_beadcrumb %}
|
|
51
78
|
<section class="breadcrumb-section green-version">
|
|
52
79
|
<div class="container breadcrumb-container">
|
|
@@ -80,4 +107,17 @@
|
|
|
80
107
|
</div>
|
|
81
108
|
</section>
|
|
82
109
|
{% else %}
|
|
83
|
-
{% endunless %}
|
|
110
|
+
{% endunless %}
|
|
111
|
+
|
|
112
|
+
<!-- Script pointing to search-script.js -->
|
|
113
|
+
<script src="/assets/js/search.js" type="text/javascript"></script>
|
|
114
|
+
|
|
115
|
+
<!-- Configuration -->
|
|
116
|
+
<script>
|
|
117
|
+
SimpleJekyllSearch({
|
|
118
|
+
searchInput: document.getElementById('search-input'),
|
|
119
|
+
resultsContainer: document.getElementById('results-container'),
|
|
120
|
+
json: '/search.json',
|
|
121
|
+
searchResultTemplate: '<li><a class="search-item" href="{{ site.url }}{url}">{title}</a></li>'
|
|
122
|
+
})
|
|
123
|
+
</script>
|
data/_sass/_helper.scss
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
.fas {
|
|
5
5
|
line-height: 2.25rem !important;
|
|
6
6
|
}
|
|
7
|
+
.invert{
|
|
8
|
+
filter: invert(100%);
|
|
9
|
+
}
|
|
7
10
|
.custom-icon {
|
|
8
11
|
content: "";
|
|
9
12
|
background: url(https://via.placeholder.com/48x48) no-repeat;
|
|
@@ -13,3 +16,13 @@
|
|
|
13
16
|
height: 48px;
|
|
14
17
|
float: left;
|
|
15
18
|
}
|
|
19
|
+
.custom-button-icons {
|
|
20
|
+
content: "";
|
|
21
|
+
background: url(https://via.placeholder.com/48x48) no-repeat;
|
|
22
|
+
background-position: center center;
|
|
23
|
+
background-size: contain !important;
|
|
24
|
+
display: block;
|
|
25
|
+
width: 15px;
|
|
26
|
+
height: 15px;
|
|
27
|
+
float: left;
|
|
28
|
+
}
|
data/_sass/_icons.scss
CHANGED
|
@@ -3,3 +3,27 @@
|
|
|
3
3
|
@extend .custom-icon;
|
|
4
4
|
background: url(/assets/img/icons/handshake.svg) no-repeat;
|
|
5
5
|
}
|
|
6
|
+
.icon-download:before {
|
|
7
|
+
@extend .custom-button-icons;
|
|
8
|
+
background: url(/assets/img/icons/download.svg) no-repeat;
|
|
9
|
+
}
|
|
10
|
+
.icon-external:before {
|
|
11
|
+
@extend .custom-button-icons;
|
|
12
|
+
background: url(/assets/img/icons/external.svg) no-repeat;
|
|
13
|
+
transform: rotate(-90deg);
|
|
14
|
+
}
|
|
15
|
+
.icon-search:before {
|
|
16
|
+
@extend .custom-button-icons;
|
|
17
|
+
background: url(/assets/img/icons/search.svg) no-repeat;
|
|
18
|
+
width: 32px;
|
|
19
|
+
height: 32px;
|
|
20
|
+
filter: invert(35%) sepia(93%) saturate(355%) hue-rotate(124deg) brightness(93%) contrast(88%);
|
|
21
|
+
}
|
|
22
|
+
.icon-remove:before {
|
|
23
|
+
@extend .custom-button-icons;
|
|
24
|
+
background: url(/assets/img/icons/remove.svg) no-repeat;
|
|
25
|
+
width: 32px;
|
|
26
|
+
height: 32px;
|
|
27
|
+
filter: invert(35%) sepia(93%) saturate(355%) hue-rotate(124deg) brightness(93%) contrast(88%);
|
|
28
|
+
}
|
|
29
|
+
|
data/_sass/_layout.scss
CHANGED
|
@@ -177,6 +177,43 @@ ul {
|
|
|
177
177
|
.navbar-dropdown {
|
|
178
178
|
display: none;
|
|
179
179
|
}
|
|
180
|
+
// Search
|
|
181
|
+
.navbar-search{
|
|
182
|
+
padding-left: 0.75rem !important;
|
|
183
|
+
padding-top: 0.5rem !important;
|
|
184
|
+
}
|
|
185
|
+
//Search overlay
|
|
186
|
+
.searchbar .field{
|
|
187
|
+
margin-bottom: 0;
|
|
188
|
+
}
|
|
189
|
+
.searchbar-overlay{
|
|
190
|
+
display: none;
|
|
191
|
+
}
|
|
192
|
+
.searchbar{
|
|
193
|
+
height: 47px;
|
|
194
|
+
width: 800px;
|
|
195
|
+
padding-top: 0 !important;
|
|
196
|
+
}
|
|
197
|
+
.search-item {
|
|
198
|
+
color: black;
|
|
199
|
+
}
|
|
200
|
+
.searchbar-overlay ul{
|
|
201
|
+
list-style-type: none;
|
|
202
|
+
}
|
|
203
|
+
.search-result-list {
|
|
204
|
+
display: none;
|
|
205
|
+
background-color: #e7f2ea;
|
|
206
|
+
color: black;
|
|
207
|
+
border-bottom-left-radius: 45px;
|
|
208
|
+
border-bottom-right-radius: 45px;
|
|
209
|
+
border-left: 3px solid #1e7d73;
|
|
210
|
+
border-right: 3px solid #1e7d73;
|
|
211
|
+
border-bottom: 3px solid #1e7d73;
|
|
212
|
+
}
|
|
213
|
+
.search-input:active, .search-input:hover{
|
|
214
|
+
border-color: #1e7d73 !important ;
|
|
215
|
+
}
|
|
216
|
+
|
|
180
217
|
.button.is-dark.has-dropdown:hover .navbar-dropdown,
|
|
181
218
|
.button.is-dark.is-hovered.has-dropdown .navbar-dropdown {
|
|
182
219
|
display: block;
|
|
@@ -330,7 +367,6 @@ a .tooltip-popup {
|
|
|
330
367
|
// Navi
|
|
331
368
|
.navbar {
|
|
332
369
|
padding-top: 0.6rem;
|
|
333
|
-
padding-bottom: 2.6rem;
|
|
334
370
|
}
|
|
335
371
|
|
|
336
372
|
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
|
|
@@ -1063,9 +1099,6 @@ div.faq {
|
|
|
1063
1099
|
color: #1e7d73;
|
|
1064
1100
|
cursor: default;
|
|
1065
1101
|
}
|
|
1066
|
-
.navbar {
|
|
1067
|
-
padding-bottom: 2.3rem;
|
|
1068
|
-
}
|
|
1069
1102
|
.hero.is-medium .hero-body {
|
|
1070
1103
|
padding-top: 1rem;
|
|
1071
1104
|
}
|
|
@@ -1095,6 +1128,9 @@ div.faq {
|
|
|
1095
1128
|
color: #ffffff;
|
|
1096
1129
|
}
|
|
1097
1130
|
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1098
1134
|
// Mobil
|
|
1099
1135
|
|
|
1100
1136
|
@include mobile {
|
|
@@ -1150,7 +1186,6 @@ div.faq {
|
|
|
1150
1186
|
}
|
|
1151
1187
|
.navbar {
|
|
1152
1188
|
padding-top: 0.6rem;
|
|
1153
|
-
padding-bottom: 0.6rem;
|
|
1154
1189
|
}
|
|
1155
1190
|
.navbar-brand img {
|
|
1156
1191
|
margin: 1rem;
|
|
@@ -1269,4 +1304,10 @@ div.faq {
|
|
|
1269
1304
|
image-rendering: -webkit-optimize-contrast;
|
|
1270
1305
|
padding-bottom: 15px;
|
|
1271
1306
|
}
|
|
1307
|
+
//Searchbar
|
|
1308
|
+
.searchbar{
|
|
1309
|
+
height: 47px;
|
|
1310
|
+
width: auto;
|
|
1311
|
+
padding-top: 0 !important;
|
|
1312
|
+
}
|
|
1272
1313
|
}
|
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
2
|
+
|
|
3
|
+
<g transform="matrix(2,0,0,2,0,0)"><g>
|
|
4
|
+
<path d="M11.33,14.08a.94.94,0,0,0,1.34,0l9-9A.95.95,0,0,0,21,3.5H19.56a.93.93,0,0,0-.67.28l-6.54,6.53a.48.48,0,0,1-.7,0L5.11,3.78a1,1,0,0,0-.67-.28H3a.95.95,0,0,0-.67,1.61Z" style="fill: #000000"></path>
|
|
5
|
+
<path d="M22.39,17.67H1.61a1.42,1.42,0,1,0,0,2.83H22.39a1.42,1.42,0,1,0,0-2.83Z" style="fill: #000000"></path>
|
|
6
|
+
</g></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
2
|
+
|
|
3
|
+
<g transform="matrix(2,0,0,2,0,0)"><path d="M21.5,4a1.5,1.5,0,0,0-3,0V15.76a.25.25,0,0,1-.15.23.26.26,0,0,1-.28-.05l-13-13A1.5,1.5,0,0,0,2.94,5.06l13,13a.24.24,0,0,1,0,.27.25.25,0,0,1-.23.15H4a1.5,1.5,0,0,0,0,3H19a2.5,2.5,0,0,0,1.78-.74A2.53,2.53,0,0,0,21.5,19Z" style="fill: #000000"></path></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
2
|
+
|
|
3
|
+
<g transform="matrix(2,0,0,2,0,0)"><path d="M.44,21.44a1.49,1.49,0,0,0,0,2.12,1.5,1.5,0,0,0,2.12,0l9.26-9.26a.25.25,0,0,1,.36,0l9.26,9.26a1.5,1.5,0,0,0,2.12,0,1.49,1.49,0,0,0,0-2.12L14.3,12.18a.25.25,0,0,1,0-.36l9.26-9.26A1.5,1.5,0,0,0,21.44.44L12.18,9.7a.25.25,0,0,1-.36,0L2.56.44A1.5,1.5,0,0,0,.44,2.56L9.7,11.82a.25.25,0,0,1,0,.36Z" style="fill: #000000"></path></g></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
|
|
2
|
+
|
|
3
|
+
<g transform="matrix(2,0,0,2,0,0)"><path d="M23.41,20.59,18.77,16a10.25,10.25,0,1,0-8.52,4.56,10.14,10.14,0,0,0,5.69-1.74l4.65,4.65a2,2,0,0,0,2.82,0A2,2,0,0,0,23.41,20.59ZM10.25,3A7.25,7.25,0,1,1,3,10.26,7.26,7.26,0,0,1,10.25,3Z" style="fill: #000000"></path></g></svg>
|
data/assets/js/main.js
CHANGED
|
@@ -47,4 +47,36 @@ window.onscroll = function(ev) {
|
|
|
47
47
|
scrollDownArrow.classList.remove("is-hidden");
|
|
48
48
|
scrollUpArrow.classList.remove("is-hidden");
|
|
49
49
|
}
|
|
50
|
-
};
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
document.getElementById("openSearch").addEventListener("click", openSearch);
|
|
53
|
+
document.getElementById("closeSearch").addEventListener("click", closeSearch);
|
|
54
|
+
document.getElementById("search-input").addEventListener("input", showsearchresults);
|
|
55
|
+
|
|
56
|
+
var searchOverlay = document.getElementById("SearchOverlay");
|
|
57
|
+
var navmenu = document.getElementById("navmenu");
|
|
58
|
+
var resultsContainer = document.getElementById("results-container");
|
|
59
|
+
var searchInput = document.getElementById("search-input");
|
|
60
|
+
|
|
61
|
+
function openSearch() {
|
|
62
|
+
searchOverlay.style.display = "flex";
|
|
63
|
+
navmenu.style.display = "none";
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function closeSearch() {
|
|
67
|
+
searchOverlay.style.display = "none";
|
|
68
|
+
navmenu.style.display = "flex";
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
function showsearchresults(e) {
|
|
73
|
+
if(e.target.value.length>0){
|
|
74
|
+
resultsContainer.style.display = "block";
|
|
75
|
+
searchInput.style.borderBottomLeftRadius = "0px";
|
|
76
|
+
searchInput.style.borderBottomRightRadius = "0px";
|
|
77
|
+
}else{
|
|
78
|
+
resultsContainer.style.display = "none";
|
|
79
|
+
searchInput.style.borderBottomLeftRadius = "45px";
|
|
80
|
+
searchInput.style.borderBottomRightRadius = "45px";
|
|
81
|
+
}
|
|
82
|
+
}
|
data/assets/js/search.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* Copyright 2015-2020, Christian Fei
|
|
4
4
|
* Licensed under the MIT License.
|
|
5
5
|
*/
|
|
6
|
-
!function
|
|
6
|
+
!function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(require,module,exports){function load(location,callback){var xhr=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");xhr.open("GET",location,!0),xhr.onreadystatechange=function(){if(200==xhr.status&&4==xhr.readyState)try{callback(null,JSON.parse(xhr.responseText))}catch(err){callback(err,null)}},xhr.send()}module.exports={load:load}},{}],2:[function(require,module,exports){function put(data){return isObject(data)?addObject(data):isArray(data)?addArray(data):void 0}function clear(){return data.length=0,data}function get(){return data}function isObject(obj){return!!obj&&"[object Object]"==Object.prototype.toString.call(obj)}function isArray(obj){return!!obj&&"[object Array]"==Object.prototype.toString.call(obj)}function addObject(_data){return data.push(_data),data}function addArray(_data){for(var added=[],i=0;i<_data.length;i++)isObject(_data[i])&&added.push(addObject(_data[i]));return added}function search(crit){return crit?findMatches(data,crit,opt.searchStrategy,opt):[]}function setOptions(_opt){opt=_opt||{},opt.fuzzy=_opt.fuzzy||!1,opt.limit=_opt.limit||10,opt.searchStrategy=require(_opt.fuzzy?"./SearchStrategies/FuzzySearchStrategy":"./SearchStrategies/LiteralSearchStrategy")}function findMatches(data,crit,strategy,opt){for(var matches=[],i=0;i<data.length&&matches.length<opt.limit;i++){var match=findMatchesInObject(data[i],crit,strategy,opt);match&&matches.push(match)}return matches}function findMatchesInObject(obj,crit,strategy,opt){for(var key in obj)if(!isExcluded(obj[key],opt.exclude)&&strategy.matches(obj[key],crit))return obj}function isExcluded(term,excludedTerms){var excluded=!1;excludedTerms=excludedTerms||[];for(var i=0;i<excludedTerms.length;i++){var excludedTerm=excludedTerms[i];!excluded&&new RegExp(term).test(excludedTerm)&&(excluded=!0)}return excluded}module.exports={put:put,clear:clear,get:get,search:search,setOptions:setOptions};var data=[],opt={};opt.fuzzy=!1,opt.limit=10,opt.searchStrategy=require(opt.fuzzy?"./SearchStrategies/FuzzySearchStrategy":"./SearchStrategies/LiteralSearchStrategy")},{"./SearchStrategies/FuzzySearchStrategy":3,"./SearchStrategies/LiteralSearchStrategy":4}],3:[function(require,module,exports){function FuzzySearchStrategy(){function fuzzyRegexFromString(string){return new RegExp(string.split("").join(".*?"),"gi")}this.matches=function(string,crit){return"string"!=typeof string?!1:(string=string.trim(),!!fuzzyRegexFromString(crit).test(string))}}module.exports=new FuzzySearchStrategy},{}],4:[function(require,module,exports){function LiteralSearchStrategy(){this.matches=function(string,crit){return"string"!=typeof string?!1:(string=string.trim(),string.toLowerCase().indexOf(crit.toLowerCase())>=0)}}module.exports=new LiteralSearchStrategy},{}],5:[function(require,module,exports){function setOptions(_opt){opt=_opt||{},opt.templatePattern=_opt.templatePattern||/\{(.*?)\}/g}function render(t,data){return t.replace(opt.templatePattern,function(match,prop){return data[prop]||match})}module.exports={render:render,setOptions:setOptions};var opt={};opt.templatePattern=/\{(.*?)\}/g},{}],6:[function(require,module,exports){!function(window,document,undefined){"use strict";function initWithJSON(json){store.put(opt.json),registerInput()}function initWithURL(url){jsonLoader.load(url,function(err,json){err?throwError("failed to get JSON ("+url+")"):(store.put(json),registerInput())})}function throwError(message){throw new Error("SimpleJekyllSearch --- "+message)}function validateOptions(_opt){for(var i=0;i<requiredOptions.length;i++){var req=requiredOptions[i];_opt[req]||throwError("You must specify a "+req)}var ret=_opt;for(var option in opt)ret[option]=_opt[option]||opt[option];return ret}function isJSON(json){try{return json instanceof Object&&JSON.parse(JSON.stringify(json))}catch(e){return!1}}function emptyResultsContainer(){opt.resultsContainer.innerHTML=""}function appendToResultsContainer(text){opt.resultsContainer.innerHTML+=text}function registerInput(){opt.searchInput.addEventListener("keyup",function(e){return 0==e.target.value.length?void emptyResultsContainer():void render(store.search(e.target.value))})}function render(results){if(emptyResultsContainer(),0==results.length)return appendToResultsContainer(opt.noResultsText);for(var i=0;i<results.length;i++)appendToResultsContainer(templater.render(opt.searchResultTemplate,results[i]))}var templater=require("./Templater"),store=require("./Repository"),jsonLoader=require("./JSONLoader"),requiredOptions=["searchInput","resultsContainer","json"],opt={searchInput:null,resultsContainer:null,json:[],searchResultTemplate:'<li><a href="{url}" title="{desc}">{title}</a></li>',noResultsText:"No results found",limit:10,fuzzy:!1,exclude:[]};window.SimpleJekyllSearch=function(_opt){opt=validateOptions(_opt),store.setOptions(_opt),isJSON(opt.json)?initWithJSON(opt.json):initWithURL(opt.json)},window.SimpleJekyllSearch.init=window.SimpleJekyllSearch}(window,document)},{"./JSONLoader":1,"./Repository":2,"./Templater":5}]},{},[6]);
|
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.52
|
|
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-04-
|
|
11
|
+
date: 2022-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -61,7 +61,14 @@ files:
|
|
|
61
61
|
- assets/img/arrow-left.png
|
|
62
62
|
- assets/img/download_link.png
|
|
63
63
|
- assets/img/external-link.png
|
|
64
|
+
- assets/img/icons/download.png
|
|
65
|
+
- assets/img/icons/download.svg
|
|
66
|
+
- assets/img/icons/external.png
|
|
67
|
+
- assets/img/icons/external.svg
|
|
64
68
|
- assets/img/icons/handshake.svg
|
|
69
|
+
- assets/img/icons/internal.png
|
|
70
|
+
- assets/img/icons/remove.svg
|
|
71
|
+
- assets/img/icons/search.svg
|
|
65
72
|
- assets/img/internal-link.png
|
|
66
73
|
- assets/img/logo-black.png
|
|
67
74
|
- assets/img/logo-dites.png
|