Skip to content

Version 1.0.0 Release

Compare
Choose a tag to compare
@justinhartman justinhartman released this 26 May 17:12
· 41 commits to master since this 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.ru
      • Procfile
    • Added Gemfile to install Jekyll.
    • New static.json for the Heroku buildpack.
    • New Rakefile for the Heroku buildpack.
    • index.md that contains the contents of the README.md for the main site.
    • Added a default minimal site theme (jekyll-theme-minimal).
  • #enhancement
    • Updated all the *.md files from the @justinhartman/.github project.
    • Updated .gitignore to exclude all project build files.
    • Added some Visual Studio Code settings to the workspace file.
    • Completed the contents for the README.md file with full setup and install
      instructions.