diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-26 22:23:30 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-07-26 22:23:30 +0200 |
commit | defb396ee51c80d2df1c7bbc58dbefd0c6a0b165 (patch) | |
tree | 4af8d88b10a57cc5c8e18147c6fe0696c2f33867 /man/blogc-make.1.ronn | |
parent | 69caadbe08b27188ac0ab3bd0e49bf3ee4f8244c (diff) | |
download | blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.tar.gz blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.tar.bz2 blogc-defb396ee51c80d2df1c7bbc58dbefd0c6a0b165.zip |
make: added atom_dump helper rule
Diffstat (limited to 'man/blogc-make.1.ronn')
-rw-r--r-- | man/blogc-make.1.ronn | 7 |
1 files changed, 7 insertions, 0 deletions
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 |