Skip to content

Commit

Permalink
use project.md as template for group.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung committed Nov 3, 2024
1 parent 42503d0 commit addc1aa
Showing 1 changed file with 30 additions and 22 deletions.
52 changes: 30 additions & 22 deletions content/home/group.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
+++
# A Recent Blog Posts section created with the Pages widget.
# This section displays recent blog posts from `content/post/`.

# A Projects section created with the Portfolio widget.
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
Expand All @@ -11,34 +9,44 @@ title = "Group resources"
subtitle = ""

[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "project"
# Page type to display. E.g. project.
page_type = "group"

# Choose how much pages you would like to display (0 = all pages)
count = 5
# Filter toolbar (optional).
# Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
# To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name.
# To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.

# Choose how many pages you would like to offset by
offset = 0

# Page order. Descending (desc) or ascending (asc) date.
order = "desc"

# Filter posts by a taxonomy term.
[content.filters]
tag = ""
category = ""
publication_type = ""
author = ""
exclude_featured = false
# Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
filter_default = 0

# [[content.filter_button]]
# name = "All"
# tag = "*"

# [[content.filter_button]]
# name = "Deep Learning"
# tag = "Deep Learning"

# [[content.filter_button]]
# name = "Other"
# tag = "Demo"

[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "2"

# Toggle between the various page layout types.
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
# 5 = Showcase
view = 2


# For Showcase view, flip alternate rows?
flip_alt_rows = false

[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
Expand Down

0 comments on commit addc1aa

Please sign in to comment.