We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca478e4 commit a51c596Copy full SHA for a51c596
README.md
@@ -48,12 +48,17 @@ plugins:
48
- tags
49
comments_path: "#__comments"
50
date_from_meta:
51
- as_creation: "date"
52
- as_update: false
+ as_creation: "date" # means from page.meta.date
+ as_update: "git" # means from git log
53
datetime_format: "%Y-%m-%d %H:%M"
54
- default_timezone: Europe/Paris
55
default_time: "09:30"
+ default_timezone: Europe/Paris
56
enabled: true
57
+ feeds_filenames:
58
+ json_created: feed_json_created.json
59
+ json_updated: feed_json_updated.json
60
+ rss_created: feed_rss_created.xml
61
+ rss_updated: feed_rss_updated.xml
62
feed_ttl: 1440
63
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
64
json_feed_enabled: true
0 commit comments