Skip to content
This repository has been archived by the owner. It is now read-only.

justinhartman/H5BP.espressotemplate

Repository files navigation

HTML5 Boilerplate Template for Espresso

The un-official H5BP website boilerplate template for Espresso (espressoapp.com) , the macOS Editor App.

Espresso are the original authors of this template, I have simply taken what they have provided in the application already and upgraded it to use all of the latest projects. I found the bundled version was too outdated and needed upgrading/maintaining.

Table of Contents

What is Included

The following come included in this template for Espresso.

Vendor Scripts

The following vendor scripts are included in the template and have all been upgraded from their original versions.

  1. Bootstrap 3.3.7 - from version 3.1.1
  2. jQuery 3.3.1 - from version 1.11.0
  3. Modernizr 3.6.0 - from version 2.6.2
  4. Respond.js 1.4.2 - from version 1.1.0
  5. html5shiv 3.7.3 - from version 3.6

Theme Templates

H5BP website boilerplate template for Espresso has also been upgrade from version 4.6.0 to version 6.1.0. The template includes the following three variations:

  1. Blank HTML5 starter template with only jQuery included.
  2. Responsive starter template with jQuery and Respond.js.
  3. Bootstrap Jumbotron template with jQuery and Respond.js.

You have the choice of either Modernizr or html5shiv as the HTML5 fallback with each of the three options above.

Theme Options

The following screenshot outlines the various options available to you when you create a New Project within Espresso.

Theme Options

Getting Started

These instructions will get the H5BP template installed on your macOS machine.

Prerequisites

You will need a copy of Espresso running on macOS.

Installing

There are two methods to installing this template and these are documented below.

In Espresso

  • Download the template by clicking this link.
  • Extract the zip folder.
  • Open up your Espresso.app application on your machine.
  • Click File -> New Project (or Shift+Command+N)
  • Click Show Templates Folder

show-templates-folder

  • Copy the extracted folder (called H5BP.espressotemplate) to the Templates directory that has just opened up.

templates-folder

The new template should now be available for you to use in the Espresso app:

new template

Via Terminal

  • Open up your Terminal.app application on your machine.
  • Run the following commands to checkout the project directly to your Templates folder:
$ cd ~/Library/Application\ Support/Espresso/Templates/
$ git clone https://github.com/justinhartman/H5BP.espressotemplate.git

You can now open up Espresso.app and the template will be available to you when you click on New Project.

new template

Contributing

Please read the CONTRIBUTING.md file for details on how you can get involved in the project as well as the process for submitting bugs and pull requests.

Code of Conduct

Please read the CODE_OF_CONDUCT.md file for the guidelines that govern the community.

Versioning

We use Semantic Versioning for software versions of this project. For a list of all the versions available, see the tags and releases on this repository.

Change-Log

View the CHANGELOG.md file for a detailed list of changes, along with specific tasks completed for each version released to date.

Authors

Also see the list of contributors who have participated in this project.

License

This project is licensed under the MIT License. See the LICENSE file for full details.

Acknowledgements

Special thanks go out to the following people and projects.