-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patharchive_plus.yaml
25 lines (19 loc) · 979 Bytes
/
archive_plus.yaml
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
# Global plugin configurations
enabled: true # Set to false to disable this plugin completely
built_in_css: true # Use built-in CSS of the plugin
# Global and page specific configurations
show:
counter: true # Toggle to show number of items before the link
year: true # Toggle to show year
month: true # Toggle to show month
items: true # Toggle to show items
limit:
year: 2 # Limit to show only the last n years
month: 12 # Limit to show only the last n months
items: 40 # Limit to show only the last n items
order:
by: date # Ordering of items
dir: desc # Ordering of items (asc or desc)
filter_combinator: and # The filter combinator to use to combine several filters
filters: # Filter to select which items should be shown
category: blog