Initial commit
This commit is contained in:
37
content/home/projects.md
Normal file
37
content/home/projects.md
Normal file
@@ -0,0 +1,37 @@
|
||||
+++
|
||||
# Projects widget.
|
||||
# Note: this widget will only display if `content/project/` contains projects.
|
||||
|
||||
date = "2017-03-12T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Projects"
|
||||
subtitle = ""
|
||||
widget = "projects"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 50
|
||||
|
||||
# View.
|
||||
# Customize how projects are displayed.
|
||||
# Legend: 0 = list, 1 = cards.
|
||||
view = 1
|
||||
|
||||
# Filter toolbar.
|
||||
# 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 = "Other"
|
||||
tag = ".other"
|
||||
|
||||
+++
|
||||
|
Reference in New Issue
Block a user