aboutsummaryrefslogtreecommitdiffstats
path: root/man/blogcfile.5.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/blogcfile.5.ronn')
-rw-r--r--man/blogcfile.5.ronn15
1 files changed, 10 insertions, 5 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn
index cbda4c4..edca45c 100644
--- a/man/blogcfile.5.ronn
+++ b/man/blogcfile.5.ronn
@@ -43,6 +43,12 @@ however these rules can be customized with the following settings, from the
* `atom_ext` (default: `.xml`):
The extension of the generated Atom feeds.
+ * `atom_legacy_entry_id` (default: `false`):
+ Before `0.14.0` blogc-make was generating "broken" entry IDs in the atom feeds.
+ This behavior was fixed in version `0.14.0` and current users that don't want
+ to have their old posts re-shared due to the change of IDs should set this to
+ `true`, to keep using the old format.
+
* `atom_order` (default: `DESC`):
The ordering (`ASC` or `DESC`) of the Atom feeds. Please note that the files
are not sorted by date, they are sorted by their order in the `[posts]`
@@ -58,11 +64,10 @@ however these rules can be customized with the following settings, from the
be `atom.xml`, the Atom feed for the `foo` tag will be `atom/foo.xml` and so
on.
- * `atom_legacy_entry_id` (default: `false`):
- Before `0.14.0` blogc-make was generating "broken" entry IDs in the atom feeds.
- This behavior was fixed in version `0.14.0` and current users that don't want
- to have their old posts re-shared due to the change of IDs should set this to
- `true`, to keep using the old format.
+ * `atom_template` (default: internal template)
+ The template file that should be used when building Atom feeds. This file
+ is relative to `template_dir`. If not provided, an internal default template
+ will be used instead.
* `content_dir` (default: `content`):
The directory that stores the source files. This directory is relative