Changeset 61 in code for trunk/aya.1


Ignore:
Timestamp:
Apr 21, 2023, 11:06:28 PM (2 years ago)
Author:
Izuru Yakumo
Message:

Add serve function, update documentation accordingly

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aya.1

    r56 r61  
    1717.El
    1818.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
     23Serve generated site over HTTP
     24.It var
     25Print 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
    2329.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> ...
     30was originally forked from prologic/zs by Izuru
     31out of disgust with the latest revision, so he
     32used a earlier commit as a base, and then
     33eventually reimplemented older features from
     34zserge's original project.
    3435.Sh AUTHORS
    3536.Nm
Note: See TracChangeset for help on using the changeset viewer.