mono-lite 0.3.5 → 0.3.7

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: 66c2fcdc4db9a7f5993a4759875b8cd8301fb7ffdc2c8f179e9a6e1c1ef0815f
4
- data.tar.gz: 1877f10482d9e80cc7f5a1563a84314de2ed7d326874f4d5976ea98c9f1e1030
3
+ metadata.gz: 300a14c71151965dc0e384387c668f47952b010c765db578230f01f4429ea4a6
4
+ data.tar.gz: db39536fc6f617cecff97a9f0f0db00bc8f288c0601f77d1e56387c3041a393f
5
5
  SHA512:
6
- metadata.gz: b00b8cbec27b6a2e9ca2a637ccaf04b1a8e1dad08e768170f8d87647a941e1cf5b7f9ae5b75dab59c9fd897cdbe390540e68cf58c586457f59902f43b0b6afa3
7
- data.tar.gz: 8f5bc96e56b18d2d2ed52d65677b8472606fd14b5694557b6308ea30e00348b9eb0c1f80632e4aade45109693b3af15308853bdee1111bd5de97ab1adc1d1c06
6
+ metadata.gz: cd5c4de8775dbf3aae5e0a5e1ff6a9b5833bda9c941181d082370d3c5b52632ace10439d8a618d3a2ef8fb945dda83cdcf2379d99091fb55f1b625d6dbcc36b4
7
+ data.tar.gz: eca80bbe2feaa2cfcdcb845dcc80358c86aaddc3b0b406284a5634c3743823169dc4301eef1d52338f22b4d1de0e8105b67a61f3b78d0622bd093f3417818817
data/_config.yml CHANGED
@@ -23,7 +23,7 @@ mono-lite:
23
23
  social_links:
24
24
  github: dylanhawley
25
25
  linkedin: dylanhawley
26
-
26
+ twitter: dylanthawley
27
27
  # Mastodon instances
28
28
  # mastodon:
29
29
  # - username: jekyll
@@ -8,6 +8,9 @@
8
8
  {%- if site.mono-lite.social_links.resume -%}
9
9
  <a href="{{ site.mono-lite.social_links.resume }}" title="Resume">Resume</a>
10
10
  {%- endif -%}
11
+ {%- if site.mono-lite.social_links.twitter -%}
12
+ <a href="https://www.x.com/{{ site.mono-lite.social_links.twitter | cgi_escape }}" title="{{ site.mono-lite.social_links.twitter }}">X</a>
13
+ {%- endif -%}
11
14
  {%- if site.mono-lite.social_links.github -%}
12
15
  <a href="https://github.com/{{ site.mono-lite.social_links.github | cgi_escape }}" title="{{ site.mono-lite.social_links.github }}">GitHub</a>
13
16
  {%- endif -%}
data/_layouts/post.html CHANGED
@@ -9,7 +9,7 @@ layout: page
9
9
  </header>
10
10
 
11
11
  <div class="post-content">
12
- {{ content }}
12
+ {{ content | lazy_load_images }}
13
13
  </div>
14
14
 
15
15
  </article>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mono-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Hawley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll