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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7788201a88e6630d8f6fed6bccd07815abe37e64aa1a38b6bb81d5c4fea14c7d
4
- data.tar.gz: 5805a10fdc9c4c214fc92c02952807ad2c17ad7d6559ba0cb089bcafecb70c75
3
+ metadata.gz: 42bdeffb4ae6b08b04c14534c27be8dc95b79120f4f059bec16e5e08c5a15c2a
4
+ data.tar.gz: bf5ff5f7d32ba307fd9ce3e3020188b9ee2d6204572d98dead5e06c136eca620
5
5
  SHA512:
6
- metadata.gz: 987db308f125fe71e45cf4b23bd8bd5336edd9c3a4bfc9d60eac076e6bef3d52d66d47c9f5f388a9a54d2302b7447ee5ec0c3721825bcae9fedeba51881df28f
7
- data.tar.gz: fcd871006ab2bd9366186a138021bc2b9b0a111eb5fed581b2a81df9ccc3ab1d6b9e325ef5b8240c3b2534ce996d94ec373b0648b63503629a20b138fdc919bd
6
+ metadata.gz: 57ffc4c8843d390a08c8f51dfcc0519bd607c673167b4bd8aab5c4c7a6ebe104320e2794ca607348a6e57eb0b061763bba781234de187f023ecc4038066bf359
7
+ data.tar.gz: 413df9789a645a2037271405447032a3cce57987606d19b5881f6bed8edb3c441d8b4850c7d5c176f7866b4ee88818d6c92b3048fc0cc7c52e27c40b8fdeccde
@@ -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
- <p {{ year_string }} {{ site.author }}; All rights reserved</p>
31
+ <p>Copyright © {{ year_string }} {{ site.author }}; All rights reserved.</p>
32
32
  {% endif %}
33
33
  </div>
34
34
  <p>
@@ -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
 
@@ -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;
@@ -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: #fff !default;
2
- $text-color-light: #dbdbdb !default;
3
- $background-color: #2b2e33 !default;
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(#fff, $background-color, 20%) !default;
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: #00f8cf !default;
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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !default;
3
- $title-font-family: "Brush Script MT", $base-font-family !default;
4
- $reading-font-family: "Georgia", $base-font-family !default;
5
- $code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
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.1.0
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-05-21 00:00:00.000000000 Z
11
+ date: 2020-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll