Skip to content

Commit

Permalink
up feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Feb 10, 2015
1 parent 68121c4 commit 8479c99
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,17 +1,17 @@
# Planet Jekyll

Feed list/configuration for [Planet Jekyll](http://planetjekyll.herokuapp.com)
and [Planet Jekyll (Dev Edition)](http://planetjekyll.herokuapp.com/jekylldev)


Note: All feeds including the feed lists (that is, [jekyll.ini](jekyll.ini)
and [jekyll-dev.ini](jekyll-dev.ini))
and friends)
get auto-updated (fetched) once a day (that is, every 24 hours).


## Add Your Feed - How To

Step 1: Add your feed to the feed list (that is, [jekyll.ini](jekyll.ini) or
[jekyll-dev.ini](jekyll-dev.ini)).
friends).


Example:
Expand All @@ -27,7 +27,7 @@ or

~~~
[parkermoore]
title = Parker Moore (Blog - By Parker.)
title = Parker Moore
link = https://byparker.com
feed = https://byparker.com/blog/atom.xml
github = parkr
Expand Down
9 changes: 9 additions & 0 deletions jekyll-meta.ini
Expand Up @@ -10,8 +10,17 @@ source = https://raw.github.com/planetjekyll/planet/master/jekyll-meta.ini
link = https://github.com/planetjekyll/planet
feed = https://github.com/planetjekyll/planet/commits/master.atom


##################
# Pluto News

[pluto]
title = Planet Pluto News & Discussions
link = https://groups.google.com/group/feedreader
feed = https://groups.google.com/forum/feed/feedreader/topics/atom.xml?num=15

[planets]
title = Planetarium Commits @ GitHub
link = https://github.com/feedreader/planets
feed = https://github.com/feedreader/planets/commits/master.atom

2 changes: 1 addition & 1 deletion jekyll-themes.ini
Expand Up @@ -9,5 +9,5 @@ source = https://raw.github.com/planetjekyll/planet/master/jekyll-themes.ini
[jekyllthemes]
title = Jekyll Theme of the Month
link = http://planetjekyll.github.io/themes
feed = http://planetjekyll.github.io/themes/atom.xml
feed = http://planetjekyll.github.io/themes/feed.xml

21 changes: 15 additions & 6 deletions jekyll.ini
Expand Up @@ -50,13 +50,14 @@ source = https://raw.github.com/planetjekyll/planet/master/jekyll.ini
# Jekyll People

## todo/check - old parker blog -- moved to by parker???
[parkermoore]
title = Parker Moore (Hey, I’m Parker.) @ San Francisco, CA › United States
link = http://blog.parkermoore.de/categories/jekyll/
feed = http://blog.parkermoore.de/categories/jekyll/atom.xml
## [parkermoore]
## title = Parker Moore (Hey, I’m Parker.) @ San Francisco, CA › United States
## link = http://blog.parkermoore.de/categories/jekyll/
## feed = http://blog.parkermoore.de/categories/jekyll/atom.xml


[parkermooreii]
title = Parker Moore (Blog - By Parker.) @ San Francisco, CA › United States
[parkermoore]
title = Parker Moore @ San Francisco, CA › United States
link = https://byparker.com
feed = https://byparker.com/blog/atom.xml
includes = Jekyll|GitHub Pages
Expand Down Expand Up @@ -111,3 +112,11 @@ source = https://raw.github.com/planetjekyll/planet/master/jekyll.ini
includes = Jekyll|GitHub Pages|Poole
###########
# more
[jekyllsnippets]
title = Jekyll Snippets (Tips 'n' Tricks)
link = http://planetjekyll.github.io/snippets
feed = http://planetjekyll.github.io/snippets/feed.xml

0 comments on commit 8479c99

Please sign in to comment.