48 lines
973 B
Markdown
48 lines
973 B
Markdown
+++
|
|
# Projects widget.
|
|
widget = "projects"
|
|
active = true
|
|
date = 2017-03-12T00:00:00
|
|
|
|
title = "Projects"
|
|
subtitle = ""
|
|
|
|
# Order that this section will appear in.
|
|
weight = 20
|
|
|
|
# Content.
|
|
# Display content from the following folder.
|
|
# For example, `folder = "project"` displays content from `content/project/`.
|
|
folder = "project"
|
|
|
|
# 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.
|
|
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
|
|
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
|
[[filter]]
|
|
name = "All"
|
|
tag = "*"
|
|
|
|
[[filter]]
|
|
name = "C3SR"
|
|
tag = ".c3sr"
|
|
|
|
[[filter]]
|
|
name = "IMPACT"
|
|
tag = ".impact"
|
|
|
|
[[filter]]
|
|
name = "Personal"
|
|
tag = ".personal"
|
|
|
|
+++
|