eleven-theme 0.2.2 → 0.2.3
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/_config.yml +2 -1
- data/_layouts/home.html +4 -0
- data/_sass/eleven.scss +18 -2
- 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: 7bd7fa1c442a811a103004d2aafce63ba4ebdd1bd02778b82e82e250bdf2def7
|
4
|
+
data.tar.gz: 3d3818ebe13060242ed12f6ac199a8fb4a96bc939b353b7295d7f41a15e45aea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14108c1d9f799f30832a52815f47b1d1e3e928a08e993a20d7b6e5d33aef4cde62bad2e8af742f0257801ef1a263291aa6fc579e8b5b06d9fd4d10c0a8041229
|
7
|
+
data.tar.gz: c025c2536905aea302787a26a0f8b883bc0a2ff148e2bc7b33d9e8476a45b09b4844b2a1c942df0de89745d7437f887c7201c4a2eaf622ad4551e3d495a66255
|
data/_config.yml
CHANGED
data/_layouts/home.html
CHANGED
@@ -30,7 +30,11 @@ layout: default
|
|
30
30
|
{% for collection in site.collections %}
|
31
31
|
{% unless collection.label == 'posts' %}
|
32
32
|
<div class="box">
|
33
|
+
{% if collection.title %}
|
34
|
+
<h3>{{ collection.title }}</h3>
|
35
|
+
{% else %}
|
33
36
|
<h3>{{ collection.label }}</h3>
|
37
|
+
{% endif %}
|
34
38
|
<ul>
|
35
39
|
{% for entry in site[collection.label] %}
|
36
40
|
<li><a href="{{ entry.url | relative_url }}">{{ entry.title }}</a></li>
|
data/_sass/eleven.scss
CHANGED
@@ -17,8 +17,8 @@ body {
|
|
17
17
|
|
18
18
|
.post-meta { text-align: right; }
|
19
19
|
|
20
|
-
h1
|
21
|
-
margin:
|
20
|
+
h1{
|
21
|
+
margin: 0;
|
22
22
|
}
|
23
23
|
|
24
24
|
li { margin: 0.15rem 0; }
|
@@ -45,6 +45,12 @@ code {
|
|
45
45
|
background: lightgray;
|
46
46
|
}
|
47
47
|
|
48
|
+
table{
|
49
|
+
margin-left: auto;
|
50
|
+
margin-right: auto;
|
51
|
+
border-spacing: .5em 0;
|
52
|
+
}
|
53
|
+
|
48
54
|
div.highlighter-rouge code {
|
49
55
|
display: block;
|
50
56
|
overflow-x: auto;
|
@@ -94,6 +100,15 @@ img + em {
|
|
94
100
|
font-weight: normal;
|
95
101
|
}
|
96
102
|
|
103
|
+
|
104
|
+
iframe {
|
105
|
+
height: auto;
|
106
|
+
max-width: 100%;
|
107
|
+
padding: 0 5%;
|
108
|
+
display: block;
|
109
|
+
margin: 0 auto;
|
110
|
+
}
|
111
|
+
|
97
112
|
$link-color: #4478A6;
|
98
113
|
$hover-color: darken($link-color, 20%);
|
99
114
|
a{
|
@@ -108,3 +123,4 @@ a{
|
|
108
123
|
&:visited{
|
109
124
|
}
|
110
125
|
}
|
126
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eleven-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|