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.
- #enhancement
- Minor update to the README.md file.
- #enhancement
- Updated
README.md
to reflect Heroku and not gh-pages. - Deleted the
CNAME
file as this is only used on gh-pages.
- Updated
- #bugfix
- Updated the
index.md
file to redirect tohttps://22digital.co.za
- Updated the
- #new
- Added
Procfile
back with this command:bundle exec rackup config.ru -p $PORT
- Added
- #enhancement
- Tweaking Procfile to get site loaded.
- Added new gem information in the
Gemfile
. - Changing
Procfile
to runbundle install
before trying to run Jekyll. - Ignoring some files in the
_config.yml
file. - Updated
bundler
to version1.16.1
from1.15.2
(I hope anyway).
- #new
- Removed
Procfile
completely. - Added a
config.ru
file to get it to run.
- Removed
- #new
- Activated Heroku app at
https://agency-22digital.herokuapp.com/
with a newProcfile
.
- Activated Heroku app at
- #enhancement
- Updating Gemfile for use with Heroku.
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
- 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
- Updated
README.md
to clean it up. - The
.gitignore
file has been updated for new folders.
- Updated
- #bugfix
- Trying to get the site to work under
gh-pages
branch. - Fixed a bug where the site was inaccessible.
- Trying to get the site to work under
- #new
- Added
.htaccess
file to force a redirect.
- Added
- #enhancement
- Updated the following files with correct info:
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
- Updated the following files with correct info:
- #enhancement
- Basic git and GitHub file structure put in place. Using the @justinhartman/.github project as template files.
- #new
- Initial Release