Skip to content

Commit a51c596

Browse files
committed
docs: update full options
1 parent ca478e4 commit a51c596

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,17 @@ plugins:
4848
- tags
4949
comments_path: "#__comments"
5050
date_from_meta:
51-
as_creation: "date"
52-
as_update: false
51+
as_creation: "date" # means from page.meta.date
52+
as_update: "git" # means from git log
5353
datetime_format: "%Y-%m-%d %H:%M"
54-
default_timezone: Europe/Paris
5554
default_time: "09:30"
55+
default_timezone: Europe/Paris
5656
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
5762
feed_ttl: 1440
5863
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
5964
json_feed_enabled: true

0 commit comments

Comments
 (0)