FuguWeb
FuguWeb builds a documentation website for a Perl project.
fuguweb renders one static site from the documentation
that a Perl project already keeps: mdoc(7) manuals, POD sidecars, and
Markdown. There is no templating language and no JavaScript. The tool
runs mandoc, lowdown, and
pod2man, and wraps each result in one shared chrome. A
project describes its site in one .fuguwebrc at its root
and needs no build recipe of its own.
FuguWeb uses Perl (v5.36) over the Fugu library, with zero CPAN dependencies. This website is a FuguWeb site.
Installation
Install the latest Fugu release first, then the FuguWeb release:
cpanm --notest https://github.com/FuguBSD/Fugu/releases/latest/download/Fugu.tar.gz
cpanm --notest https://github.com/FuguBSD/FuguWeb/releases/latest/download/App-FuguWeb.tar.gz
Documentation
- The manuals: fuguweb(1) and every module
- The source repository
- The releases