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