Comanche is a static site builder written in PHP. It is currently set up to create a blog-like site, with individual posts, a front/index page, an archive page, an RSS feed, and a sitemap.
- Linux/Mac OS
- php CLI installation (tested with php 8.0.0)
To use Comanche:
- Clone this repo:
git clone https://github.com/travisred/comanche.git - Add your data to config.txt
- Create or edit a markdown-formatted file in the
mdfolder - Build your site:
php comanche.php
