Mercurial > yakumo_izuru > aya
annotate aya.1 @ 68:4b79810863f6 draft
Ready to release 0.6.0
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Wed, 13 Sep 2023 10:49:50 +0000 |
parents | 4edfa07d5fe0 |
children | 03019bbf2e0e |
rev | line source |
---|---|
55 | 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 | |
68 | 19 .Bl -tag -width 11n -compact |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
20 .It build |
68 | 21 (Re-)build a site |
22 or a file in particular | |
62 | 23 .It clean |
68 | 24 Removes the generated |
25 site directory | |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
26 .It var |
68 | 27 Print a list of variables |
28 defined in a given | |
29 markdown file | |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
30 .It watch |
68 | 31 (Re-)build a site if |
32 any file changed and | |
33 serve it over HTTP | |
34 .El | |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
35 .Sh HISTORY |
55 | 36 .Nm |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
37 was originally forked from prologic/zs by Izuru |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
38 out of disgust with the latest revision, so he |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
39 used a earlier commit as a base, and then |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
40 eventually reimplemented older features from |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
41 zserge's original project. |
55 | 42 .Sh AUTHORS |
43 .Nm | |
68 | 44 is maintained by |
45 .An Izuru Yakumo | |
67 | 46 .Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/ |