
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/aya/trunk@70 cec141ff-132a-4243-88a5-ce187bd62f94
56 lines
1.1 KiB
Groff
56 lines
1.1 KiB
Groff
.Dd $Mdocdate$
|
|
.Dt AYA 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm aya
|
|
.Nd A really fast static site generator
|
|
.Sh DESCRIPTION
|
|
Does it need one?
|
|
.Sh FEATURES
|
|
.Bl -tag -width 11n -compact
|
|
.It Zero configuration (no configuration file needed)
|
|
.It Cross-platform
|
|
.It Highly extensible
|
|
.It Works well for blogs and generic static websites (landing pages etc)
|
|
.It Easy to learn
|
|
.It Fast (of course)
|
|
.El
|
|
.Sh USAGE
|
|
.Bl -tag -width 11n -compact
|
|
.It build
|
|
(Re-)build a site
|
|
or a file in particular
|
|
.It clean
|
|
Removes the generated
|
|
site directory
|
|
.It serve
|
|
Serves the .pub
|
|
directory over
|
|
HTTP
|
|
.It var
|
|
Print a list of variables
|
|
defined in a given
|
|
markdown file,
|
|
including empty
|
|
variables.
|
|
.It watch
|
|
(Re-)build a site if
|
|
any file changed.
|
|
.El
|
|
.Sh HISTORY
|
|
.Nm
|
|
was originally forked from
|
|
prologic/zs by Izuru out of disgust
|
|
with the latest revision, so he used an
|
|
earlier commit as a base, and then
|
|
eventually reimplemented older features from
|
|
the original project.
|
|
.Sh AUTHORS
|
|
.Nm
|
|
is maintained by
|
|
.An Izuru Yakumo
|
|
.Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/
|
|
.Sh BUGS
|
|
Report them to this mailing list
|
|
.Mt devel@chaotic.ninja
|