From f39dbabd0126f02413be4cea7ebf375793d368e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nova=20=5B=E3=83=9F=E3=83=A9=E3=83=BC=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=89=5D?= Date: Thu, 6 Jan 2022 23:37:29 -0300 Subject: [PATCH] Add manual page for zs --- zs.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 zs.1 diff --git a/zs.1 b/zs.1 new file mode 100644 index 0000000..093d8b1 --- /dev/null +++ b/zs.1 @@ -0,0 +1,50 @@ +.Dd January 7, 2022 +.Dt ZS 1 +.Os +.Sh NAME +.Nm zs +.Nd Absolutely minimal static site generator written in Go. +.Sh DESCRIPTION +.Nm +is an extremely minimal static site generator written in Go. +.Pp +It's inspired by +.Em zas +generator, but is even more minimal. +.Pp +The name stands for 'zen static' +.Sh FEATURES +.Li Zero configuration (no configuration file needed) +.Pp +.Li Cross-platform +.Pp +.Li Highly extensible +.Pp +.Li Works well for blogs and generic static websites (landing pages etc) +.Pp +.Li Easy to learn +.Pp +.Li Fast +.Sh USAGE +.Ss (Re-)build your site. +.Nm +.Cm build +.Ss (Re-)build one file and prints resulting content to standard output. +.Nm +.Cm build +.Ar +.Ss (Re-)build your site every time you modify any file. +.Nm +.Cm watch +.Ss Print a list of variables defined in the header of a given markdown file. +.Nm +.Cm var +.Ar +.Ar ... +.Sh AUTHORS +.Nm +was made by James Mills +.Aq Lk https://prologic.shortcircuit.net.au/ +.Pp +This manual page was written by Nova +.Aq Lk https://tilde.cafe/~novaburst