squeeze

A static site generator that can put the toothpaste back in the tube.
git clone https://git.stjo.hn/squeeze
Log | Files | Refs | README | LICENSE

site.pl (250B)


      1 % Site settings.
      2 
      3 :- include('html.pl').
      4 
      5 site_title --> "My website name".
      6 
      7 site_subtitle --> "My website description/subtitle".
      8 
      9 site_url --> "https://www.example.com".
     10 
     11 user_email --> "webmaster@example.com".
     12 
     13 user_name --> "Harold Gruntfuttock".