minima-reboot 1.0.23 → 1.0.24
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/README.md +1 -1
- data/_layouts/allposts.html +1 -1
- data/_sass/minima-reboot/_layout.scss +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1942ddc4660a2d764453a4c6d0950a3c176e594b
|
|
4
|
+
data.tar.gz: 480fb054cb2daecdaf613d4d314dfa1ccffaba25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d53f2e90b70d2cbb18220d747e6b4ebd38393ab11b49e069872ef8f52ed34ea7c0f8359bc695d749b8e1a75d804d5e10c14b9e3c40aac5ce15739619b6c9d8b
|
|
7
|
+
data.tar.gz: 4866d41e8f82319f194938f474cf29ed3d54d901f70e73eea2db0591831adfd74a67d298cd885b05f8a5a37411b29bf8971089fa535096b831fdb669580cc093
|
data/README.md
CHANGED
|
@@ -39,7 +39,7 @@ The following files are part of the `_layouts` directory.
|
|
|
39
39
|
|
|
40
40
|
The following files are part of the `_includes` directory.
|
|
41
41
|
|
|
42
|
-
- `disqus_comments.html`, `footer.html`, `google-analytics.html`, `head.html`, `header.html`, `icon-github
|
|
42
|
+
- `disqus_comments.html`, `footer.html`, `google-analytics.html`, `head.html`, `header.html`, `icon-github` — standard includes exactly as in [Minima](https://github.com/jekyll/minima).
|
|
43
43
|
- `head-includes.html` — an empty text file where the user may add additional lines that will be inserted into `<head>`. If you want to customize Minima Reboot and need to include additional style sheets, add them here.
|
|
44
44
|
|
|
45
45
|
### Sass
|
data/_layouts/allposts.html
CHANGED
|
@@ -21,7 +21,7 @@ layout: page
|
|
|
21
21
|
<tr>
|
|
22
22
|
<td class="text-right align-top text-truncate"><time class="text-secondary" datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date: date_format }}</time></td>
|
|
23
23
|
<td class="text-center align-top px-1">|</td>
|
|
24
|
-
<td class="text-left align-top"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></td>
|
|
24
|
+
<td class="text-left align-top"><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title | escape }}</a></td>
|
|
25
25
|
</tr>
|
|
26
26
|
|
|
27
27
|
{% if forloop.last %}
|
|
@@ -55,8 +55,7 @@ body {
|
|
|
55
55
|
#rss-icon {
|
|
56
56
|
height: 1.5rem;
|
|
57
57
|
width: 1.5rem;
|
|
58
|
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(134, 142, 150)' d='M119.9,336.1c-30.8,0-55.9,25.1-55.9,55.8c0,30.8,25.1,55.6,55.9,55.6c30.9,0,55.9-24.9,55.9-55.6
|
|
59
|
-
C175.8,361.2,150.8,336.1,119.9,336.1z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,192v79.9c48,0,94.1,14.2,128,48.1c33.9,33.9,48,79.9,48,128h80C320,308.1,204,192,64,192z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,64v79.9c171,0,303.9,133,303.9,304.1H448C448,236.3,276,64,64,64z'/%3E%3C/svg%3E")
|
|
58
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgb(134, 142, 150)' d='M119.9,336.1c-30.8,0-55.9,25.1-55.9,55.8c0,30.8,25.1,55.6,55.9,55.6c30.9,0,55.9-24.9,55.9-55.6,C175.8,361.2,150.8,336.1,119.9,336.1z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,192v79.9c48,0,94.1,14.2,128,48.1c33.9,33.9,48,79.9,48,128h80C320,308.1,204,192,64,192z'/%3E%3Cpath fill='rgb(134, 142, 150)' d='M64,64v79.9c171,0,303.9,133,303.9,304.1H448C448,236.3,276,64,64,64z'/%3E%3C/svg%3E")
|
|
60
59
|
}
|
|
61
60
|
}
|
|
62
61
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minima-reboot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Terenin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|