Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/aya/trunk@56 cec141ff-132a-4243-88a5-ce187bd62f94
38 lines
812 B
Groff
38 lines
812 B
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
|
|
.Ss (Re-)build your site.
|
|
.Nm
|
|
.Cm build
|
|
.Ss (Re-)build one file and prints resulting content to standard output.
|
|
.Nm
|
|
.Cm build
|
|
.Ar <file>
|
|
.Ss (Re-)build your site every time you modify any file.
|
|
.Nm
|
|
.Cm watch
|
|
.Ss Print a list of variables defined in the header of a given markdown file.
|
|
.Nm
|
|
.Cm var
|
|
.Ar <file>
|
|
.Ar <var1> <var2> ...
|
|
.Sh AUTHORS
|
|
.Nm
|
|
is maintained by Izuru Yakumo
|
|
.Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/
|