bradfrost / pl-website-eleventy

MIT License
1 stars 1 forks source link

Create redirect for the new site #12

Open bradfrost opened 4 years ago

bradfrost commented 4 years ago

There will be a number of URLs that change their paths from the old site to the new site, so we need to make sure we redirect people to the right links.

Here's a list of all the URLs from the current live site:

/
/blog-index.html
/contribute.html
/demos.html
/download.html
/resources.html
/roadmap.html
/docs/
/docs/index.html
/docs/requirements.html
/docs/installation.html
/docs/generating-pattern-lab.html
/docs/viewing-patterns.html
/docs/editing-source-files.html
/docs/command-line.html
/docs/advanced-config-options.html
/docs/upgrading.html
/docs/pattern-organization.html
/docs/pattern-add-new.html
/docs/pattern-reorganizing.html
/docs/pattern-including.html
/docs/data-link-variable.html
/docs/pattern-documenting.html
/docs/pattern-managing-assets.html
/docs/pattern-header-footer.html
/docs/pattern-pseudo-patterns.html
/docs/pattern-parameters.html
/docs/pattern-states.html
/docs/pattern-stylemodifier.html
/docs/pattern-hiding.html
/docs/pattern-adding-annotations.html
/docs/data-overview.html
/docs/data-json-mustache.html
/docs/data-pattern-specific.html
/docs/data-listitems.html
/docs/advanced-ecosystem-overview.html
/docs/advanced-starterkits.html
/docs/advanced-template-language-and-pattern-engines.html
/docs/advanced-reload-browser.html
/docs/advanced-exporting-patterns.html
/docs/advanced-keyboard-shortcuts.html
/docs/advanced-integration-with-grunt.html
/docs/advanced-pattern-lab-nav.html
/docs/pattern-linking.html
/docs/advanced-page-follow.html
/docs/advanced-clean-public.html
/docs/advanced-auto-regenerate.html
/docs/advanced-ecosystem-overview.html
QuincyGow commented 4 years ago

Would like to see example of how exactly I should re-direct. Are we creating new links on the new site?

bradfrost commented 4 years ago

@QuincyGow this isn't something that can be done or put in place now, and is rather something that needs to happen when the site goes live. The content for the new site still needs organized and structured so any new or different URLs are unknown.