File tree Expand file tree Collapse file tree 3 files changed +462
-83
lines changed Expand file tree Collapse file tree 3 files changed +462
-83
lines changed Original file line number Diff line number Diff line change 1
- # Change-Log for ${domain}
1
+ # Change-Log for the Jekyll Heroku Starter Kit
2
2
3
3
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 .
5
5
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.
8
9
9
10
- [ #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).
11
19
- [ #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
12
30
- [ #bugfix] ( #bugfix )
You can’t perform that action at this time.
0 commit comments