I'm using Jekyll for a blog/portfolio site. I have several posts which are portfolio entries, and several which are blog entries.
I am able to use the portfolio-entry posts to build a portfolio page (www.alexmarchant.com/portfolio), but Jekyll still generates a permalinked individual page for each portfolio entry. Is there any way to turn this off?
I've tried the following in the YAML front-matter section of the posts:
- permalink: none
- permalink: false
Neither works.
exclude: [dir1, file1, dir2]
I don't know if this will work or not, but try it and let me know. – Brett Hardin