diff options
author | Galin Simeonov <gts@volconst.com> | 2021-09-27 00:51:19 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-09-27 00:51:19 +0300 |
commit | 35a3d5be72654d744563c8d4ca5d1014563fc1d9 (patch) | |
tree | bfb221bb07239b90bd8e1f845707fd9639f174db /volgit.7 | |
parent | 8c9ec9a22944e4d47b707d01f084e31ce4512f8a (diff) | |
download | volgit-35a3d5be72654d744563c8d4ca5d1014563fc1d9.tar.gz |
added a skeleton for a man page
Diffstat (limited to 'volgit.7')
-rw-r--r-- | volgit.7 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/volgit.7 b/volgit.7 new file mode 100644 index 0000000..558befb --- /dev/null +++ b/volgit.7 @@ -0,0 +1,11 @@ +.TH "VOLGIT" 1 "Setember 27 2021" gts@volconst.com +.SH NAME +\f[B]volgit\f[] \- git repository to static html +.SH SYNOPSIS +\f[B]volgit\f[] \f[I]source-dir-for-repo destination-dir [ file-containing-header file-containing-footer ]\f[] +.SH DESCRIPTION +Very slow static site generator for git repositories. +.br +To be safe run it under a separate user account. +.SH SEE ALSO +\f[B]git(1)\f[] |