jekyll-theme-omega 0.1.8 → 0.1.9
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/header.html +1 -15
- data/_layouts/home.html +3 -20
- data/assets/css/main.css +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 128e42d17347f66a913228d9cb35b115be038fc2
|
|
4
|
+
data.tar.gz: 5d4cbeccfb1a229d9461347be66c850b881f8ef7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54a01f10356bfce66cb6320af3912404a1f6067e60c987ae84e2ca3c133ceb8e7e03b98eee74bf31a63385c027be361efd5949cf73e1ee8c9fa19ccd6e5e821f
|
|
7
|
+
data.tar.gz: cbfdad9a297ff63c448a6876046934d2f90c8ac7d83f42cee3874bbba5c16c269665746753df731ce18fcda0db8eb63b17e011cf2358a551960693a03cded6b2
|
data/_includes/header.html
CHANGED
|
@@ -13,21 +13,7 @@
|
|
|
13
13
|
<!-- ./search-wrapper -->
|
|
14
14
|
{% endif %}
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
<a id="slide" class="animated fade"><i class="fa fa-bars"></i></a>
|
|
18
|
-
<aside id="sidebar">
|
|
19
|
-
<nav id="navigation">
|
|
20
|
-
<h2>MENU</h2>
|
|
21
|
-
<hr>
|
|
22
|
-
<ul> {% for link in site.links %}
|
|
23
|
-
<li>{% if link.external %}
|
|
24
|
-
<a href="{{ link.url }}">{{ link.title }}</a> {% else %}
|
|
25
|
-
<a href="{{ site.url }}{{ link.url }}">{{ link.title }}</a> {% endif %} </li>
|
|
26
|
-
{% endfor %}
|
|
27
|
-
<li><a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss"></i> RSS</a></li>
|
|
28
|
-
</ul>
|
|
29
|
-
</nav>
|
|
30
|
-
</aside>
|
|
16
|
+
{% include menu.html %}
|
|
31
17
|
|
|
32
18
|
{% if page.imagefeature %}
|
|
33
19
|
<header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/assets/images/{{ page.imagefeature }})"
|
data/_layouts/home.html
CHANGED
|
@@ -20,25 +20,8 @@
|
|
|
20
20
|
</div>
|
|
21
21
|
<!-- ./search-wrapper -->
|
|
22
22
|
{% endif %}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<aside id="sidebar">
|
|
26
|
-
<nav id="navigation">
|
|
27
|
-
<h2>MENU</h2> <hr>
|
|
28
|
-
<ul>
|
|
29
|
-
{% for link in site.links %}
|
|
30
|
-
<li>
|
|
31
|
-
{% if link.external %}
|
|
32
|
-
<a href="{{ link.url }}">{{ link.title }}</a>
|
|
33
|
-
{% else %}
|
|
34
|
-
<a href="{{ site.url }}{{ link.url }}">{{ link.title }}</a>
|
|
35
|
-
{% endif %}
|
|
36
|
-
</li>
|
|
37
|
-
{% endfor %}
|
|
38
|
-
<li><a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss"></i> Feed</a></li>
|
|
39
|
-
</ul>
|
|
40
|
-
</nav>
|
|
41
|
-
</aside>
|
|
23
|
+
|
|
24
|
+
{% include menu.html %}
|
|
42
25
|
|
|
43
26
|
|
|
44
27
|
{% if page.imagefeature %}
|
|
@@ -65,7 +48,7 @@
|
|
|
65
48
|
</h1>
|
|
66
49
|
</a>
|
|
67
50
|
<h2 class="blog-description light bordered bordered-top" itemprop="description">
|
|
68
|
-
{{ site.description }}
|
|
51
|
+
{{ site.description }}
|
|
69
52
|
</h2>
|
|
70
53
|
</div>
|
|
71
54
|
</div>
|
data/assets/css/main.css
CHANGED
|
@@ -11356,7 +11356,7 @@ a#slide.slide:after {
|
|
|
11356
11356
|
position: fixed;
|
|
11357
11357
|
overflow-y: scroll;
|
|
11358
11358
|
height: 100%;
|
|
11359
|
-
width:
|
|
11359
|
+
width: 220px;
|
|
11360
11360
|
padding: 40px 30px 0;
|
|
11361
11361
|
top: 0;
|
|
11362
11362
|
left: -180px;
|
|
@@ -11369,7 +11369,7 @@ a#slide.slide:after {
|
|
|
11369
11369
|
position: fixed;
|
|
11370
11370
|
overflow-y: scroll;
|
|
11371
11371
|
height: 100%;
|
|
11372
|
-
width:
|
|
11372
|
+
width: 220px;
|
|
11373
11373
|
padding: 40px 30px 0;
|
|
11374
11374
|
top: 0;
|
|
11375
11375
|
left: 0px;
|
|
@@ -11396,6 +11396,10 @@ a#slide.slide:after {
|
|
|
11396
11396
|
border: 0;
|
|
11397
11397
|
}
|
|
11398
11398
|
|
|
11399
|
+
#sidebar #navigation {
|
|
11400
|
+
margin-bottom: 50px;
|
|
11401
|
+
}
|
|
11402
|
+
|
|
11399
11403
|
#sidebar #navigation hr {
|
|
11400
11404
|
margin: 10px 0 10px;
|
|
11401
11405
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-omega
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hmfaysal
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jekyll
|