Version 1.0.0 Release
Version 1.0.0 (26/05/2018)
First production-ready release. Works out the box.
- #new
- Added the following files required by Heroku:
config.ruProcfile
- Added
Gemfileto install Jekyll. - New
static.jsonfor the Heroku buildpack. - New
Rakefilefor the Heroku buildpack. index.mdthat contains the contents of theREADME.mdfor the main site.- Added a default minimal site theme (jekyll-theme-minimal).
- Added the following files required by Heroku:
- #enhancement
- Updated all the
*.mdfiles from the @justinhartman/.github project. - Updated
.gitignoreto exclude all project build files. - Added some Visual Studio Code settings to the workspace file.
- Completed the contents for the
README.mdfile with full setup and install
instructions.
- Updated all the