The fastest, period.

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/aya/trunk@56 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
yakumo.izuru
2023-04-09 02:39:19 +00:00
parent 13a7fd73d0
commit f32cb3ba42
31 changed files with 93 additions and 450 deletions

37
aya.1 Normal file
View File

@@ -0,0 +1,37 @@
.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/