Let’s talk about the Future of Jamstack — Join us

Templer

62 stars
14 forks
0 issues
Home page
https://steve.fi/software/templer/
Repository
skx/templer
Language:
Perl
License:
GPL-2.0-only, GPL-3.0-only, Artistic-2.0
Templates:
HTML::Template

Templer is a modular extensible static-site-generator written in perl.

Templer

Templer is an extensible static-site-generator which is written in Perl, and may be extended via plugins.

By default it will render HTML, but if you have the appropriate modules installed you can write your input pages in Markdown or Textile.

Variables may be defined on a per-page or per-site basis, and may include:

  • The output of shell commands.
  • The output of various local files.
  • Loops refering to filenames.
    • Allowing simple galleries to be made, for example.

Finally you may define a layout on a per-page basis, allowing you to give different areas of your site an entirely different look and feel.

Find more static site generators.