diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-25 21:50:06 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-25 22:28:41 +0200 |
commit | 4bfa321f784683cef90f63f83d1aa7fe741a196e (patch) | |
tree | 9f034f8db7658b6f355195c29d750dbe53517866 /man | |
parent | 008b956ba609bf30d8c6f44c36d9f11cdc493bc2 (diff) | |
download | blogc-4bfa321f784683cef90f63f83d1aa7fe741a196e.tar.gz blogc-4bfa321f784683cef90f63f83d1aa7fe741a196e.tar.bz2 blogc-4bfa321f784683cef90f63f83d1aa7fe741a196e.zip |
make: implemented atom_legacy_entry_id setting
This allows current users to avoid atom entry id changes.
Diffstat (limited to 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index 61812a4..5f2406d 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -58,6 +58,12 @@ 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.13.11` blogc-make was generating "broken" entry IDs in the atom feeds. + This behavior was fixed in version `0.13.11` 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. + * `content_dir` (default: `content`): The directory that stores the source files. This directory is relative to `blogcfile`. |