Skip to content

Commit e1f3f1f

Browse files
committed
🚀 First production-ready release.
1 parent 65eeca2 commit e1f3f1f

File tree

3 files changed

+462
-83
lines changed

3 files changed

+462
-83
lines changed

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
# Change-Log for ${domain}
1+
# Change-Log for the Jekyll Heroku Starter Kit
22

33
Below is a detailed change-log, along with specific tasks completed, for each
4-
version released to date for ${domain}.
4+
version released to date for the Jekyll Heroku Starter Kit.
55

6-
## Version 0.0.1
7-
### ??/??/2018
6+
## Version 1.0.0 (26/05/2018)
7+
8+
First _production-ready_ release. Works out the box.
89

910
- [#new](#new)
10-
+ Initial Release
11+
- Added the following files required by Heroku:
12+
- `config.ru`
13+
- `Procfile`
14+
- Added `Gemfile` to install Jekyll.
15+
- New `static.json` for the Heroku buildpack.
16+
- New `Rakefile` for the Heroku buildpack.
17+
- `index.md` that contains the contents of the `README.md` for the main site.
18+
- Added a default minimal site theme (jekyll-theme-minimal).
1119
- [#enhancement](#enhancement)
20+
- Updated all the `*.md` files from the @justinhartman/.github project.
21+
- Updated `.gitignore` to exclude all project build files.
22+
- Added some Visual Studio Code settings to the workspace file.
23+
- Completed the contents for the `README.md` file with full setup and install
24+
instructions.
25+
26+
## Version 0.0.1 (26/05/2018)
27+
28+
- [#new](#new)
29+
- Initial Commit
1230
- [#bugfix](#bugfix)

0 commit comments

Comments
 (0)