Mobile app version of vmapp.org
Login or Join
Sarah324

: How can I create a individual "Projects" page in Jekyll? On my Jekyll powered website, I have a page where I list every project (inventions, experiments, etc) that I have ever worked on. Currently,

@Sarah324

Posted in: #Jekyll

On my Jekyll powered website, I have a page where I list every project (inventions, experiments, etc) that I have ever worked on. Currently, each project listed exists only as a link to a relevant blog post. My question is, how do I create individual pages for each project so that it each resides in its own subdirectory like so:

example.com/projects/project1

example.com/projects/project2

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

1 Comments

Sorted by latest first Latest Oldest Best

 

@Merenda212

simply create a folder called projects another folder for each project1 and then put a copy of the index.html file in there.

what it sounds like is you want to use categories/tags to automate this process for you

this might help: charliepark.org/tags-in-jekyll/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme