/templated-website-starter

Simple templated website starter

Primary LanguageShell

Simple Templated Website Starter

Compiles PHP templates into static HTML with a simple bash script.

About

This is a starter repository for creating simple static websites with templates that can be included to reduce copy pasting of code and content.

Setup

  • Clone the repository and delete the .git folder.
  • Install PHP

Start

  • Open a terminal and cd to the project location
  • Run ./app run to start the server
  • Run ./app build to build the project