We're a place where coders share, stay up-to-date and grow their careers.
How to use Jekyll post without adding date in file name?
don't use posts, use custom collections
you can also change the permalink property in the front matter, if you want this for only one post: permalink: /my-custom/path
permalink: /my-custom/path
I need for regular posts with prev next within them.
How to use Jekyll post without adding date in file name?
don't use posts, use custom collections
you can also change the permalink property in the front matter, if you want this for only one post:
permalink: /my-custom/path
I need for regular posts with prev next within them.