source: code/trunk/zs.1@ 54

Last change on this file since 54 was 54, checked in by novaburst, 3 years ago

Add manual page for zs

File size: 1.0 KB
Line 
1.Dd January 7, 2022
2.Dt ZS 1
3.Os
4.Sh NAME
5.Nm zs
6.Nd Absolutely minimal static site generator written in Go.
7.Sh DESCRIPTION
8.Nm
9is an extremely minimal static site generator written in Go.
10.Pp
11It's inspired by
12.Em zas
13generator, but is even more minimal.
14.Pp
15The name stands for 'zen static'
16.Sh FEATURES
17.Li Zero configuration (no configuration file needed)
18.Pp
19.Li Cross-platform
20.Pp
21.Li Highly extensible
22.Pp
23.Li Works well for blogs and generic static websites (landing pages etc)
24.Pp
25.Li Easy to learn
26.Pp
27.Li Fast
28.Sh USAGE
29.Ss (Re-)build your site.
30.Nm
31.Cm build
32.Ss (Re-)build one file and prints resulting content to standard output.
33.Nm
34.Cm build
35.Ar <file>
36.Ss (Re-)build your site every time you modify any file.
37.Nm
38.Cm watch
39.Ss Print a list of variables defined in the header of a given markdown file.
40.Nm
41.Cm var
42.Ar <file>
43.Ar <var1> <var2> ...
44.Sh AUTHORS
45.Nm
46was made by James Mills
47.Aq Lk https://prologic.shortcircuit.net.au/
48.Pp
49This manual page was written by Nova
50.Aq Lk https://tilde.cafe/~novaburst
Note: See TracBrowser for help on using the repository browser.