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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-12-28 04:08:34 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-12-28 04:08:34 +0300
commit800569bf73bb8503b66d8b6b629deec780114b07 (patch)
treecb21c82ce657cf874886f4826f5bb040ad273d7f /content/home
parentc12a731c65b8dec127335097bd9938ddfa0856e6 (diff)
theme: sync Academic master
Diffstat (limited to 'content/home')
-rw-r--r--content/home/posts.md21
1 files changed, 9 insertions, 12 deletions
diff --git a/content/home/posts.md b/content/home/posts.md
index 4f9fb79d..e4d85897 100644
--- a/content/home/posts.md
+++ b/content/home/posts.md
@@ -1,23 +1,15 @@
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.
-widget = "posts"
-active = true
+widget = "posts" # Do not modify this line!
+active = true # Activate this widget? true/false
+weight = 40 # Order that this section will appear.
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.
+# Number of recent posts to list.
count = 5
# List format.
@@ -25,5 +17,10 @@ count = 5
# 1 = Detailed
# 2 = Stream
list_format = 2
+
+# Filter posts by tag or category.
+# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"`
+filter_tag = ""
+filter_category = ""
+++