solarized-blog-theme 0.1.0 → 0.1.1

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: 2735c727212fbfa389d4dd6ea938238fb08340ac3eaf572e7ac25318f67245a6
4
- data.tar.gz: 567250060d8cf12852d7d1dfd692ca58bd5649a79f3f4340c3144b995c0f4c7a
3
+ metadata.gz: 811e678dd4550749a7dd1e89713d9c0c210b7fc6a04175c7cf401a9daecfb63e
4
+ data.tar.gz: 5c38bce7fc41811f4666ebbde65ef883683185f1659806ed43b934e9d329ad5a
5
5
  SHA512:
6
- metadata.gz: 613b55d60a79d9e927a36a91fcb22a08bb90a61fceef8ce185dc32fec5aa53bf9e1f213183f0edd13b97f59387496ab21bbd67ccb9d3b9e0f2a14f50cdc095da
7
- data.tar.gz: 047b86eb92b45e9965cd69f42bc9bcb4d598dece85afa31b425fc6e5d902be6480ca9fb81ccde49cf204029c37ed060b79d39ecedf1d2b752299e3ceda3cbf38
6
+ metadata.gz: 23a9a9dab80de169a4f01fcab470f0908ccd9f7abb3a2b52873432bb142d75816ed5f84e6748eb9720992d81c3476756c7178d4b3ff6d65d9378a8b86a02622c
7
+ data.tar.gz: b567e47ebd070e8878a5c19b17571060a19366ced5cf99a34e01660e89c2f47518a4ee9d8b9d041e30e27d9fe8aa43b176e56b4b77e8d4e900018e1ebcd09563
@@ -2,6 +2,6 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
5
+ <link rel="stylesheet" href="https://unpkg.com/firacode@1.205.0/distr/fira_code.css">
6
6
  <link rel="stylesheet" href="{{ site.baseurl }}/assets/main.css">
7
- </head>
7
+ </head>
@@ -18,6 +18,6 @@ body {
18
18
  }
19
19
 
20
20
  h1, h2, h3, h4, h5, h6 {
21
- font-family: Hack;
21
+ font-family: Fira Code;
22
22
  color: $heading-color;
23
- }
23
+ }
@@ -1,14 +1,14 @@
1
1
 
2
2
  .post-meta {
3
3
  color: $solarized-yellow;
4
- font-family: Hack;
4
+ font-family: Fira Code;
5
5
  }
6
6
 
7
7
  .home-link {
8
8
  color: $solarized-cyan;
9
- font-family: Hack;
9
+ font-family: Fira Code;
10
10
  }
11
11
 
12
12
  ul {
13
13
  list-style: none;
14
- }
14
+ }
@@ -84,4 +84,4 @@ green #859900 operators, other keywords
84
84
  .highlight .vc { color: #268bd2 } /* Name.Variable.Class */
85
85
  .highlight .vg { color: #268bd2 } /* Name.Variable.Global */
86
86
  .highlight .vi { color: #268bd2 } /* Name.Variable.Instance */
87
- .highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
87
+ .highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solarized-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohn Ryang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-30 00:00:00.000000000 Z
11
+ date: 2019-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll