diff options
Diffstat (limited to 'skaldpress.1')
-rw-r--r-- | skaldpress.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skaldpress.1 b/skaldpress.1 index eec8dd3..5ed2046 100644 --- a/skaldpress.1 +++ b/skaldpress.1 @@ -71,6 +71,14 @@ Specifies the directory where templates are stored, defaults to \fItemplates\fR. Comma-separated list of files to compile, if not specified, all files in \fB--source\fR will be compiled. +.IP "\fB-e, --exclude\fR \fIfilter\fR +Comma-separated list of files to exclude, if not specified, all files in \fB--source\fR +will be compiled. + +.IP "\fB-m, --metadata\fR \fIkey\fR=\fIvalue\fR +Metadata to add to compiled file, this can e.g. set a template for all files if you don't want to manually add YAML-blocks. +Specify multiple times, to set multiple fields. + .SH EXAMPLES To run skaldpress on a simple project, simply call it with no arguments |