-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect URLS in form /<n>
to /tips/<n>
#56
Comments
It can be done with However the plugin will create 200+ numbered |
It may be better to rename Another possibility is to rename If redirect_from:
- /tips/xxx statement to every tip's front matter, where |
Another possibility may be to use a query string for the tip id, e.g. Maybe an anchor could be used instead: But then the main Neither approach looks pretty! |
/<n>
to /tips/<n>
Yet another possibility is to
This way all the following forms of URL would be valid:
Charging the canonical form from |
Using the URL
tips.delphidabbler.com/<n>
instead oftips.delphidabbler.com/tips/<n>
is much friendlier. Is there any way to do this using thejekyll-redirect-from
plugin?The text was updated successfully, but these errors were encountered: