/platformsh-html5-static-site-template

Basic HTML5 static site template with a 404 handler

Primary LanguagePHP

HTML5 Static Site Template for Platform.sh

Deploy on Platform.sh

This template deploys a basic HTML5 static site with 404 handling to Platform.sh.

No Static Site Generator is required. Simply edit your HTML files in public, add your assets, and git push platform.

About

  • .platform directory has been added to enable cloud deployments to Platform.sh
  • .platformsh.template.yaml has been added to enable the Deploy on Platform button. This file is optional.

Features

  • No SSGs needed. Just modify your HTML and add your assets!
  • 404 Handling.

Post-deployment

  1. Use git clone to fetch your project from Platform.sh
  2. Use git push platform {branch} to deploy your changes

Tip The Platform.sh CLI provides a number of useful options such as platform project:get