jekyll-theme-hamilton 1.1.0 → 1.2.0
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/footer.html +1 -1
- data/_includes/head.html +8 -0
- data/_sass/hamilton/base.scss +0 -2
- data/_sass/hamilton/layout.scss +1 -2
- data/_sass/hamilton/skins/midnight.scss +5 -5
- data/_sass/hamilton/variables.scss +4 -4
- 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: 42bdeffb4ae6b08b04c14534c27be8dc95b79120f4f059bec16e5e08c5a15c2a
|
4
|
+
data.tar.gz: bf5ff5f7d32ba307fd9ce3e3020188b9ee2d6204572d98dead5e06c136eca620
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57ffc4c8843d390a08c8f51dfcc0519bd607c673167b4bd8aab5c4c7a6ebe104320e2794ca607348a6e57eb0b061763bba781234de187f023ecc4038066bf359
|
7
|
+
data.tar.gz: 413df9789a645a2037271405447032a3cce57987606d19b5881f6bed8edb3c441d8b4850c7d5c176f7866b4ee88818d6c92b3048fc0cc7c52e27c40b8fdeccde
|
data/_includes/footer.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
{% assign year_string = year_from | append: ' ' | append: '-' | append: ' ' | append: year_to %}
|
29
29
|
{% endif %}
|
30
30
|
{% if site.author %}
|
31
|
-
|
31
|
+
<p>Copyright © {{ year_string }} {{ site.author }}; All rights reserved.</p>
|
32
32
|
{% endif %}
|
33
33
|
</div>
|
34
34
|
<p>
|
data/_includes/head.html
CHANGED
@@ -14,6 +14,14 @@
|
|
14
14
|
{% include mathjax.html %}
|
15
15
|
{% endif %}
|
16
16
|
|
17
|
+
<!-- Google Fonts -->
|
18
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
19
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans">
|
20
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
|
21
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dancing%20Script">
|
22
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto%20Sans%20SC">
|
23
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto%20Serif%20SC">
|
24
|
+
|
17
25
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
18
26
|
<link rel="stylesheet" href="{{ '/assets/css/skin.css' | relative_url }}">
|
19
27
|
|
data/_sass/hamilton/base.scss
CHANGED
@@ -123,7 +123,6 @@ code {
|
|
123
123
|
}
|
124
124
|
|
125
125
|
code {
|
126
|
-
@include relative-font-size(0.9);
|
127
126
|
padding: 1px 5px;
|
128
127
|
}
|
129
128
|
|
@@ -132,7 +131,6 @@ pre {
|
|
132
131
|
overflow-x: auto;
|
133
132
|
|
134
133
|
> code {
|
135
|
-
@include relative-font-size(0.7);
|
136
134
|
line-height: $base-line-height * $base-font-size * 0.7;
|
137
135
|
border: 0;
|
138
136
|
padding-right: 0;
|
data/_sass/hamilton/layout.scss
CHANGED
@@ -293,7 +293,6 @@
|
|
293
293
|
.post-list-by-taxonomy {
|
294
294
|
time {
|
295
295
|
font-family: $code-font-family;
|
296
|
-
@include relative-font-size(0.9);
|
297
296
|
}
|
298
297
|
}
|
299
298
|
|
@@ -346,7 +345,7 @@ figcaption.align-center {
|
|
346
345
|
padding: $spacing-unit 0;
|
347
346
|
@include relative-font-size(0.8);
|
348
347
|
|
349
|
-
p {
|
348
|
+
p, ul {
|
350
349
|
margin-bottom: $spacing-unit / 4;
|
351
350
|
}
|
352
351
|
}
|
@@ -1,13 +1,13 @@
|
|
1
|
-
$text-color:
|
2
|
-
$text-color-light:
|
3
|
-
$background-color: #
|
1
|
+
$text-color: lightgrey !default;
|
2
|
+
$text-color-light: silver !default;
|
3
|
+
$background-color: #121212 !default;
|
4
4
|
$code-background-color: #49483e !default;
|
5
5
|
|
6
|
-
$border-color: mix(
|
6
|
+
$border-color: mix($text-color, $background-color, 22%) !default;
|
7
7
|
$border-color-light: darken($border-color, 10%) !default;
|
8
8
|
$border-color-dark: lighten($border-color, 10%) !default;
|
9
9
|
|
10
|
-
$link-base-color: #
|
10
|
+
$link-base-color: #00b1c9 !default;
|
11
11
|
$link-visited-color: darken($link-base-color, 5%) !default;
|
12
12
|
|
13
13
|
$table-text-color: lighten($text-color, 18%) !default;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
// Fonts
|
2
|
-
$base-font-family: "
|
3
|
-
$title-font-family: "
|
4
|
-
$reading-font-family: "
|
5
|
-
$code-font-family:
|
2
|
+
$base-font-family: "Open Sans", "Noto Serif SC" !default;
|
3
|
+
$title-font-family: "Dancing Script" !default;
|
4
|
+
$reading-font-family: Roboto, "Noto Sans SC" !default;
|
5
|
+
$code-font-family: Inconsolata !default;
|
6
6
|
$base-font-size: 18px !default;
|
7
7
|
$base-line-height: 1.4 !default;
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-hamilton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shangzhi Huang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|