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.
- What is Included
- Getting Started
- Contributing
- Code of Conduct
- Versioning
- Change-Log
- Authors
- License
- Acknowledgements
The following come included in this template for Espresso
.
The following vendor scripts are included in the template and have all been upgraded from their original versions.
- Bootstrap 3.3.7 - from version 3.1.1
- jQuery 3.3.1 - from version 1.11.0
- Modernizr 3.6.0 - from version 2.6.2
- Respond.js 1.4.2 - from version 1.1.0
- html5shiv 3.7.3 - from version 3.6
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:
- Blank HTML5 starter template with only jQuery included.
- Responsive starter template with jQuery and Respond.js.
- 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.
The following screenshot outlines the various options available to you when you
create a New Project within Espresso
.
These instructions will get the H5BP template installed on your macOS machine.
You will need a copy of Espresso running on macOS
.
There are two methods to installing this template and these are documented below.
- 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
- Copy the extracted folder (called
H5BP.espressotemplate
) to theTemplates
directory that has just opened up.
The new template should now be available for you to use in the Espresso
app:
- 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
.
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.
Please read the CODE_OF_CONDUCT.md file for the guidelines that govern the community.
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.
View the CHANGELOG.md file for a detailed list of changes, along with specific tasks completed for each version released to date.
- Justin Hartman - @justinhartman
Also see the list of contributors who have participated in this project.
This project is licensed under the MIT
License. See the
LICENSE file for full details.
Special thanks go out to the following people and projects.
- Espresso - for the included template that this has been upgraded from.
- HTML5Boilerplate - for providing the boilerplates in this template.
- @justinhartman/.github - for the Github project templates.