Move blog posts to /blog subdirectory
Problem
Our current blog posts are not filed under the /blog/ subdirectory making it difficult to view overall blog performance.
Solution
Move all blog content under /blog/ sub directory
Acceptance Criteria
- 301 redirect existing content
- Ensure relative links point to correct locations due to potential change in application root.
MVC Changes
-
MVC 1 - change permalink and set redirects -
MVC 2 - update internal links to blog posts in source/posts -
MVC 3 - update internal links to blog posts in source/handbook -
MVC 4 - update internal links to blog posts in for remaining files in /sourceexcludingsource/includes,source/layouts,source/javascripts -
MVC 5 - update internal links to blog posts in source/includesandsource/layouts -
MVC 6 - update internal links to blog posts in source/javascripts -
MVC 7 - update internal links to blog posts in /data
Edited by Lauren Barker