mono-lite 0.1.6 → 0.1.8
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 +9 -0
- data/_layouts/page.html +1 -1
- data/_layouts/post.html +1 -1
- data/_sass/_base.scss +1 -1
- data/_sass/_layout.scss +10 -0
- data/_sass/initialize.scss +1 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78f9c50b07666d09498fda7e78a7ac3e82cde0831e6b1de2baefa963e42aaade
|
4
|
+
data.tar.gz: a146aba20d468a606236e737a4e5499e15fac5ba24efbd16c477ea7a28d31e70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 308d8456d2fbd5c75d9a9f190c5cf742fb74b0cf60be26780009ee7972336367c7d51438413a8f0974796fbb5d58a6e001d46a18a4cb4ccde6e7928e51fa22c8
|
7
|
+
data.tar.gz: e3e230c5607078c24cf60f6a2475751f4c92cfedd51f6a867e674e9d3c228bb5c2c603187ee42254e7e6d9b17dbf7efe2e85cc66e9e3b8b7d5cb9d021dbb640c
|
data/_includes/head.html
CHANGED
@@ -2,11 +2,20 @@
|
|
2
2
|
<meta charset="utf-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
|
+
|
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 }}">
|
8
|
+
|
5
9
|
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
|
6
10
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
7
11
|
{%- include google-analytics.html -%}
|
8
12
|
{%- endif -%}
|
9
13
|
|
14
|
+
<link rel="icon" href="{{ "/assets/favicon.ico" | relative_url }}" sizes="any">
|
15
|
+
<link rel="icon" href="{{ "/assets/favicon.svg" | relative_url }}" type="image/svg+xml">
|
16
|
+
<link rel="apple-touch-icon" href="{{ "/assets/apple-icon.png" | relative_url }}">
|
17
|
+
<link rel="manifest" href="{{ "/assets/site.webmanifest" | relative_url }}">
|
18
|
+
|
10
19
|
{%- include custom-head.html -%}
|
11
20
|
|
12
21
|
</head>
|
data/_layouts/page.html
CHANGED
data/_layouts/post.html
CHANGED
data/_sass/_base.scss
CHANGED
data/_sass/_layout.scss
CHANGED
@@ -109,6 +109,16 @@ section {
|
|
109
109
|
display: block;
|
110
110
|
}
|
111
111
|
|
112
|
+
.post-title-header {
|
113
|
+
display: block;
|
114
|
+
font-size: 1.5em;
|
115
|
+
margin-block-start: 0.83em;
|
116
|
+
margin-block-end: 0.83em;
|
117
|
+
margin-inline-start: 0px;
|
118
|
+
margin-inline-end: 0px;
|
119
|
+
font-weight: bold;
|
120
|
+
}
|
121
|
+
|
112
122
|
.post-subtitle {
|
113
123
|
display: block;
|
114
124
|
font-weight: 300;
|
data/_sass/initialize.scss
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
$base-font-family: 'Raleway', sans-serif !default;
|
6
6
|
$code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
|
7
7
|
$base-font-size: 16px !default;
|
8
|
+
$code-font-size: 0.91em;
|
8
9
|
$base-font-weight: 600 !default;
|
9
10
|
$small-font-size: $base-font-size * 0.875 !default;
|
10
11
|
$base-line-height: 1.5 !default;
|
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.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Hawley
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- dylanthomashawley@gmail.com
|
44
44
|
executables: []
|
@@ -70,7 +70,7 @@ homepage: http://mono-lite.github.io
|
|
70
70
|
licenses:
|
71
71
|
- MIT
|
72
72
|
metadata: {}
|
73
|
-
post_install_message:
|
73
|
+
post_install_message:
|
74
74
|
rdoc_options: []
|
75
75
|
require_paths:
|
76
76
|
- lib
|
@@ -85,8 +85,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
|
-
rubygems_version: 3.
|
89
|
-
signing_key:
|
88
|
+
rubygems_version: 3.0.3.1
|
89
|
+
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: Lightweight single-column Jekyll site.
|
92
92
|
test_files: []
|