jekyll-lenciel-theme 0.2.1 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82fc153dc3cb45db46f7b28ffc6296de9b86d28e
4
- data.tar.gz: bb63a6b0800f1ac596a1cb81516dcda6baee5f70
3
+ metadata.gz: b0edd6c0baa9b63e80610786b48929b57b7594b5
4
+ data.tar.gz: 1e6fa77316d95788eea06ddd18e1d28c8c977e16
5
5
  SHA512:
6
- metadata.gz: e699de8500c103c778bf1b6382f848f42287df5da4dd85e2ebb6b7a7565c8e7b2b9ad094b13f824317bed4f0d9064644b8cb213b64bb8f78f1ae191681a34585
7
- data.tar.gz: 4f6849d72982b4af418db80272b53b195e089e02ae5033e5b273d23fe6c73bb02c79ab1612e2d60b52539c6d19f2646b4c0619c40bdb49ce0d78eaadef2b5662
6
+ metadata.gz: 38648056070099f93339a969ea4b5c87c874c6759d71c9cac92f783bff9e65e78f142cb685ea30ff3d11231e222f02894df56ff730f00d2e4cb58c0255e2b96f
7
+ data.tar.gz: a70e4aa6cac1a31e7133fc759f72abc3f0f64a9c6a5c7dc9c869b095da5ff2c80b0fa9d85eecda2e947966b76138c88d3fb366282649a42daecc8ed69604ec6d
data/_layouts/home.html CHANGED
@@ -4,7 +4,7 @@ layout: default
4
4
 
5
5
  <div class="blog-index">
6
6
  {% assign index = true %}
7
- {% for post in paginator.posts %}
7
+ {% for post in site.posts %}
8
8
  {% assign content = post.content %}
9
9
  <article>
10
10
  {% include article.html %}
@@ -14,7 +14,7 @@ layout: default
14
14
  {% if paginator.next_page %}
15
15
  <a class="prev" href="{{paginator.next_page_path}}">&larr; Older</a>
16
16
  {% endif %}
17
- <a href="/blog/archives">Blog Archives</a>
17
+ <a href="/archives">Archives</a>
18
18
  {% if paginator.previous_page %}
19
19
  <a class="next" href="{{paginator.previous_page_path}}">Newer &rarr;</a>
20
20
  {% endif %}
@@ -15,7 +15,7 @@
15
15
  * + table th {
16
16
  border-style:solid;
17
17
  font-weight:bold;
18
- background: url("/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
18
+ background: url("/assets/images/noise.png?1330434582") repeat scroll left top #F7F3F7;
19
19
  }
20
20
 
21
21
  * + table th[align="left"], * + table td[align="left"] {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lenciel-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - lenciel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.0'
61
+ version: 1.0.1
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.0'
68
+ version: 1.0.1
69
69
  description:
70
70
  email:
71
71
  - lenciel@gmail.com
@@ -86,7 +86,6 @@ files:
86
86
  - _includes/custom/after_footer.html
87
87
  - _includes/custom/asides/about.html
88
88
  - _includes/custom/baidu_analytics.html
89
- - _includes/custom/category_feed.xml
90
89
  - _includes/custom/footer.html
91
90
  - _includes/custom/head.html
92
91
  - _includes/custom/header.html
@@ -106,7 +105,6 @@ files:
106
105
  - _includes/post/disqus_thread.html
107
106
  - _includes/post/sharing.html
108
107
  - _includes/twitter_sharing.html
109
- - _layouts/category_index.html
110
108
  - _layouts/default.html
111
109
  - _layouts/home.html
112
110
  - _layouts/page.html
@@ -1,27 +0,0 @@
1
- ---
2
- layout: null
3
- ---
4
- <?xml version="1.0" encoding="utf-8"?>
5
- <feed xmlns="http://www.w3.org/2005/Atom">
6
-
7
- <title><![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]></title>
8
- <link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
9
- <link href="{{ site.url }}/"/>
10
- <updated>{{ site.time | date_to_xmlschema }}</updated>
11
- <id>{{ site.url }}/</id>
12
- <author>
13
- <name><![CDATA[{{ site.author | strip_html }}]]></name>
14
- {% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
15
- </author>
16
- <generator uri="http://octopress.org/">Octopress</generator>
17
-
18
- {% for post in site.categories[page.category] limit: 5 %}
19
- <entry>
20
- <title type="html"><![CDATA[{% if site.titlecase %}{{ post.title | titlecase | cdata_escape }}{% else %}{{ post.title | cdata_escape }}{% endif %}]]></title>
21
- <link href="{{ site.url }}{{ post.url }}"/>
22
- <updated>{{ post.date | date_to_xmlschema }}</updated>
23
- <id>{{ site.url }}{{ post.id }}</id>
24
- <content type="html"><![CDATA[{{ post.content | expand_urls: site.url | markdownify | cdata_escape }}]]></content>
25
- </entry>
26
- {% endfor %}
27
- </feed>
@@ -1,17 +0,0 @@
1
- ---
2
- layout: page
3
- footer: false
4
- ---
5
-
6
- <div id="blog-archives" class="category">
7
- {% for post in site.categories[page.category] %}
8
- {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
9
- {% unless year == this_year %}
10
- {% assign year = this_year %}
11
- <h2>{{ year }}</h2>
12
- {% endunless %}
13
- <article>
14
- {% include archive_post.html %}
15
- </article>
16
- {% endfor %}
17
- </div>