2017-11-23 02:41:58 +01:00
|
|
|
+++
|
|
|
|
# Projects widget.
|
2019-02-04 23:42:51 +01:00
|
|
|
widget = "projects" # Do not modify this line!
|
|
|
|
active = true # Activate this widget? true/false
|
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.
|
2019-02-04 23:42:51 +01:00
|
|
|
# 1 = List
|
|
|
|
# 3 = Card
|
|
|
|
# 5 = Showcase
|
|
|
|
view = 3
|
2017-11-23 02:41:58 +01:00
|
|
|
|
2018-11-04 00:48:59 +01:00
|
|
|
# Widget layout
|
|
|
|
# Legend: 0 = two columns (default), 1 = single column
|
|
|
|
widget_layout = 0
|
|
|
|
|
|
|
|
# For Showcase view, flip alternate rows?
|
|
|
|
flip_alt_rows = false
|
|
|
|
|
2017-11-23 02:41:58 +01:00
|
|
|
# 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
|
|
|
|
|
|
|
+++
|
|
|
|
|