sbs

A Simple Blogging System.
git clone https://git.sr.ht/~jbauer/sbs
Log | Files | Refs | README | LICENSE

commit 7e8c198031bca2198d7fa6f02dd2bb9d28afc6ad
parent 736737aeb179eb591859683214146995d777fd7e
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Thu,  9 Feb 2023 22:11:04 -0500

Update manpage

Diffstat:
Msbs.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sbs.1 b/sbs.1 @@ -47,7 +47,7 @@ must already exist. .Nm will not create subdirectories for you. .It Cm push -Executes the "pushcmd" command specified in the configuration file. Intended to +Executes the "pushCommand" command specified in the configuration file. Intended to be used to deploy the contents of the static/ directory. .It Cm version Prints the version number of @@ -80,7 +80,7 @@ nl). The arguments passed to lowdown which tell it how to compile given pages. This option is set to a sensible default and should not be changed under normal circumstances. -.It pushcmd +.It pushCommand An arbitrary shell command executed by .Nm when using the "push" command. Intended to be used for publishing your site