Mercurial > yakumo_izuru > aya
comparison aya.1 @ 60:cf7277e42ece draft
Add serve function, update documentation accordingly
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Fri, 21 Apr 2023 23:06:28 +0000 |
parents | c6785950280e |
children | 2d9f9b32ae1f |
comparison
equal
deleted
inserted
replaced
59:ed3aa9aaad0a | 60:cf7277e42ece |
---|---|
14 .It Works well for blogs and generic static websites (landing pages etc) | 14 .It Works well for blogs and generic static websites (landing pages etc) |
15 .It Easy to learn | 15 .It Easy to learn |
16 .It Fast (of course) | 16 .It Fast (of course) |
17 .El | 17 .El |
18 .Sh USAGE | 18 .Sh USAGE |
19 .Ss (Re-)build your site. | 19 .Bl -tag |
20 .Nm | 20 .It build |
21 .Cm build | 21 (Re-)build a site or a file in particular |
22 .Ss (Re-)build one file and prints resulting content to standard output. | 22 .It serve |
23 Serve generated site over HTTP | |
24 .It var | |
25 Print a list of variables defined in a given markdown file. | |
26 .It watch | |
27 (Re-)build a site if any file changed | |
28 .Sh HISTORY | |
23 .Nm | 29 .Nm |
24 .Cm build | 30 was originally forked from prologic/zs by Izuru |
25 .Ar <file> | 31 out of disgust with the latest revision, so he |
26 .Ss (Re-)build your site every time you modify any file. | 32 used a earlier commit as a base, and then |
27 .Nm | 33 eventually reimplemented older features from |
28 .Cm watch | 34 zserge's original project. |
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 .Sh AUTHORS |
35 .Nm | 36 .Nm |
36 is maintained by Izuru Yakumo | 37 is maintained by Izuru Yakumo |
37 .Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/ | 38 .Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/ |