Skip to content
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

Issue with having more than one collections #86

Open
ashBabu opened this issue Aug 30, 2024 · 0 comments
Open

Issue with having more than one collections #86

ashBabu opened this issue Aug 30, 2024 · 0 comments

Comments

@ashBabu
Copy link

ashBabu commented Aug 30, 2024

Hi,
I would like to add more than one collections in _config.yaml. The following is what I did

collections:
  applications:
    output: true
  videos:
    output: true
    order:
      - xta_motion.md
      - xta_sim.md
      - pipe_concept.md
     
collections_dir: collections_xtent

In the collections_xtent directory, I have added two directories, _applications and _videos, and a few markdown files. Then I added applications.html and videos.html. These files are copied from the already provided portfolio.html, the only difference being the site.data....portfolio.... is replacted with site.data....applications.... or site.data....videos.....
I use jekyll-serve and run docker run -p 4000:4000 -v $(pwd):/site jekyll-serve under the directory containing the Gemfile.

The problem

The videos in my website have the markdown files of the applications.

The site is available video-slider branch

Any help would be appreciated
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant