Setting up WordPress style year and month URLs in Jekyll
| Comments
Just a quick note to mark my move from WordPress to Jekyll.
If you were using this common WordPress permalink structure:
sitename/YY/MM/post-title
You’ll probably want to replicate it in Jekyll so as to keep all your links live. Doing this is really simple. Add the following line to your _config.yml
file:
permalink: /:year/:month/:title
Permalink: https://www.thisdaysportion.com/notes/2013-06-22-replicating-year-month-wordpress-urls-in-jekyll
Previous note How to write a factually dubious but potent blog post
Next note Notes on Pnin
Comments
Add a comment
No comments yet 🦉.