jekyll-theme-space 1.0.2 → 1.1.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/footer.html +3 -3
- data/_includes/head.html +6 -6
- data/_includes/header.html +1 -1
- data/_includes/menu.html +1 -1
- data/_includes/related_posts.html +1 -1
- data/_includes/search.html +1 -1
- data/_includes/social_links.html +1 -1
- data/_layouts/categories.html +1 -1
- data/_layouts/home.html +3 -3
- data/_layouts/post.html +6 -6
- data/_layouts/tags.html +1 -1
- data/assets/css/main.css +1 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb5bdc4c74c2059964e0aa0844de9626eb25e751dba00077dbf8c7a0ed3e0883
|
|
4
|
+
data.tar.gz: 7f24c796324de71db4e498f02580fdd1a892da1266507947f9432736acf1fa4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dba3462dd0fb5855100a13120fa40bf23ef97277905b66080026637500539131283f0375cb059a9d59e0b1f008d8c980f35261afcbc803d484988f0e767899f9
|
|
7
|
+
data.tar.gz: 12733d10a9277787ec0fb2917ed2e8f2819643dab617ea85b076ab51bb6685ac38b3cf5f063fdad573bbc434e0a7837af7d7daaad5f0251ffdfea8480b6af6cb
|
data/_includes/footer.html
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
jekyll-theme-space. <i class="icon-copyright"></i> 2018 Alfonso Saavedra "Son Link". Theme under MIT license
|
|
3
3
|
</footer>
|
|
4
4
|
|
|
5
|
-
<script src="{{ '/assets/js/simple-jekyll-search.min.js' |
|
|
5
|
+
<script src="{{ '/assets/js/simple-jekyll-search.min.js' | absolute_url }}"></script>
|
|
6
6
|
<script type="text/javascript">
|
|
7
7
|
SimpleJekyllSearch({
|
|
8
8
|
searchInput: document.getElementById('search-input'),
|
|
9
9
|
resultsContainer: document.getElementById('results-container'),
|
|
10
10
|
searchResultTemplate: '<li><a href="{url}">{title}</a><br />{description}</li>',
|
|
11
|
-
json: '{{ '/search.json' |
|
|
11
|
+
json: '{{ '/search.json' | absolute_url }}'
|
|
12
12
|
});
|
|
13
13
|
</script>
|
|
14
|
-
<script src="{{ '/assets/js/main.js' |
|
|
14
|
+
<script src="{{ '/assets/js/main.js' | absolute_url }}"></script>
|
|
15
15
|
<script id="dsq-count-scr" src="//blogdesonlink.disqus.com/count.js" async></script>
|
data/_includes/head.html
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
7
7
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
|
8
8
|
|
|
9
|
-
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' |
|
|
10
|
-
<link rel="stylesheet" href="{{ '/assets/css/monokai.css' |
|
|
11
|
-
<link rel="stylesheet" href="{{ '/assets/css/main.css' |
|
|
12
|
-
<link rel="stylesheet" href="{{ '/assets/css/fontello-embedded.css' |
|
|
13
|
-
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ '/feed.xml' |
|
|
14
|
-
<link rel="shortcut icon" href="{{ '/favicon.png' |
|
|
9
|
+
<link rel="stylesheet" href="{{ '/assets/css/normalize.css' | absolute_url }}">
|
|
10
|
+
<link rel="stylesheet" href="{{ '/assets/css/monokai.css' | absolute_url }}">
|
|
11
|
+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}">
|
|
12
|
+
<link rel="stylesheet" href="{{ '/assets/css/fontello-embedded.css' | absolute_url }}">
|
|
13
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ '/feed.xml' | absolute_url }}" />
|
|
14
|
+
<link rel="shortcut icon" href="{{ '/favicon.png' | pabsolute_url }}" type="image/png" />
|
|
15
15
|
{% if site.plugins contains 'jekyll-seo-tag' %}
|
|
16
16
|
{% seo %}
|
|
17
17
|
{% endif %}
|
data/_includes/header.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<ul>
|
|
6
6
|
{% for page in site.pages %}
|
|
7
7
|
{% if page.title and page.onmenu != false %}
|
|
8
|
-
<li><a href="{{ page.url |
|
|
8
|
+
<li><a href="{{ page.url | absolute_url }}">{{ page.title }}</a></li>
|
|
9
9
|
{% endif %}
|
|
10
10
|
{% endfor %}
|
|
11
11
|
</ul>
|
data/_includes/menu.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{% if sameTagCount >= minCommonTags %}
|
|
25
25
|
<a href="{{ site.baseurl }}{{ post.url }}" class="related_post">
|
|
26
26
|
<figure>
|
|
27
|
-
<img src="{{
|
|
27
|
+
<img src="{{absolute_url}}/img/img_dest/{{ post.img_dest }}" />
|
|
28
28
|
<legend>{{ post.title }}</legend>
|
|
29
29
|
</figure>
|
|
30
30
|
</a>
|
data/_includes/search.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</div>
|
|
6
6
|
|
|
7
7
|
<!-- Script pointing to jekyll-search.js -->
|
|
8
|
-
<script src="{{
|
|
8
|
+
<script src="{{ absolute_url }}/bower_components/simple-jekyll-search/dest/jekyll-search.js" type="text/javascript"></script>
|
|
9
9
|
<script>
|
|
10
10
|
SimpleJekyllSearch({
|
|
11
11
|
searchInput: document.getElementById('search-input'),
|
data/_includes/social_links.html
CHANGED
data/_layouts/categories.html
CHANGED
|
@@ -12,7 +12,7 @@ layout: default
|
|
|
12
12
|
<div class="category_list">
|
|
13
13
|
{% for post in site.categories[category_name] %}
|
|
14
14
|
<article class="archive-item">
|
|
15
|
-
<h4><a href="{{
|
|
15
|
+
<h4><a href="{{ absolute_url }}{{ post.url }}">{{post.title}}</a></h4>
|
|
16
16
|
</article>
|
|
17
17
|
{% endfor %}
|
|
18
18
|
</div>
|
data/_layouts/home.html
CHANGED
|
@@ -8,7 +8,7 @@ layout: default
|
|
|
8
8
|
<div class="entry-body">
|
|
9
9
|
<div class="entry-header">
|
|
10
10
|
<h3>{{ post.title }}</h3>
|
|
11
|
-
<time class="entry-date">{{ post.date | date: "%d/%m/%Y" }}</time> / <a href="{{
|
|
11
|
+
<time class="entry-date">{{ post.date | date: "%d/%m/%Y" }}</time> / <a href="{{absolute_url}}/categorias/#{{post.category|slugize}}" class="uk-button uk-button-text">{{post.category}}</a>
|
|
12
12
|
</div>
|
|
13
13
|
{% if post.description %}
|
|
14
14
|
{{ post.description }}
|
|
@@ -19,11 +19,11 @@ layout: default
|
|
|
19
19
|
<div class="entry-tags">
|
|
20
20
|
<span>Tags:</span>
|
|
21
21
|
{% for tag in post.tags %}
|
|
22
|
-
<a href="{{
|
|
22
|
+
<a href="{{absolute_url}}/tags/#{{tag|slugize}}" class="tag-link">{{tag}}</a>
|
|
23
23
|
{% unless forloop.last %} {% endunless %}
|
|
24
24
|
{% endfor %}
|
|
25
25
|
</div>
|
|
26
|
-
<a href="{{ post.url
|
|
26
|
+
<a href="{{ post.url }}" class="read-more">View more</a>
|
|
27
27
|
</div>
|
|
28
28
|
</div>
|
|
29
29
|
</div>
|
data/_layouts/post.html
CHANGED
|
@@ -10,11 +10,11 @@ comments: true
|
|
|
10
10
|
{{ content }}
|
|
11
11
|
<ul id="share">
|
|
12
12
|
<li>Compartir:</li>
|
|
13
|
-
<li><a class="icon-twitter" target="_black" href="http://twitter.com/intent/tweet?text={{ page.title }}&url={{ page.url |
|
|
14
|
-
<li><a class="icon-facebook" target="_black" href="http://www.facebook.com/sharer/sharer.php?u={{ page.url |
|
|
15
|
-
<li><a class="icon-gplus" target="_black" href="https://plus.google.com/share?url={{ page.url |
|
|
16
|
-
<li><a class="icon-whatsapp" target="_black" href="whatsapp://send?text={{ page.url |
|
|
17
|
-
<li><a class="icon-telegram" target="_black" href="https://t.me/share/url?url={{ page.url |
|
|
13
|
+
<li><a class="icon-twitter" target="_black" href="http://twitter.com/intent/tweet?text={{ page.title }}&url={{ page.url | absolute_url }}" uk-icon="icon: twitter"></a></li>
|
|
14
|
+
<li><a class="icon-facebook" target="_black" href="http://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url }}" uk-icon="icon: facebook"></a></li>
|
|
15
|
+
<li><a class="icon-gplus" target="_black" href="https://plus.google.com/share?url={{ page.url | absolute_url }}" uk-icon="icon: google-plus"></a></li>
|
|
16
|
+
<li><a class="icon-whatsapp" target="_black" href="whatsapp://send?text={{ page.url |absolute_url | cgi_escape}}" uk-icon="icon: whatsapp"></a></li>
|
|
17
|
+
<li><a class="icon-telegram" target="_black" href="https://t.me/share/url?url={{ page.url | absolute_url | cgi_escape}}" uk-icon="icon: whatsapp"></a></li>
|
|
18
18
|
</ul>
|
|
19
19
|
<br /><br />
|
|
20
20
|
Category: <a href="{{site.baseurl}}/categories/#{{page.category|slugize}}">{{page.category}}</a>
|
|
@@ -41,7 +41,7 @@ comments: true
|
|
|
41
41
|
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
|
|
42
42
|
|
|
43
43
|
var disqus_config = function () {
|
|
44
|
-
this.page.url = '{{ page.url |
|
|
44
|
+
this.page.url = '{{ page.url | absolute_url }}'; // Replace PAGE_URL with your page's canonical URL variable
|
|
45
45
|
this.page.identifier = '{{ page.url }}'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
|
|
46
46
|
};
|
|
47
47
|
|
data/_layouts/tags.html
CHANGED
|
@@ -13,7 +13,7 @@ layout: default
|
|
|
13
13
|
<div class="category_list">
|
|
14
14
|
{% for post in site.tags[tag_name] %}
|
|
15
15
|
<article class="archive-item">
|
|
16
|
-
<h4><a href="{{
|
|
16
|
+
<h4><a href="{{ absolute_url }}{{ post.url }}">{{post.title}}</a></h4>
|
|
17
17
|
</article>
|
|
18
18
|
{% endfor %}
|
|
19
19
|
</div>
|
data/assets/css/main.css
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-space
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alfonso Saavedra "Son Link"
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '4.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '4.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
33
|
+
version: '2.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '2.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rake
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,9 +103,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
|
-
|
|
107
|
-
rubygems_version: 2.7.6
|
|
106
|
+
rubygems_version: 3.0.4
|
|
108
107
|
signing_key:
|
|
109
108
|
specification_version: 4
|
|
110
|
-
summary: Lighwight and responsive theme for Jekyll. Is the oficial theme for my blog
|
|
109
|
+
summary: Lighwight and responsive theme for Jekyll. Is the oficial theme for my blog.
|
|
110
|
+
Compatible with Jekyll 4.0
|
|
111
111
|
test_files: []
|