mono-lite 0.3.2 → 0.3.4
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/head.html +17 -0
- data/_sass/_layout.scss +6 -7
- 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: ceaa119b9d2cdc9381323eb2d9b360f9153f3e438146cbd3c88e94ebaaa313ca
|
4
|
+
data.tar.gz: 1836cc164e572660aa93c1c3ebf7cd3241acf43bcfa93d474bdd77d2e6514a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00e4624f2cc7f15e6b0ad6427046d13e85de5c10f492e3d82bcdafada8bdd3f3458c863ae2112629aae47f5422a5f966a94b5dd89e693aee6554235b905ff424
|
7
|
+
data.tar.gz: 1a725661bacf3346da130b6075006754b58d5db8877ae9441cd3d8ba4495941cd4ab9aa56a35845ee6c4822808a4140cc5bb82b7359c2bd0245e800f30c175f0
|
data/_includes/head.html
CHANGED
@@ -6,6 +6,23 @@
|
|
6
6
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
7
7
|
<meta name="description" content="{% if site.description %}{{ site.description }}{% else %}{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 }}{% endif %}">
|
8
8
|
|
9
|
+
<!-- Open Graph / Social Media Meta Tags -->
|
10
|
+
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
11
|
+
<meta property="og:description" content="{% if site.description %}{{ site.description }}{% else %}{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 }}{% endif %}">
|
12
|
+
<meta property="og:type" content="website">
|
13
|
+
{% if site.mono-lite.social_links.opengraph %}
|
14
|
+
<meta property="og:image" content="{{ site.mono-lite.social_links.opengraph | absolute_url }}">
|
15
|
+
{% endif %}
|
16
|
+
<meta property="og:url" content="{{ page.url | replace:'index.html','' | absolute_url }}">
|
17
|
+
|
18
|
+
<!-- Twitter Card Meta Tags -->
|
19
|
+
<meta name="twitter:card" content="summary_large_image">
|
20
|
+
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
21
|
+
<meta name="twitter:description" content="{% if site.description %}{{ site.description }}{% else %}{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 }}{% endif %}">
|
22
|
+
{% if site.mono-lite.social_links.opengraph %}
|
23
|
+
<meta name="twitter:image" content="{{ site.mono-lite.social_links.opengraph | absolute_url }}">
|
24
|
+
{% endif %}
|
25
|
+
|
9
26
|
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
|
10
27
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
11
28
|
{%- include google-analytics.html -%}
|
data/_sass/_layout.scss
CHANGED
@@ -48,6 +48,12 @@ section {
|
|
48
48
|
font-weight: 600;
|
49
49
|
}
|
50
50
|
|
51
|
+
.post-content img {
|
52
|
+
max-width: 100%;
|
53
|
+
height: auto;
|
54
|
+
display: block;
|
55
|
+
}
|
56
|
+
|
51
57
|
.post-row {
|
52
58
|
display: flex;
|
53
59
|
color: $text-color;
|
@@ -122,13 +128,6 @@ section {
|
|
122
128
|
margin-right: 0;
|
123
129
|
}
|
124
130
|
|
125
|
-
// .post-content {
|
126
|
-
// img {
|
127
|
-
// object-fit: contain;
|
128
|
-
// width: 100%;
|
129
|
-
// }
|
130
|
-
// }
|
131
|
-
|
132
131
|
.post-byline {
|
133
132
|
position: relative;
|
134
133
|
top: -1.5rem;
|
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.
|
4
|
+
version: 0.3.4
|
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-
|
11
|
+
date: 2025-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|