2017-11-23 02:41:58 +01:00
|
|
|
+++
|
|
|
|
# Projects widget.
|
|
|
|
widget = "projects"
|
|
|
|
active = true
|
2018-04-09 20:10:15 +02:00
|
|
|
date = 2016-04-20T00:00:00
|
2017-11-23 02:41:58 +01:00
|
|
|
|
|
|
|
title = "Projects"
|
|
|
|
subtitle = ""
|
|
|
|
|
|
|
|
# Order that this section will appear in.
|
|
|
|
weight = 50
|
|
|
|
|
2018-01-27 19:19:04 +01:00
|
|
|
# Content.
|
|
|
|
# Display content from the following folder.
|
|
|
|
# For example, `folder = "project"` displays content from `content/project/`.
|
|
|
|
folder = "project"
|
|
|
|
|
2017-11-23 02:41:58 +01:00
|
|
|
# View.
|
|
|
|
# Customize how projects are displayed.
|
|
|
|
# Legend: 0 = list, 1 = cards.
|
|
|
|
view = 1
|
|
|
|
|
|
|
|
# Filter toolbar.
|
|
|
|
|
|
|
|
# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
|
|
|
|
filter_default = 0
|
|
|
|
|
|
|
|
# Add or remove as many filters (`[[filter]]` instances) as you like.
|
2018-07-23 13:50:58 +02:00
|
|
|
# To show all items, set `tag` to "*".
|
|
|
|
# To filter by a specific tag, set `tag` to an existing tag name.
|
2017-11-23 02:41:58 +01:00
|
|
|
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
2017-11-24 01:37:00 +01:00
|
|
|
# [[filter]]
|
|
|
|
# name = "All"
|
|
|
|
# tag = "*"
|
2018-07-23 13:50:58 +02:00
|
|
|
#
|
2017-11-24 01:37:00 +01:00
|
|
|
# [[filter]]
|
|
|
|
# name = "Deep Learning"
|
2018-07-23 13:50:58 +02:00
|
|
|
# tag = "Deep Learning"
|
2017-11-24 01:37:00 +01:00
|
|
|
#
|
|
|
|
# [[filter]]
|
|
|
|
# name = "Other"
|
2018-07-23 13:50:58 +02:00
|
|
|
# tag = "Demo"
|
2017-11-23 02:41:58 +01:00
|
|
|
|
|
|
|
+++
|
|
|
|
|