Last change
on this file since 65 was 63, checked in by Izuru Yakumo, 2 years ago |
Add a clean subcommand
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
968 bytes
|
Rev | Line | |
---|
[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
|
---|
| 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
|
---|
[61] | 19 | .Bl -tag
|
---|
| 20 | .It build
|
---|
| 21 | (Re-)build a site or a file in particular
|
---|
[63] | 22 | .It clean
|
---|
| 23 | Removes the generated site directory
|
---|
[61] | 24 | .It serve
|
---|
| 25 | Serve generated site over HTTP
|
---|
| 26 | .It var
|
---|
| 27 | Print a list of variables defined in a given markdown file.
|
---|
| 28 | .It watch
|
---|
| 29 | (Re-)build a site if any file changed
|
---|
| 30 | .Sh HISTORY
|
---|
[56] | 31 | .Nm
|
---|
[61] | 32 | was originally forked from prologic/zs by Izuru
|
---|
| 33 | out of disgust with the latest revision, so he
|
---|
| 34 | used a earlier commit as a base, and then
|
---|
| 35 | eventually reimplemented older features from
|
---|
| 36 | zserge's original project.
|
---|
[56] | 37 | .Sh AUTHORS
|
---|
| 38 | .Nm
|
---|
| 39 | is maintained by Izuru Yakumo
|
---|
| 40 | .Aq Lk https://pub.chaotic.ninja/~yakumo_izuru/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.