jekyll-theme-lcsb-default 0.4.14 → 0.4.17
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/social.html +2 -2
- data/_sass/minima/_base.scss +10 -0
- data/_sass/minima/_lcsb.scss +34 -33
- data/lib/jekyll-theme-lcsb-default.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 818ebbe37fd9c473e705a8b409c5d020825f58ee73465eaee1daeab6148dc394
|
|
4
|
+
data.tar.gz: 25a6086a694d916035b35f44d91e109942c722abd5f94a62ae1107e6e1cf16d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd9bd3d51eec862baf712079efd1ba09f5584ef8b13589529e44d6c5bf59ca2dc509ff0fc41f99bbca370002ac8d571c4ea3a294f5d07fc9ea24dc30b3ccce26
|
|
7
|
+
data.tar.gz: a4ba15bef45b124a4230eb4452967899ded04cecff53aace19b826ea2abba698c4cd2663787d65cd91237b5511d93fb2c15cd0e89e20dd598416edbeb64dbffd
|
data/_includes/social.html
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
{%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-fb"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
|
|
3
3
|
{%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-twitter"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
|
|
4
4
|
{%- if site.linkedin_schoolname -%}<li><a href="https://www.linkedin.com/school/{{ site.linkedin_schoolname| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-linkedin"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
|
|
5
|
+
{%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-instagram"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
|
|
6
|
+
{%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon svg-icon-youtube"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
|
|
5
7
|
|
|
6
8
|
{%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%}
|
|
7
9
|
{%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%}
|
|
8
10
|
{%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%}
|
|
9
|
-
{%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%}
|
|
10
11
|
{%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_schoolname| escape }}</span></a></li>{%- endif -%}
|
|
11
12
|
{%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%}
|
|
12
13
|
{%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%}
|
|
13
|
-
{%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%}
|
|
14
14
|
{%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%}
|
|
15
15
|
{%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}" target="_parent"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%}
|
|
16
16
|
</ul>
|
data/_sass/minima/_base.scss
CHANGED
|
@@ -333,6 +333,16 @@ pre {
|
|
|
333
333
|
transform: scale(1.3);
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
+
.svg-icon-youtube:hover {
|
|
337
|
+
fill: #e61f1f;
|
|
338
|
+
transform: scale(1.3);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.svg-icon-instagram:hover {
|
|
342
|
+
fill: #b345b3;
|
|
343
|
+
transform: scale(1.3);
|
|
344
|
+
}
|
|
345
|
+
|
|
336
346
|
.social-media-list {
|
|
337
347
|
li + li {
|
|
338
348
|
padding-top: 5px;
|
data/_sass/minima/_lcsb.scss
CHANGED
|
@@ -132,6 +132,31 @@ div.alert.primary {
|
|
|
132
132
|
.img-logo-big {
|
|
133
133
|
display: none;
|
|
134
134
|
}
|
|
135
|
+
|
|
136
|
+
.social-container {
|
|
137
|
+
position: relative;
|
|
138
|
+
left:0;
|
|
139
|
+
width: 100%;
|
|
140
|
+
text-align: center;
|
|
141
|
+
float: unset;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.r3-logo-container {
|
|
145
|
+
position: relative;
|
|
146
|
+
left:0;
|
|
147
|
+
width: 100%;
|
|
148
|
+
text-align: center;
|
|
149
|
+
padding-bottom: 1em;
|
|
150
|
+
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.footer-text-container {
|
|
154
|
+
margin-bottom: 4px;
|
|
155
|
+
left: 0;
|
|
156
|
+
width: 100%;
|
|
157
|
+
position: relative;
|
|
158
|
+
text-align: center;
|
|
159
|
+
}
|
|
135
160
|
}
|
|
136
161
|
|
|
137
162
|
// Normal screen =================================================================================
|
|
@@ -154,39 +179,15 @@ div.alert.primary {
|
|
|
154
179
|
}
|
|
155
180
|
|
|
156
181
|
@media (max-width: 680px) {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
.r3-logo-container {
|
|
168
|
-
position: relative;
|
|
169
|
-
left:0;
|
|
170
|
-
width: 100%;
|
|
171
|
-
text-align: center;
|
|
172
|
-
padding-bottom: 1em;
|
|
173
|
-
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.footer-text-container {
|
|
177
|
-
margin-bottom: 4px;
|
|
178
|
-
left: 0;
|
|
179
|
-
width: 100%;
|
|
180
|
-
position: relative;
|
|
181
|
-
text-align: center;
|
|
182
|
-
}
|
|
183
|
-
.social-container {
|
|
184
|
-
position: relative;
|
|
185
|
-
left:0;
|
|
186
|
-
width: 100%;
|
|
187
|
-
text-align: center;
|
|
188
|
-
float: unset;
|
|
189
|
-
}
|
|
182
|
+
.lcsb-logo {
|
|
183
|
+
height: 32px;
|
|
184
|
+
margin: 0px auto;
|
|
185
|
+
|
|
186
|
+
float: none;
|
|
187
|
+
position: initial;
|
|
188
|
+
top: unset;
|
|
189
|
+
left: unset;
|
|
190
|
+
}
|
|
190
191
|
}
|
|
191
192
|
|
|
192
193
|
@media (max-width: 640px) {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-lcsb-default
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trefex
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-
|
|
12
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|