You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
I would like to add more than one
collections
in _config.yaml. The following is what I didIn 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 providedportfolio.html
, the only difference being thesite.data....portfolio....
is replacted withsite.data....applications....
orsite.data....videos....
.I use jekyll-serve and run
docker run -p 4000:4000 -v $(pwd):/site jekyll-serve
under the directory containing theGemfile
.The problem
The
videos
in my website have the markdown files of theapplications
.The site is available video-slider branch
Any help would be appreciated
Thanks
The text was updated successfully, but these errors were encountered: