Skip to content

Commit

Permalink
🚀 Getting ready for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed May 25, 2018
1 parent bbb1f0a commit 21fb090
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
_site/
.sass-cache/
_master_files/
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
Below is a detailed change-log, along with specific tasks completed, for each
version released to date for 22digital.agency.

___By the way, this should not have taken as long to set up as it has/did.___

## Version 0.2.0 (25/05/2018)

This version isn't functioning. I'm ditching GitHub Pages and moving this to
Heroku. I cannot figure out what is happening with GitHub Pages and why it
won't load `22digital.agency` at all. It works on my localhost but not
in a live, production environment. The next release will be operational
on Heroku.

- [#new](#new)
- Activated GitHub Pages website.
- Added `CNAME` for the GitHub Pages setup.
- Added `_config.yml` to setup a Jekyll site.
- Added `Gemfile` to load the gems required for Jekyll & Github Pages.
- [#enhancement](#enhancement)
- Updated `README.md` to clean it up.
- The `.gitignore` file has been updated for new folders.
- [#bugfix](#bugfix)
- Trying to get the site to work under `gh-pages` branch.
- Fixed a bug where the site was inaccessible.

## Version 0.1.0 (25/05/2018)

- [#new](#new)
Expand All @@ -24,4 +46,3 @@ version released to date for 22digital.agency.

- [#new](#new)
- Initial Release
- [#bugfix](#bugfix)

0 comments on commit 21fb090

Please sign in to comment.