From defb396ee51c80d2df1c7bbc58dbefd0c6a0b165 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 26 Jul 2018 22:23:30 +0200 Subject: make: added atom_dump helper rule --- man/blogc-make.1.ronn | 7 +++++++ man/blogcfile.5.ronn | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn index 6516216..43778c7 100644 --- a/man/blogc-make.1.ronn +++ b/man/blogc-make.1.ronn @@ -60,6 +60,13 @@ Watch for changes in the source files, rebuilding as needed. Rebuilds are done by running `blogc-make all` internally. +### atom_dump + +Dump default Atom feed template based on current blogcfile(5) settings. + +The template is dumped to the standard output, and can be used as a base +for customized Atom feed templates. + ## BUILD RULES ### index diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index edca45c..21f2651 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -67,7 +67,8 @@ however these rules can be customized with the following settings, from the * `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. + will be used instead. The internal template can be dumped using the `atom_dump` + blogc-make(1) rule. * `content_dir` (default: `content`): The directory that stores the source files. This directory is relative -- cgit v1.2.3-18-g5258