Improve documentation

This commit is contained in:
Jake Bauer 2022-08-20 19:17:07 -04:00
parent 885ed0981d
commit cc1992d1d0
2 changed files with 3 additions and 3 deletions

2
sbs
View File

@ -288,7 +288,7 @@ case "$1" in
echo "v0.5.0" ;
;;
*)
echo "Usage: sbs <command> [FILE ...]"
echo "See sbs(1) for documentation."
;;
esac

4
sbs.1
View File

@ -11,7 +11,7 @@
.Nm
is a static site builder designed to fill a gap between writing HTML by hand and
more complicated generators such as Hugo or Jekyll. It supports compiling both
gemtext and markdown into HTML.
gemtext and markdown into HTML, but primarily works with Markdown documents.
.Pp
Commands are as follows:
.Bl -tag -width Ds
@ -23,7 +23,7 @@ everything under the ./content/ directory.
.It Cm genfeed
Compile an Atom feed from all posts found under the configured blog directory,
outputting the file to ./static/feed.xml. Note that posts under the blog
directory must be in markdown format.
directory must be in markdown format only.
.It Cm new Ar subcommand
.Bl -tag -width Ds
.It page Ar file