Syntropic Interactive
- PepperoniPages -
PepperoniPages is a simple static site generator which has been used to make both this site, and Pizza's Pizza Parlor.
PepperoniPages, by design, is incredibly simple to use. To write a page file, you must create a new file with a ".p2f" suffix.
The file must begin with a P2FORMATVER variable set, for example: P2FORMATVER=0
To define what template to use, set the "template" variable. This is relative to "../templates" in whatever directory you are in, so be mindful of that. Using absolute paths is not suggested.
Now, you need the "mdstart" and "mdend" tags. These mark the beginning and end of the markdown code.
Page example:
P2FORMATVER=0
template=exampletemplate.html
mdstart
### Hi!
PepperoniPages!
mdend