jekyll-theme-omega 0.1.6 → 0.1.7
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/footer.html +1 -1
- data/_includes/head.html +6 -6
- data/_includes/header.html +3 -3
- data/_includes/signoff.html +2 -2
- data/_layouts/home.html +3 -3
- data/assets/images/404.gif +0 -0
- data/assets/images/endeavour_launch.jpg +0 -0
- data/assets/images/thespacedoctor_icon_dark.png +0 -0
- data/assets/images/thespacedoctor_icon_transparent.png +0 -0
- data/assets/images/thespacedoctor_icon_white.png +0 -0
- data/assets/images/thespacedoctor_icon_white_circle.png +0 -0
- metadata +7 -2
- data/assets/images/404.jpg +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cac8c46eeec2d29a5c613a1ebc93f85adc350738
|
|
4
|
+
data.tar.gz: 4e5dc1f3ee63f0b27c37f6159ae4fc7b9f93e975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 354feea34c63ece329ec10fc3aff913063a1131ba3b71913b9bc4d55836ec82c24337a91d18fdfa084304576fae79363a18a15a02d59191020509d83c2c6b02b
|
|
7
|
+
data.tar.gz: 490ff532ca439d587d71d4a3bece066033af016bf7fdeb81582effc36b5f3af528c77d6140f2e5ceb85ce9979614960b462f42fe22529b856646e701ea8225b1
|
data/_includes/footer.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{% if page.imagefeature %}
|
|
2
|
-
<footer id="footer" class="blog-background overlay text-center align-middle animated from-top" style="background-image: url({{ site.url }}/images/{{ page.imagefeature }})">
|
|
2
|
+
<footer id="footer" class="blog-background overlay text-center align-middle animated from-top" style="background-image: url({{ site.url }}/assets/images/{{ page.imagefeature }})">
|
|
3
3
|
{% else %}
|
|
4
4
|
<footer id="footer" class="blog-background overlay text-center align-middle animated from-top" style="background-image: url({{ site.url }}/{{ randomBackground }})">
|
|
5
5
|
{% endif %}
|
data/_includes/head.html
CHANGED
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
|
|
65
65
|
<!-- Icons -->
|
|
66
66
|
<!-- 16x16 -->
|
|
67
|
-
<link rel="shortcut icon" href="{{ site.url }}/images/favicons/favicon.ico">
|
|
67
|
+
<link rel="shortcut icon" href="{{ site.url }}/assets/images/favicons/favicon.ico">
|
|
68
68
|
<!-- 32x32 -->
|
|
69
|
-
<link rel="shortcut icon" href="{{ site.url }}/images/favicons/favicon.png">
|
|
69
|
+
<link rel="shortcut icon" href="{{ site.url }}/assets/images/favicons/favicon.png">
|
|
70
70
|
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
|
|
71
|
-
<link rel="apple-touch-icon-precomposed" href="{{ site.url }}/images/favicons/apple-touch-icon-precomposed.png">
|
|
71
|
+
<link rel="apple-touch-icon-precomposed" href="{{ site.url }}/assets/images/favicons/apple-touch-icon-precomposed.png">
|
|
72
72
|
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
|
|
73
|
-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.url }}/images/favicons/apple-touch-icon-72x72-precomposed.png">
|
|
73
|
+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.url }}/assets/images/favicons/apple-touch-icon-72x72-precomposed.png">
|
|
74
74
|
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
|
|
75
|
-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/images/favicons/apple-touch-icon-114x114-precomposed.png">
|
|
75
|
+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/assets/images/favicons/apple-touch-icon-114x114-precomposed.png">
|
|
76
76
|
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
|
|
77
|
-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/favicons/apple-touch-icon-144x144-precomposed.png">
|
|
77
|
+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/assets/images/favicons/apple-touch-icon-144x144-precomposed.png">
|
data/_includes/header.html
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</aside>
|
|
31
31
|
|
|
32
32
|
{% if page.imagefeature %}
|
|
33
|
-
<header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/images/{{ page.imagefeature }})"
|
|
33
|
+
<header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/assets/images/{{ page.imagefeature }})"
|
|
34
34
|
itemscope itemtype="http://schema.org/Organization">
|
|
35
35
|
{% if page.imagecredit %}
|
|
36
36
|
<span class="image-credit">Photo Credit: <a href="{{ page.imagecreditlink }}" target="_blank"> {{ page.imagecredit }}</a></span>
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
<div class="inner">
|
|
51
51
|
<div class="container">
|
|
52
52
|
<a class="brand light" href="{{ site.url }}/" itemprop="url">
|
|
53
|
-
{% if site.logo %}<img itemprop="logo" src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }} Logo" />{% endif %}
|
|
53
|
+
{% if site.logo %}<img itemprop="logo" src="{{ site.url }}/assets/images/{{ site.logo }}" alt="{{ site.title }} Logo" />{% endif %}
|
|
54
54
|
<h1 class="blog-title light" itemprop="name">
|
|
55
55
|
{{ site.title }}
|
|
56
56
|
</h1>
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
<div class="inner">
|
|
66
66
|
<div class="container">
|
|
67
67
|
<a class="brand" href="{{ site.url }}/" itemprop="url">
|
|
68
|
-
{% if site.logo %}<img itemprop="logo" src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }} Logo" />{% endif %}
|
|
68
|
+
{% if site.logo %}<img itemprop="logo" src="{{ site.url }}/assets/images/{{ site.logo }}" alt="{{ site.title }} Logo" />{% endif %}
|
|
69
69
|
<h1 class="blog-title light" itemprop="name">
|
|
70
70
|
{{ site.title }}
|
|
71
71
|
</h1>
|
data/_includes/signoff.html
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="post-author text-center">
|
|
2
|
-
<img src="{{site.url}}/images/{{ site.author.picture }}" alt="{{ site.author.name }}'s photo" itemprop="image" class="post-avatar img-circle img-responsive" />
|
|
2
|
+
<img src="{{site.url}}/assets/images/{{ site.author.picture }}" alt="{{ site.author.name }}'s photo" itemprop="image" class="post-avatar img-circle img-responsive" />
|
|
3
3
|
<h4 class="bordered-bottom vcard author" itemprop="author" itemscope itemtype="http://schema.org/Person">
|
|
4
4
|
By <span itemprop="name" class="fn"><a href="{{ site.url }}/about" title="About {{ site.author.name }}" itemprop="url">{{ site.author.name }}</a></span>
|
|
5
5
|
</h4>
|
|
6
6
|
<p>{{ site.author.description }}</p>
|
|
7
|
-
</div>
|
|
7
|
+
</div>
|
data/_layouts/home.html
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
{% if page.imagefeature %}
|
|
45
|
-
<header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/images/{{ page.imagefeature }})" itemscope itemtype="http://schema.org/Organization">
|
|
45
|
+
<header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/assets/images/{{ page.imagefeature }})" itemscope itemtype="http://schema.org/Organization">
|
|
46
46
|
{% else %}
|
|
47
47
|
|
|
48
48
|
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="inner">
|
|
60
60
|
<div class="container">
|
|
61
61
|
<a class="brand light" href="{{ site.url }}" itemprop="url">
|
|
62
|
-
{% if site.logo %} <img itemprop="logo" src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }} Logo" /> {% endif %}
|
|
62
|
+
{% if site.logo %} <img itemprop="logo" src="{{ site.url }}/assets/images/{{ site.logo }}" alt="{{ site.title }} Logo" /> {% endif %}
|
|
63
63
|
<h1 class="blog-title light" itemprop="name">
|
|
64
64
|
{{ site.title }}
|
|
65
65
|
</h1>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class="inner">
|
|
74
74
|
<div class="container">
|
|
75
75
|
<a class="brand" href="{{ site.url }}" itemprop="url">
|
|
76
|
-
<img itemprop="logo" src="{{ site.url }}/images/{{ site.logo }}" alt="{{ site.title }} Logo" />
|
|
76
|
+
<img itemprop="logo" src="{{ site.url }}/assets/images/{{ site.logo }}" alt="{{ site.title }} Logo" />
|
|
77
77
|
<h1 class="blog-title light" itemprop="name">
|
|
78
78
|
{{ site.title }}
|
|
79
79
|
</h1>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hmfaysal
|
|
@@ -199,7 +199,7 @@ files:
|
|
|
199
199
|
- assets/fonts/fontawesome-webfont.ttf
|
|
200
200
|
- assets/fonts/fontawesome-webfont.woff
|
|
201
201
|
- assets/fonts/fontawesome-webfont.woff2
|
|
202
|
-
- assets/images/404.
|
|
202
|
+
- assets/images/404.gif
|
|
203
203
|
- assets/images/backgrounds/antennae_coverta.jpg
|
|
204
204
|
- assets/images/backgrounds/arp147.jpg
|
|
205
205
|
- assets/images/backgrounds/arp274.jpg
|
|
@@ -225,6 +225,7 @@ files:
|
|
|
225
225
|
- assets/images/backgrounds/star_field.jpg
|
|
226
226
|
- assets/images/backgrounds/stephansquintet_hubble.jpg
|
|
227
227
|
- assets/images/backgrounds/vladstudio_night_launch_1600x1200.jpg
|
|
228
|
+
- assets/images/endeavour_launch.jpg
|
|
228
229
|
- assets/images/favicons/apple-touch-icon-114x114-precomposed.png
|
|
229
230
|
- assets/images/favicons/apple-touch-icon-144x144-precomposed.png
|
|
230
231
|
- assets/images/favicons/apple-touch-icon-57x57-precomposed.png
|
|
@@ -261,6 +262,10 @@ files:
|
|
|
261
262
|
- assets/images/gallery1/photo (74).jpg
|
|
262
263
|
- assets/images/gallery1/photo (8).jpg
|
|
263
264
|
- assets/images/gallery1/photo (9).jpg
|
|
265
|
+
- assets/images/thespacedoctor_icon_dark.png
|
|
266
|
+
- assets/images/thespacedoctor_icon_transparent.png
|
|
267
|
+
- assets/images/thespacedoctor_icon_white.png
|
|
268
|
+
- assets/images/thespacedoctor_icon_white_circle.png
|
|
264
269
|
- assets/js/main.js
|
|
265
270
|
- assets/js/plugins/jekyll-search.min.js
|
|
266
271
|
- assets/js/plugins/jquery.fitvids.js
|
data/assets/images/404.jpg
DELETED
|
Binary file
|