jekyll-theme-graphite 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/head.html +1 -1
- data/_includes/nav.html +1 -1
- data/_sass/theme/_base.sass +2 -2
- data/_sass/theme/_components.sass +0 -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: 0c843c61822547e5c6b28c02cf7e19635cc350554cbc2aa46685d360382c64e6
|
|
4
|
+
data.tar.gz: 6ae6c959cffea37d66201ad28d2e55dad323d7273c2e5201c4f2cbdafd43688e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41c004c6a6dbf3dc87208a12170aaee13f15d4172c45b93bebf82e0ed0f369e70d3ba900e1f97f0be42a80e0313ac7ed4e6c4ec046bb6d9206c1c11fe2c42780
|
|
7
|
+
data.tar.gz: d7c24362de85a215545227e400fde5b0556126f70425accc0b0d2d90f9f08bb40728ca5844930e1552cd069d944d6970764459342209b40ccfdd669b702acf6b
|
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
|
{%- seo -%}
|
|
6
|
-
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif:
|
|
6
|
+
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,400i,500,700" rel="stylesheet">
|
|
7
7
|
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
|
|
8
8
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
|
9
9
|
<link rel="stylesheet" href="{{ "/assets/css/styles.css" | relative_url }}">
|
data/_includes/nav.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
{%- for path in page_paths -%}
|
|
7
7
|
{%- assign my_page = site.pages | where: "path", path | first -%}
|
|
8
8
|
{%- if my_page.title -%}
|
|
9
|
-
<li><a
|
|
9
|
+
<li><a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a></li>
|
|
10
10
|
{%- endif -%}
|
|
11
11
|
{%- endfor -%}
|
|
12
12
|
<ul>
|
data/_sass/theme/_base.sass
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-graphite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Curtis Updike
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|