octopress-feeds 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +10 -10
- data/lib/octopress-feeds/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91ef7197ec370e5aa31e9142d291f7a7cca4be4d
|
4
|
+
data.tar.gz: 63e9c43f5f0854e359822b5af160ba1d3f00fbfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5c06f465d2f7d8f5b9db574a983a9427637209434878a3da0d82bd5efd52af0369bcf7b1a73fecc024e3767f2650fff66a2f3648d06d8bb13e0dc3fa06e5295
|
7
|
+
data.tar.gz: 1b3bd652a6953789565cf8c0e2c02ec7aeb8e3973d939817ba34b0adf20d4207781d697ce649b18b1b5cc70392c25ffe9edee5b2182f9b14574216e75a42d728
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -27,7 +27,7 @@ Then add the gem to your Jekyll configuration.
|
|
27
27
|
|
28
28
|
## Usage
|
29
29
|
|
30
|
-
Be sure your Jekyll configuration has a `url`, a `name` and an `author`. If you want your feed to have
|
30
|
+
Be sure your Jekyll configuration has a `url`, a `name` and an `author`. If you want your feed to have link-blogging features, be sure
|
31
31
|
to install [Octopress Linkblog](https://github.com/octopress/linkblog).
|
32
32
|
|
33
33
|
```yaml
|
@@ -36,13 +36,13 @@ name: My Awesome Site
|
|
36
36
|
author: Guy McDude
|
37
37
|
```
|
38
38
|
|
39
|
-
Next generate your site with `jekyll build` and an xml feed will be generated at `/
|
39
|
+
Next generate your site with `jekyll build` and an xml feed will be generated at `/feeds/index.xml`.
|
40
40
|
|
41
|
-
To be sure you've installed the plugin correctly, run `octopress ink list
|
41
|
+
To be sure you've installed the plugin correctly, run `octopress ink list feeds` which will list detailed information about the plugin.
|
42
42
|
|
43
43
|
```
|
44
|
-
Plugin: Octopress
|
45
|
-
Slug:
|
44
|
+
Plugin: Octopress Feeds - v1.1.3
|
45
|
+
Slug: feeds
|
46
46
|
A nice RSS feed for Octopress and Jekyll sites.
|
47
47
|
https://github.com/octopress/feed
|
48
48
|
=============================================================
|
@@ -72,12 +72,12 @@ Octopress Ink can copy all of the plugin's assets to `_plugins/feed/*` where you
|
|
72
72
|
only necessary if you want to modify this plugin's behavior.
|
73
73
|
|
74
74
|
```
|
75
|
-
octopress ink copy
|
75
|
+
octopress ink copy feeds
|
76
76
|
```
|
77
77
|
|
78
|
-
This will copy the plugin's configuration, pages, and includes from the gem, to your local site. If, for example, you want to change the XML for an entry, you can simply edit the `_plugins/
|
78
|
+
This will copy the plugin's configuration, pages, and includes from the gem, to your local site. If, for example, you want to change the XML for an entry, you can simply edit the `_plugins/feeds/includes/entry.xml` file.
|
79
79
|
|
80
|
-
If you want to revert to the defaults, simply delete any file you don't care to override from the `_plugins/
|
80
|
+
If you want to revert to the defaults, simply delete any file you don't care to override from the `_plugins/feeds/` directory.
|
81
81
|
|
82
82
|
## Configuration
|
83
83
|
|
@@ -94,10 +94,10 @@ post at the first double line-break, `\n\n`. If you want more control over where
|
|
94
94
|
posts, You can change that to something like `<!--more-->` and place that comment wherever you like in your post to
|
95
95
|
split the content there.
|
96
96
|
|
97
|
-
To configure this plugin, first create a configuration file at `_plugins/
|
97
|
+
To configure this plugin, first create a configuration file at `_plugins/feeds/config.yml`. If you like, you can have Octopress Ink add it for you.
|
98
98
|
|
99
99
|
```
|
100
|
-
octopress ink copy
|
100
|
+
octopress ink copy feeds --config-file
|
101
101
|
```
|
102
102
|
|
103
103
|
This will create a configuration file populated with the defaults for this plugin. Deleting this file will restore the default configuration.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-feeds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
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-01-
|
11
|
+
date: 2015-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octopress-ink
|