Welcome to mirror list, hosted at ThFree Co, Russian Federation.

posts.md « home « content - github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97db3a5ceaab8033140274b0f7b33604cf7c09b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.
widget = "posts"  # Do not modify this line!
active = true  # Activate this widget? true/false
weight = 40  # Order that this section will appear.

title = "Recent Posts"
subtitle = ""

# Number of recent posts to list.
count = 5

# View.
#   1 = List
#   2 = Compact
#   3 = Card
view = 2

# Filter posts by tag or category.
#  E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"`
filter_tag = ""
filter_category = ""
+++