jackmahoney / templated-website-starter

Simple templated website starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple templated website starter


Languages

Language:Shell 65.6%Language:Hack 22.1%Language:PHP 12.3%