Mercurial > yakumo_izuru > aya
annotate aya.1 @ 61:e8f54da51137 draft
Be more verbose with servePubDir(), add an additional markdown file
extension, granted it's rare for someone to use it...
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Wed, 26 Apr 2023 12:40:20 +0000 |
parents | cf7277e42ece |
children | 2d9f9b32ae1f |
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 | |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
19 .Bl -tag |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
20 .It build |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
21 (Re-)build a site or a file in particular |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
22 .It serve |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
23 Serve generated site over HTTP |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
24 .It var |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
25 Print a list of variables defined in a given markdown file. |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
26 .It watch |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
27 (Re-)build a site if any file changed |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
28 .Sh HISTORY |
55 | 29 .Nm |
60
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
30 was originally forked from prologic/zs by Izuru |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
31 out of disgust with the latest revision, so he |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
32 used a earlier commit as a base, and then |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
33 eventually reimplemented older features from |
cf7277e42ece
Add serve function, update documentation accordingly
yakumo.izuru
parents:
55
diff
changeset
|
34 zserge's original project. |
55 | 35 .Sh AUTHORS |
36 .Nm | |
37 is maintained by Izuru Yakumo | |
38 .Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/ |