minima-reboot 1.0.26 → 1.0.29

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
- SHA1:
3
- metadata.gz: 28fceb3bf6b8f157e1195b189596d8b0000f8661
4
- data.tar.gz: c35b9e25a9074d79903497b624cbb3444a69c80b
2
+ SHA256:
3
+ metadata.gz: 28de75ba17943aa8a7a032728ef271af0604de248dd775adeece5713f0520a97
4
+ data.tar.gz: 6c12fd5756586a5ebea4f927cc777342a16bc49008a0ca4d2631e58e46857204
5
5
  SHA512:
6
- metadata.gz: a3ea55a97fff46c72c3be001d37823e1f4f25938f421f91653af650152d7398f8fda88cefda7ce02dde6a22a0a7f3b7b2a38bbe5a6743702d836804782ff8261
7
- data.tar.gz: 9dc3b6113f35b56738a183474df2ffe14861f2a4dc83cec8bfbed2a43bfed948fed91b47f6e21a810eebc26706f042fa5958ebd5be53036e4592720e42c96a76
6
+ metadata.gz: 546527566b3203edd4ae5ac53138ba4df949896d5a75d8bb85c9a1e2d3e1e08109c1607082b6192d05a65582e69a806cedb58225b052a864e4b062c148c92577
7
+ data.tar.gz: 1942f296fa4f4411f7bd694d89d3311e2cedab6c5ee85e4c1d98bf95516ee6a8f6b916354a6ad184cd87b807aee4c328d5199cf9b31b1eeda6695bf9ae31c1a6
data/README.md CHANGED
@@ -107,6 +107,17 @@ This will manually set the width of the date column in `posts.md`.
107
107
  These are enabled exactly as in Minima.
108
108
 
109
109
 
110
+ ### Compression
111
+
112
+ This theme uses HTML compression provided by [jekyll-compress-html](https://github.com/penibelst/jekyll-compress-html).
113
+ To disable this, override `default.html`, and remove the lines
114
+ ```
115
+ ---
116
+ layout: compress
117
+ ---
118
+ ```
119
+ from the file's front matter.
120
+
110
121
  ## License
111
122
 
112
123
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/_includes/head.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
 
6
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
6
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
7
7
 
8
8
  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
9
9
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
@@ -11,7 +11,7 @@ layout: compress
11
11
  {% include header.html %}
12
12
 
13
13
  <main aria-label="Content">
14
- <div class="container">
14
+ <div id="content-container" class="container">
15
15
  {{ content }}
16
16
  </div>
17
17
  </main>
@@ -52,11 +52,12 @@ body {
52
52
  .footnotes {
53
53
  text-align: left;
54
54
  }
55
- #rss-icon {
56
- height: 1.5rem;
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,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")
59
- }
55
+ }
56
+
57
+ #rss-icon {
58
+ height: 1.5rem;
59
+ width: 1.5rem;
60
+ 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
61
  }
61
62
 
62
63
  #site-footer {
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.26
4
+ version: 1.0.29
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-09 00:00:00.000000000 Z
11
+ date: 2020-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -140,8 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  requirements: []
143
- rubyforge_project:
144
- rubygems_version: 2.5.2.3
143
+ rubygems_version: 3.0.3
145
144
  signing_key:
146
145
  specification_version: 4
147
146
  summary: A Bootstrap port of Minima, Jekyll's default theme.