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/2010/08/howto-install-consolas-font-mac.mkdn b/content/technical/2010/08/howto-install-consolas-font-mac.mkdn index 09ccac0..38821b6 100644 --- a/content/technical/2010/08/howto-install-consolas-font-mac.mkdn +++ b/content/technical/2010/08/howto-install-consolas-font-mac.mkdn @@ -23,7 +23,7 @@ Installation
Step 1: Show Package Contents
Step 3: Show Package Contents
-
+
Step 4: Navigating to the package 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| %> diff --git a/output/images/photos.jpg b/output/images/photos.jpg index 22a277b..9fd29b6 100644 Binary files a/output/images/photos.jpg and b/output/images/photos.jpg differ diff --git a/output/photos.xml b/output/photos.xml index 8109c24..102c176 100644 --- a/output/photos.xml +++ b/output/photos.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file