In Shane – Jekyll portfolio theme, there has a nice style portfolio section. You can change the content for that section easily form the _data/portfolio.yml file.

Here following the structure of the portfolio data :

- name: Sweet Fruit
  img_src: /assets/img/portfolio/1.jpg
  project_url: /assets/img/portfolio/1.jpg
  filter_classes: 'design'
  cat: Design

- name: Good Present
  img_src: /assets/img/portfolio/2.jpg
  project_url: https://www.youtube.com/watch?v=Amq-qlqbjYA
  filter_classes: 'branding'
  cat: Branding

- name: Ice Cream
  img_src: /assets/img/portfolio/3.jpg
  project_url: '/assets/img/portfolio/3.jpg'
  filter_classes: 'photography'
  cat: Photography

You can update the name, image URL, project URL, filter class and category name there.

We strongly recommend to use the filter_classes value in 1 word. Example : youtube not you tube. Because that filter_classes will automatically attach as the filterable ID in code.