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: 4f9fb79d32c51a3f675c45a71c98871acf316edf (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
26
27
28
29
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.
widget = "posts"
active = true
date = 2016-04-20T00:00:00

title = "Recent Posts"
subtitle = ""

# Order that this section will appear in.
weight = 40

# Filter posts by tag.
#  By default, show all recent posts.
#  Filtering example: `tags_include = ["hugo", "academic"]`
tags_include = []
tags_exclude = []

# Number of posts to list.
count = 5

# List format.
#   0 = Simple
#   1 = Detailed
#   2 = Stream
list_format = 2
+++