2020-12-13 01:27:58 +01:00
|
|
|
---
|
|
|
|
# An instance of the Portfolio widget.
|
|
|
|
# Documentation: https://wowchemy.com/docs/page-builder/
|
|
|
|
widget: portfolio
|
2017-11-23 02:41:58 +01:00
|
|
|
|
2020-12-13 01:27:58 +01:00
|
|
|
# This file represents a page section.
|
|
|
|
headless: true
|
2017-11-23 02:41:58 +01:00
|
|
|
|
2020-12-13 01:27:58 +01:00
|
|
|
# Order that this section appears on the page.
|
|
|
|
weight: 65
|
|
|
|
|
|
|
|
title: Projects
|
|
|
|
subtitle: ''
|
|
|
|
|
|
|
|
content:
|
2019-02-27 23:34:04 +01:00
|
|
|
# Page type to display. E.g. project.
|
2020-12-13 01:27:58 +01:00
|
|
|
page_type: project
|
|
|
|
|
|
|
|
# Default filter index (e.g. 0 corresponds to the first `filter_button` instance below).
|
|
|
|
filter_default: 0
|
|
|
|
|
2019-02-27 23:34:04 +01:00
|
|
|
# Filter toolbar (optional).
|
2020-12-13 01:27:58 +01:00
|
|
|
# Add or remove as many filters (`filter_button` instances) as you like.
|
2019-02-27 23:34:04 +01:00
|
|
|
# To show all items, set `tag` to "*".
|
|
|
|
# To filter by a specific tag, set `tag` to an existing tag name.
|
2020-12-13 01:27:58 +01:00
|
|
|
# To remove the toolbar, delete the entire `filter_button` block.
|
|
|
|
filter_button:
|
|
|
|
- name: All
|
|
|
|
tag: '*'
|
|
|
|
- name: Deep Learning
|
|
|
|
tag: Deep Learning
|
|
|
|
- name: Other
|
|
|
|
tag: Demo
|
|
|
|
|
|
|
|
design:
|
|
|
|
# Choose how many columns the section has. Valid values: '1' or '2'.
|
|
|
|
columns: '2'
|
2019-02-27 23:34:04 +01:00
|
|
|
|
|
|
|
# Toggle between the various page layout types.
|
|
|
|
# 1 = List
|
2019-07-22 22:33:38 +02:00
|
|
|
# 2 = Compact
|
2019-02-27 23:34:04 +01:00
|
|
|
# 3 = Card
|
|
|
|
# 5 = Showcase
|
2020-12-13 01:27:58 +01:00
|
|
|
view: 2
|
2019-02-27 23:34:04 +01:00
|
|
|
|
|
|
|
# For Showcase view, flip alternate rows?
|
2020-12-13 01:27:58 +01:00
|
|
|
flip_alt_rows: false
|
|
|
|
---
|