From 43eaa0b5e0175aef654064f40c32848592f392b3 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 21 May 2013 21:31:33 +1000 Subject: [PATCH] Remove use of Feed Burner --- content/about.html | 6 +++--- content/feed.yaml | 3 +-- content/personal/feed.yaml | 2 +- content/technical/feed.yaml | 2 +- layouts/_head.html | 6 +++--- layouts/_header.html | 2 +- layouts/articles.html | 7 +++++-- layouts/home.html | 4 ++-- 8 files changed, 17 insertions(+), 15 deletions(-) diff --git a/content/about.html b/content/about.html index a849a5e..6075c01 100644 --- a/content/about.html +++ b/content/about.html @@ -70,10 +70,10 @@ resources made available freely by their authors: The content is split into two sections: [Technical](/technical/articles/) and [Personal](/personal/articles/). There is -a [combined feed](http://feeds.feedburner.com/wezm) containing all posts as +a [combined feed](/feed/) containing all posts as well as separate ones for -[technical](http://feeds.feedburner.com/wezm-technical) and -[personal](http://feeds.feedburner.com/wezm-personal) posts. +[technical](/technical/feed/) and +[personal](/personal/feed/) posts. Projects -------- diff --git a/content/feed.yaml b/content/feed.yaml index a4f1283..2d9db30 100644 --- a/content/feed.yaml +++ b/content/feed.yaml @@ -2,6 +2,5 @@ title: WezM.net - All Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ -#feed_url: http://feeds.feedburner.com/wezm/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm \ No newline at end of file +feed_url: http://www.wezm.net/feed/ diff --git a/content/personal/feed.yaml b/content/personal/feed.yaml index cdc1a3b..6649541 100644 --- a/content/personal/feed.yaml +++ b/content/personal/feed.yaml @@ -3,4 +3,4 @@ title: WezM.net - Personal Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm-personal \ No newline at end of file +feed_url: http://www.wezm.net/personal/feed/ diff --git a/content/technical/feed.yaml b/content/technical/feed.yaml index 00884a8..f009785 100644 --- a/content/technical/feed.yaml +++ b/content/technical/feed.yaml @@ -3,4 +3,4 @@ title: WezM.net - Technical Articles author_name: Wesley Moore author_uri: http://www.wezm.net/about/ is_hidden: true -feed_url: http://feeds.feedburner.com/wezm-technical \ No newline at end of file +feed_url: http://www.wezm.net/technical/feed/ diff --git a/layouts/_head.html b/layouts/_head.html index 4a2080f..e88600e 100644 --- a/layouts/_head.html +++ b/layouts/_head.html @@ -10,9 +10,9 @@ - - - + + + diff --git a/layouts/_header.html b/layouts/_header.html index ad4d512..a73750f 100644 --- a/layouts/_header.html +++ b/layouts/_header.html @@ -7,7 +7,7 @@
  • Projects
  • Weather
  • - White Feed Icon Feed + White Feed Icon Feed
  • diff --git a/layouts/articles.html b/layouts/articles.html index e7458b8..5ee9921 100644 --- a/layouts/articles.html +++ b/layouts/articles.html @@ -25,8 +25,11 @@ <% menu.each do |menu_item| label, count = menu_item path = (label != "All" ? '/' + label.downcase : '') + "/articles/" - feed = 'http://feeds.feedburner.com/wezm' - feed += "-#{label.downcase}" if label != "All" + if label != "All" + feed = "/#{label.downcase}/feed/" + else + feed = '/feed/' + end active = (@item.identifier.sub(%r{page/$}, '') == path) %>
  • diff --git a/layouts/home.html b/layouts/home.html index 59390d6..d01b557 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -10,7 +10,7 @@

    Technical - Black Feed Icon + Black Feed Icon

      <% technical_articles[0..4].each do |article| %> @@ -24,7 +24,7 @@

      Personal - +

        <% personal_articles[0..4].each do |article| %>