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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b245c71875e9730582ed5791a19b3c584bd08ef7
4
- data.tar.gz: '039e0bd63dccf4b17f37819e1153409a1f7af5a4'
3
+ metadata.gz: 128e42d17347f66a913228d9cb35b115be038fc2
4
+ data.tar.gz: 5d4cbeccfb1a229d9461347be66c850b881f8ef7
5
5
  SHA512:
6
- metadata.gz: dfa7955afc060a73d716a9a2061e695e7aeff2a70d6ce1c706e5430973cf7bb4d79e97d1b1974452cf5bfc27674014e9349cf4d24707dcd1b36ff41edf65dcc0
7
- data.tar.gz: a727db397f079f3a85b4b3ed3d3073e678eb1b2479b5aadeeefd4f8cdb8dbc85db451d3a47b7eec317207aa4078def2fe3d7bb8197ecf1ee2175abef12222579
6
+ metadata.gz: 54a01f10356bfce66cb6320af3912404a1f6067e60c987ae84e2ca3c133ceb8e7e03b98eee74bf31a63385c027be361efd5949cf73e1ee8c9fa19ccd6e5e821f
7
+ data.tar.gz: cbfdad9a297ff63c448a6876046934d2f90c8ac7d83f42cee3874bbba5c16c269665746753df731ce18fcda0db8eb63b17e011cf2358a551960693a03cded6b2
@@ -13,21 +13,7 @@
13
13
  <!-- ./search-wrapper -->
14
14
  {% endif %}
15
15
 
16
- <div id="fade"></div>
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
- <div id="fade"></div>
24
- <a id="slide" class="animated fade"><i class="fa fa-bars"></i></a>
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: 180px;
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: 180px;
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.8
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-04-09 00:00:00.000000000 Z
12
+ date: 2018-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll