Mercurial > yakumo_izuru > aya
comparison aya.1 @ 55:c6785950280e draft
The fastest, period.
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Sun, 09 Apr 2023 02:39:19 +0000 |
parents | |
children | cf7277e42ece |
comparison
equal
deleted
inserted
replaced
54:4d411cdd68c1 | 55:c6785950280e |
---|---|
1 .Dd $Mdocdate$ | |
2 .Dt AYA 1 | |
3 .Os | |
4 .Sh NAME | |
5 .Nm aya | |
6 .Nd A really fast static site generator | |
7 .Sh DESCRIPTION | |
8 Does it need one? | |
9 .Sh FEATURES | |
10 .Bl -tag -width 11n -compact | |
11 .It Zero configuration (no configuration file needed) | |
12 .It Cross-platform | |
13 .It Highly extensible | |
14 .It Works well for blogs and generic static websites (landing pages etc) | |
15 .It Easy to learn | |
16 .It Fast (of course) | |
17 .El | |
18 .Sh USAGE | |
19 .Ss (Re-)build your site. | |
20 .Nm | |
21 .Cm build | |
22 .Ss (Re-)build one file and prints resulting content to standard output. | |
23 .Nm | |
24 .Cm build | |
25 .Ar <file> | |
26 .Ss (Re-)build your site every time you modify any file. | |
27 .Nm | |
28 .Cm watch | |
29 .Ss Print a list of variables defined in the header of a given markdown file. | |
30 .Nm | |
31 .Cm var | |
32 .Ar <file> | |
33 .Ar <var1> <var2> ... | |
34 .Sh AUTHORS | |
35 .Nm | |
36 is maintained by Izuru Yakumo | |
37 .Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/ |