jekyll-theme-open-project 1.0.4 → 1.0.5
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/home-hero.html +1 -1
- data/_sass/jekyll-theme-open-project.scss +1 -2
- 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: b511f0952f78b4dc4f94279e99a340627ba82bdf25f0d59a2768389eba9cbe2b
|
|
4
|
+
data.tar.gz: cc365815e13216227a167d3aaeac13497e770abac78b095878186adb607ca579
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0bf1ae17ade63258a76ac178256dcadce9e52e0c8c8c65e111784010463937bca59e934d96e01e817cea2dbb49d44dee0d7a9cccc1926dbf17de53fa28de187
|
|
7
|
+
data.tar.gz: ae2a143b7b0fa1d66c194d2fe2c91eecb39502173150e28e774ef2f9c2d053006c10f28c1f2eba049ab659200010469adf997054d7754c200668cac0603b4387
|
data/_includes/home-hero.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
{% if site.parent_hub %}
|
|
23
23
|
<div class="parent-hub-plug" role="presentation">
|
|
24
|
-
<span class="label">{
|
|
24
|
+
<span class="label">{{ site.title }} is</span>
|
|
25
25
|
<a class="logo" role="presentation" href="{{ site.parent_hub.home_url }}">
|
|
26
26
|
{% include parent-hub/assets/symbol.svg %} <span class="title">{% include parent-hub/title.html %}</span>
|
|
27
27
|
</a>
|
|
@@ -111,6 +111,7 @@ main {
|
|
|
111
111
|
|
|
112
112
|
body.layout-spec-index > &,
|
|
113
113
|
body.layout-software-index > &,
|
|
114
|
+
body.layout-blog-index > &,
|
|
114
115
|
body.layout-product > &,
|
|
115
116
|
body.layout-spec > &,
|
|
116
117
|
body.layout-project-index > & {
|
|
@@ -196,7 +197,6 @@ main {
|
|
|
196
197
|
body.layout-post > & {
|
|
197
198
|
> article {
|
|
198
199
|
@extend .main-article;
|
|
199
|
-
padding-bottom: 60px;
|
|
200
200
|
|
|
201
201
|
> header > .meta {
|
|
202
202
|
@extend .post-meta-row;
|
|
@@ -474,7 +474,6 @@ body.project {
|
|
|
474
474
|
flex: 1;
|
|
475
475
|
display: flex;
|
|
476
476
|
flex-flow: row nowrap;
|
|
477
|
-
padding-bottom: 60px;
|
|
478
477
|
|
|
479
478
|
> .nav-sidebar {
|
|
480
479
|
width: 320px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|