NAME
Web::PerlDistSite - generate fairly flashy websites for CPAN distributions
DESCRIPTION
Basically a highly specialized static site generator.
1. Use <https://github.com/exportertiny/exportertiny.github.io> as a
starting point.
2. Run `make install`
3. Edit `config.yaml` to set your colour scheme, etc.
4. Edit `menu.yaml` to edit your navbar.
5. Edit pages in `_pages`.
6. Run `make clean` and `make all`.
7. Upload your site somewhere.
BUGS
Please report any bugs to
<https://github.com/tobyink/p5-web-perldistsite/issues>.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2023 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the
same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.