No description
Find a file
2026-03-01 22:35:51 -06:00
example Parse ${} as actual code instead of just variables 2026-03-01 20:36:59 -06:00
.gitignore Initial commit 2026-02-26 14:28:22 -06:00
paw.pup Add output variable for use in templating 2026-03-01 22:35:51 -06:00
paw.puph Initial commit 2026-02-26 14:28:22 -06:00
readme Initial commit 2026-02-26 14:28:22 -06:00

pawww
=====

A minimal web templating language written in Puppy.

install
-------

Dependencies: Puppy

  git clone https://tangled.org/emmeline.girlkisser.top/pawww/
  cd pawww
  mkdir -p ~/.local/lib/puppy/
  cp paw.pup ~/.local/lib/puppy/paw.pup

docs
----

  See <paw.puph>.

example
-------

Generate the site:
  puppy ./example/site.pup

The generated HTML files will be in <example/output/>.