ValkorianSitegen 
================

this utility is for the nefarious generation of my personal website. you are 
encouraged to use it as you see fit. enjoy!

it uses HTML::Template to include a header and footer in to what are otherwise your normal HTML pages that we're used to editing. the templating module is very robust and offers many features that aren't utilize but remain available. i run the pages through HTML::T5's tidy to maybe catch any glaring errors.

USAGE:
make a working directory with the following layout
workdir/
    pages/ -- individual pages on the site. files should be named what u want the output to be named.html
    meta/ -- contains header.html and footer.html
    static/ -- contains static assets such as images and css
    out/ -- the output directory must exist

run `sitegen.pl` from that working directory to receive a website in `out/`. alternatively, you may call it with a path to a working directory as the first and only argument.
 
INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make install

DEPENDENCIES

This module requires these other modules:

  Path::Tiny
  HTML::T5
  HTML::Template
  File::Copy::Recursive

AUTHORSHIP

 - purple Valkor Protagonist <purple@infiniteregress.space>
  
COPYRIGHT AND LICENCE

This work is licensed under the Creative Commons 0, 2023

https://creativecommons.org/publicdomain/zero/1.0/

No Copyright

    The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
    You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.

Other Information

    In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights.
    Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law.
    When using or citing the work, you should not imply endorsement by the author or the affirmer.



