octopress-genesis-theme 0.0.5 → 0.0.6

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: 6c24ab057d5e870e250f5db02d9912b47bc88d62
4
- data.tar.gz: a2179152ee3d08bd1fa4817a3ad605a51c6f62c2
3
+ metadata.gz: 336a06cbe5e99782d6bbcd912a39bb79fcabbcd6
4
+ data.tar.gz: 1d5d6db8478f1c772ab34191c95c890478f96a3e
5
5
  SHA512:
6
- metadata.gz: fe10e81531edfde37e0ecccb4bd7ad81acccb0d3d622cdb4d794c97d6aff5eaad1d7f3df528284bcb384014b76a6d782e49ea603d024f541327335f949ec72cd
7
- data.tar.gz: 5ba1911ad2b3213919f23af2e4129b4443287467adf8f5c4607bd3522fa959eaa53741c21e00a120f51963eb7a820759b9cd3778fade1c677fdcb775391e3873
6
+ metadata.gz: 3b70f96c89bd25f2a40e7bf39b331ab9d74a583f93c3e09d31a2e60bc2e2872e4653f0d65bc2520d7f7d30fc8102842ac961e5325856eec1c400a778a2c0c300
7
+ data.tar.gz: 938026119546fb71404ca0cdf09f0cc0f9509d4f2bba258d22f325d9b0083a05081233b41c12bbffab5770afa0d157e421d3a5cd4f3df80f2a3988b61bfb953e
data/README.md CHANGED
@@ -32,7 +32,7 @@ This is best demonstrated on a new Jekyll site:
32
32
  - Create a new Jekyll site.
33
33
  - Add some posts or pages.
34
34
  - Ensure that posts have the layout `theme:post`, and pages `theme:page`
35
- - Run `jekyll server` and check it out.
35
+ - Run `jekyll serve` and check it out.
36
36
 
37
37
  ## Configuration
38
38
 
@@ -42,7 +42,7 @@ the defaults.
42
42
  ```yaml
43
43
  # Settings for main header
44
44
  title: My Octopress Blog
45
- subtitle: A clever subtitle (optional)
45
+ subtitle: # optional
46
46
 
47
47
  # Links for main navigation
48
48
  nav:
@@ -50,10 +50,11 @@ nav:
50
50
  - { url: '/archive', title: 'Archive' }
51
51
  - { url: '/feed', title: 'RSS' }
52
52
 
53
- post_index:
54
- excerpt_posts: true
55
- permalink_label: "Permalink"
56
- read_more_label: "Continue Reading →"
53
+ permalink_label: "Permalink"
54
+ read_more_label: "Continue Reading →"
55
+
56
+ # Show excerpts on post index
57
+ excerpt_index: false
57
58
 
58
59
  # Center the text in post and page headings.
59
60
  center_headings: true
data/assets/config.yml CHANGED
@@ -8,11 +8,12 @@ nav:
8
8
  - { url: '/archive/', title: 'Archive' }
9
9
  - { url: '/feed/', title: 'Subscribe' }
10
10
 
11
- post_index:
12
- excerpt_articles: false
13
- permalink_label: "Permalink"
14
- read_more_label: "Continue Reading →"
11
+ permalink_label: "Permalink"
12
+ read_more_label: "Continue Reading →"
13
+
14
+ # Show excerpts on post index?
15
+ excerpt_index: false
15
16
 
16
17
  search: google
17
18
 
18
- center_headings: false
19
+ center_headings: true
@@ -1,5 +1,7 @@
1
- {% assign post_content = (theme.excerpt_articles ? post.excerpt : post.content) %}
2
- {% assign permalink_label = (post.excerpted ? theme.post_index.read_more_label : theme.post_index.permalink_label) %}
1
+ {% if !post.linkpost %}
2
+ {% assign post_content = (theme.excerpt_index ? post.excerpt : post.content) %}
3
+ {% else %}{% assign post_content = post.content %}{% endif %}
4
+ {% assign permalink_label = (post.excerpted ? theme.read_more_label : theme.permalink_label) %}
3
5
 
4
6
  <article class="entry {% return 'excerpted' if excerpted %}" role="article">
5
7
  <header class="entry-header">
@@ -1,5 +1,5 @@
1
- $site-bg: #edefef;
2
- $main-bg: #f5f6f6;
1
+ /*$site-bg: #edefef;*/
2
+ $main-bg: #eef0f2;//#edefef;//#f5f6f6;
3
3
  $page-border: #dadede;
4
4
 
5
5
  $accent-color: #e46767; // pale red
@@ -9,7 +9,7 @@ $medium-text-color: #666;
9
9
  $light-text-color: #888;
10
10
  $link-color: #4A89DC;
11
11
 
12
- $site-header-bg: #edefef;
12
+ $site-header-bg: #fff;//#edefef;
13
13
  $site-title-color: #555;
14
14
  $site-nav-color: #333;
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Genesis
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -10,6 +10,7 @@ require 'octopress-include-tag'
10
10
  require 'octopress-content-for'
11
11
  require 'octopress-filter-tag'
12
12
  require 'octopress-paginate'
13
+ require 'octopress-feeds'
13
14
 
14
15
  require 'octopress-genesis-theme/version'
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-genesis-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-11 00:00:00.000000000 Z
11
+ date: 2015-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-ink