Changeset 61 in code for trunk/aya.1
- Timestamp:
- Apr 21, 2023, 11:06:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aya.1
r56 r61 17 17 .El 18 18 .Sh USAGE 19 .Ss (Re-)build your site. 20 .Nm 21 .Cm build 22 .Ss (Re-)build one file and prints resulting content to standard output. 19 .Bl -tag 20 .It build 21 (Re-)build a site or a file in particular 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 29 .Nm 24 .Cm build 25 .Ar <file> 26 .Ss (Re-)build your site every time you modify any file. 27 .Nm 28 .Cm watch 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> ... 30 was originally forked from prologic/zs by Izuru 31 out of disgust with the latest revision, so he 32 used a earlier commit as a base, and then 33 eventually reimplemented older features from 34 zserge's original project. 34 35 .Sh AUTHORS 35 36 .Nm
Note:
See TracChangeset
for help on using the changeset viewer.