mono-lite 0.2.4 → 0.2.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: deedda1eb95d5799bf80c10cf74aac81d288d490acc583f8bcff01f218d601bc
4
- data.tar.gz: f236850d626e6592c6bf1b4c3493f433152415e7e4c49d70ed1a0d7b64c34a92
3
+ metadata.gz: bd8c57f457bebbafe955bb9d4fd00e73085c0257e8990f7ea5917ba47b63071e
4
+ data.tar.gz: 12a31adfb8a3d5c8b5743ec4d1331b077348da25683ba004432f26609afcc9ed
5
5
  SHA512:
6
- metadata.gz: 7584607668c6fe66879a55a7fbbb1ab4310649262aef64604e0355ee312b9f7fe64b1507c6877537ede93afe84e7fff8b132827372d8dba165e48fdd40da659a
7
- data.tar.gz: a498f52bfa3490491c713a60739c4a3a3899350df8a533aa95bdc82d4e984ea7c648408743853474618cdcd270e338b8ac1806bd8412efc0a8bdb774284d60e0
6
+ metadata.gz: 4a9d30e244c3143fa266f4b63497d12fdd2e49766d3d5151670fef27d4fab364f787a8255ace99cd72dddd114dd3a060eacd8702c92c46b1b04cd5d3d842cbe7
7
+ data.tar.gz: aba6f1ec0149af46101f411918ad0012b2c32b30a5669c74de781f2d753e650e31821137746f77bcbe63d551042260ffa0d2a01a30e42e94ff8eef1e76a19f93
data/_includes/head.html CHANGED
@@ -3,8 +3,8 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
 
6
- <title>{% if page.title %}{{ page.title | escape }} | {{ site.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
- <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
6
+ <title>{% if page.title %}{{ page.title }} | {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
7
+ <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 }}">
8
8
 
9
9
  <link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
10
10
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
@@ -1,5 +1,5 @@
1
1
  <header class="site-header">
2
- <p class="site-title">{{ site.title | upcase | escape }}</p>
3
- <p>{{ site.mono-lite.intro_description | escape }}</p>
2
+ <p class="site-title">{{ site.title | upcase }}</p>
3
+ <p>{{ site.mono-lite.intro_description }}</p>
4
4
  {%- include social.html -%}
5
5
  </header>
@@ -1,21 +1,21 @@
1
1
  {%- assign social = site.mono-lite.social_links -%}
2
2
 
3
3
  <ul class="social-media-list">
4
- {%- for glb in social.gitlab -%}{%- if glb.username and glb.instance -%}<li><a rel="me" href="https://{{ glb.instance | cgi_escape | escape}}/{{glb.username}}" title="{{ glb.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#gitlab' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
5
- {%- if social.dribbble -%}<li><a rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#dribbble' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
- {%- if social.facebook -%}<li><a rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
7
- {%- if social.flickr -%}<li><a rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#flickr' | relative_url }}"></use></svg></a></li>{%- endif -%}
8
- {%- if social.github -%}<li><a rel="me" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#github' | relative_url }}"></use></svg></a></li>{%- endif -%}
9
- {%- if social.stackoverflow -%}<li><a rel="me" href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape | escape }}" title="{{ social.stackoverflow | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#stackoverflow' | relative_url }}"></use></svg></a></li>{%- endif -%}
10
- {%- if social.instagram -%}<li><a rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
11
- {%- if social.linkedin -%}<li><a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
12
- {%- if social.pinterest -%}<li><a rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#pinterest' | relative_url }}"></use></svg></a></li>{%- endif -%}
13
- {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}<li><a rel="me" href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}" title="{{ mst.username | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#mastodon' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
14
- {%- if social.twitter -%}<li><a rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
15
- {%- if social.youtube -%}<li><a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}" title="{{ social.youtube | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
16
- {%- if social.youtube_channel -%}<li><a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}" title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
17
- {%- if social.telegram -%}<li><a rel="me" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#telegram' | relative_url }}"></use></svg></a></li>{%- endif -%}
18
- {%- if social.keybase -%}<li><a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="{{ social.keybase | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#keybase' | relative_url }}"></use></svg></a></li>{%- endif -%}
19
- {%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape | escape }}" title="{{ social.microdotblog | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#microdotblog' | relative_url }}"></use></svg></a></li>{%- endif -%}
20
- {%- if social.devto -%}<li><a href="https://dev.to/{{ social.devto | cgi_escape | escape }}" title="{{ social.devto | escape }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#devto' | relative_url }}"></use></svg></a></li>{%- endif -%}
4
+ {%- for glb in social.gitlab -%}{%- if glb.username and glb.instance -%}<li><a rel="me" href="https://{{ glb.instance | cgi_escape }}/{{glb.username}}" title="{{ glb.username }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#gitlab' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
5
+ {%- if social.dribbble -%}<li><a rel="me" href="https://dribbble.com/{{ social.dribbble | cgi_escape }}" title="{{ social.dribbble }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#dribbble' | relative_url }}"></use></svg></a></li>{%- endif -%}
6
+ {%- if social.facebook -%}<li><a rel="me" href="https://www.facebook.com/{{ social.facebook | cgi_escape }}" title="{{ social.facebook }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#facebook' | relative_url }}"></use></svg></a></li>{%- endif -%}
7
+ {%- if social.flickr -%}<li><a rel="me" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape }}" title="{{ social.flickr }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#flickr' | relative_url }}"></use></svg></a></li>{%- endif -%}
8
+ {%- if social.github -%}<li><a rel="me" href="https://github.com/{{ social.github | cgi_escape }}" title="{{ social.github }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#github' | relative_url }}"></use></svg></a></li>{%- endif -%}
9
+ {%- if social.stackoverflow -%}<li><a rel="me" href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape }}" title="{{ social.stackoverflow }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#stackoverflow' | relative_url }}"></use></svg></a></li>{%- endif -%}
10
+ {%- if social.instagram -%}<li><a rel="me" href="https://www.instagram.com/{{ social.instagram | cgi_escape }}" title="{{ social.instagram }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#instagram' | relative_url }}"></use></svg></a></li>{%- endif -%}
11
+ {%- if social.linkedin -%}<li><a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape }}" title="{{ social.linkedin }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#linkedin' | relative_url }}"></use></svg></a></li>{%- endif -%}
12
+ {%- if social.pinterest -%}<li><a rel="me" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape }}" title="{{ social.pinterest }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#pinterest' | relative_url }}"></use></svg></a></li>{%- endif -%}
13
+ {%- for mst in social.mastodon -%}{%- if mst.username and mst.instance -%}<li><a rel="me" href="https://{{ mst.instance | cgi_escape }}/@{{mst.username}}" title="{{ mst.username }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#mastodon' | relative_url }}"></use></svg></a></li>{%- endif -%}{%- endfor -%}
14
+ {%- if social.twitter -%}<li><a rel="me" href="https://twitter.com/{{ social.twitter | cgi_escape }}" title="{{ social.twitter }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#twitter' | relative_url }}"></use></svg></a></li>{%- endif -%}
15
+ {%- if social.youtube -%}<li><a rel="me" href="https://www.youtube.com/{{ social.youtube | cgi_escape }}" title="{{ social.youtube }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
16
+ {%- if social.youtube_channel -%}<li><a rel="me" href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape }}" title="{{ social.youtube_channel_name | default: 'YouTube' }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#youtube' | relative_url }}"></use></svg></a></li>{%- endif -%}
17
+ {%- if social.telegram -%}<li><a rel="me" href="https://t.me/{{ social.telegram | cgi_escape }}" title="{{ social.telegram }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#telegram' | relative_url }}"></use></svg></a></li>{%- endif -%}
18
+ {%- if social.keybase -%}<li><a rel="me" href="https://keybase.io/{{ social.keybase | cgi_escape }}" title="{{ social.keybase }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#keybase' | relative_url }}"></use></svg></a></li>{%- endif -%}
19
+ {%- if social.microdotblog -%}<li><a rel="me" href="https://micro.blog/{{ social.microdotblog | cgi_escape }}" title="{{ social.microdotblog }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#microdotblog' | relative_url }}"></use></svg></a></li>{%- endif -%}
20
+ {%- if social.devto -%}<li><a href="https://dev.to/{{ social.devto | cgi_escape }}" title="{{ social.devto }}"><svg class="svg-icon grey"><use xlink:href="{{ '/assets/social-icons.svg#devto' | relative_url }}"></use></svg></a></li>{%- endif -%}
21
21
  </ul>
data/_layouts/page.html CHANGED
@@ -3,7 +3,7 @@ layout: default
3
3
  ---
4
4
 
5
5
  <section>
6
- <p class="site-title">{{ site.title | upcase | escape }}</p>
6
+ <p class="site-title">{{ site.title | upcase }}</p>
7
7
  <a class="back-btn" href="/">
8
8
  <span>👈</span>
9
9
  Back to all work
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mono-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Hawley
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.10.0
19
+ version: 3.9.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.10.0
26
+ version: 3.9.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement