jekyll-theme-kagami 0.1.5 → 0.1.6
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 +1 -0
- data/_sass/kagami/_layout.scss +7 -0
- 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: ea750399edbf13ecc1dd2731504e2902b4384a1c
|
|
4
|
+
data.tar.gz: 0acac718e6306d6ded2ca91423ae347f05ca4762
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7c746d6b7e0d1debc6620d4b5282c29053e4c553fa13cc9d8c15672447e7d1ecc766d42ccf517799df4c72b73efb9be4f1926bbb23e368816707effa76ba2c5
|
|
7
|
+
data.tar.gz: 1b3289f21d0ba5b914315fc2a6dca3ad823304624ccec00adadd8f36de7de7cf961e1a4a9b7c385235abccaa80c98c94716dc89abc6d36c5569c627801389259
|
data/_includes/head.html
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
{% if page.mathjax or site.mathjax %}
|
|
17
17
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
|
|
18
|
+
<style>.MathJax_ExBox { font-family: serif; }</style>
|
|
18
19
|
{% endif %}
|
|
19
20
|
|
|
20
21
|
{% if jekyll.environment == 'production' and site.google_analytics %}
|
data/_sass/kagami/_layout.scss
CHANGED
|
@@ -90,6 +90,13 @@ article {
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
@media screen and (min-width: $content-width) {
|
|
94
|
+
.hero-unit {
|
|
95
|
+
margin-left: -$post-margin-width;
|
|
96
|
+
margin-right: -$post-margin-width;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
93
100
|
h1, h2, h3, h4, h5, h6 { // reduce spacing after headings
|
|
94
101
|
& + *,
|
|
95
102
|
& + .aside + *,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-kagami
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kamikat
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|