Mercurial > yakumo_izuru > aya
comparison 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 |
comparison
equal
deleted
inserted
replaced
82:1b27391363d1 | 83:d8c30f64e301 |
---|---|
1 .Dd $Mdocdate$ | 1 .Dd $Mdocdate$ |
2 .Dt AYA 1 | 2 .Dt AYA 1 |
3 .Os | 3 .Os |
4 .Sh NAME | 4 .Sh NAME |
5 .Nm aya | 5 .Nm aya |
6 .Nd A really fast static site generator | 6 .Nd The fastest static site generator |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op build | |
10 .Op clean | |
11 .Op serve | |
12 .Op var Ar file Ar variable | |
13 .Op watch | |
7 .Sh DESCRIPTION | 14 .Sh DESCRIPTION |
8 Does it need one? | 15 Does it need one? |
9 .Sh FEATURES | 16 .Sh FEATURES |
10 .Bl -tag -width 11n -compact | 17 .Bl -tag -width 11n -compact |
11 .It Zero configuration (no configuration file needed) | 18 .It Zero configuration (no configuration file needed) |
12 .It Cross-platform | 19 .It Cross-platform |
13 .It Highly extensible | 20 .It Highly extensible |
14 .It Works well for blogs and generic static websites (landing pages etc) | 21 .It Works well for blogs and generic static websites (landing pages etc) |
15 .It Easy to learn | 22 .It Easy to learn |
16 .It Fast (of course) | 23 .It Fast (of course) |
24 .It Only 4 external dependencies! | |
17 .El | 25 .El |
18 .Sh USAGE | 26 .Sh USAGE |
19 .Bl -tag -width 11n -compact | 27 .Bl -tag -width 11n -compact |
20 .It build | 28 .It build |
21 (Re-)build a site | 29 (Re-)build a site |
37 (Re-)build a site if | 45 (Re-)build a site if |
38 any file changed. | 46 any file changed. |
39 .El | 47 .El |
40 .Sh HISTORY | 48 .Sh HISTORY |
41 .Nm | 49 .Nm |
42 was originally forked from | 50 was forked from |
43 prologic/zs by Izuru out of disgust | 51 .Lk https://git.mills.io/prologic/zs |
44 with the latest revision, so he used an | 52 due to disgust with how the project |
45 earlier commit as a base, and then | 53 turned out to be. |
46 eventually reimplemented older features from | 54 Later on, features from the original |
47 the original project. | 55 program were reimplemented and |
56 it took a different path from both. | |
57 .Sh ENVIRONMENT | |
58 .Bl -tag -width 11n | |
59 .It Ev AYADIR | |
60 Directory where | |
61 extensions, layouts and | |
62 hooks placed in to be used | |
63 by the program | |
64 .It Ev PUBDIR | |
65 Directory where generated files are | |
66 located | |
67 .It Ev AYA_* | |
68 Internal variables regarding a | |
69 Markdown document in question, | |
70 see | |
71 .Dq aya var <file> | |
72 .El | |
73 .Sh EXIT STATUS | |
74 .Ex -std | |
48 .Sh AUTHORS | 75 .Sh AUTHORS |
49 .Nm | 76 .Nm |
50 is maintained by | 77 is maintained by |
51 .An Izuru Yakumo | 78 .An Izuru Yakumo |
52 .Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/ | 79 .Aq Mt yakumo.izuru@chaotic.ninja |
80 .Pp | |
81 .Nm zs | |
82 was made by | |
83 .An Serge Zaitsev | |
84 .Aq Mt hello@zserge.com | |
53 .Sh BUGS | 85 .Sh BUGS |
54 Report them to this mailing list | 86 If you find any, please report them to |
55 .Mt devel@chaotic.ninja | 87 .Aq Mt aya-dev@chaotic.ninja |