source: code/trunk/aya.1@ 80

Last change on this file since 80 was 70, checked in by Izuru Yakumo, 21 months ago

Fix a bug that I caused

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 1.1 KB
RevLine 
[56]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
8Does 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
[69]19.Bl -tag -width 11n -compact
[61]20.It build
[69]21(Re-)build a site
22or a file in particular
[63]23.It clean
[69]24Removes the generated
25site directory
[70]26.It serve
27Serves the .pub
28directory over
29HTTP
[61]30.It var
[69]31Print a list of variables
32defined in a given
[70]33markdown file,
34including empty
35variables.
[61]36.It watch
[69]37(Re-)build a site if
[70]38any file changed.
[69]39.El
[61]40.Sh HISTORY
[56]41.Nm
[70]42was originally forked from
43prologic/zs by Izuru out of disgust
44with the latest revision, so he used an
45earlier commit as a base, and then
[61]46eventually reimplemented older features from
[70]47the original project.
[56]48.Sh AUTHORS
49.Nm
[69]50is maintained by
51.An Izuru Yakumo
[68]52.Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/
[70]53.Sh BUGS
54Report them to this mailing list
55.Mt devel@chaotic.ninja
Note: See TracBrowser for help on using the repository browser.