diff aya.1 @ 83:d8c30f64e301 draft

何をしていたか忘れてしまった Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 26 Mar 2024 02:18:06 +0000
parents 03019bbf2e0e
children 744541fee713
line wrap: on
line diff
--- a/aya.1	Tue Mar 26 02:14:25 2024 +0000
+++ b/aya.1	Tue Mar 26 02:18:06 2024 +0000
@@ -3,7 +3,14 @@
 .Os
 .Sh NAME
 .Nm aya
-.Nd A really fast static site generator
+.Nd The fastest static site generator
+.Sh SYNOPSIS
+.Nm
+.Op build
+.Op clean
+.Op serve
+.Op var Ar file Ar variable
+.Op watch
 .Sh DESCRIPTION
 Does it need one?
 .Sh FEATURES
@@ -14,6 +21,7 @@
 .It Works well for blogs and generic static websites (landing pages etc)
 .It Easy to learn
 .It Fast (of course)
+.It Only 4 external dependencies!
 .El
 .Sh USAGE
 .Bl -tag -width 11n -compact
@@ -39,17 +47,41 @@
 .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.
+was forked from
+.Lk https://git.mills.io/prologic/zs
+due to disgust with how the project
+turned out to be.
+Later on, features from the original
+program were reimplemented and
+it took a different path from both.
+.Sh ENVIRONMENT
+.Bl -tag -width 11n
+.It Ev AYADIR
+Directory where
+extensions, layouts and
+hooks placed in to be used
+by the program
+.It Ev PUBDIR
+Directory where generated files are
+located
+.It Ev AYA_*
+Internal variables regarding a
+Markdown document in question,
+see
+.Dq aya var <file>
+.El
+.Sh EXIT STATUS
+.Ex -std
 .Sh AUTHORS
 .Nm
 is maintained by
 .An Izuru Yakumo
-.Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/
+.Aq Mt yakumo.izuru@chaotic.ninja
+.Pp
+.Nm zs
+was made by
+.An Serge Zaitsev
+.Aq Mt hello@zserge.com
 .Sh BUGS
-Report them to this mailing list
-.Mt devel@chaotic.ninja
+If you find any, please report them to
+.Aq Mt aya-dev@chaotic.ninja