Commit Graph
5 Commits
Author SHA1 Message Date
Adam Voss f58aedc31d Updated README to consistently use bundle 2017-03-10 14:36:09 -06:00
Adam Voss f2989df305 Update .gitlab-ci.yml and README.md to specify production Jekyll configuration
If a user is using GitLab Pages it is most likely the user is using GitLab pages to publish a website not just stage a website that is published elsewhere.  If a user is publishing a website with Jekyll, they (and Jekyll themes/plugins) will expect that JEKYLL_ENV=production.  This commit provides that specification in `.gitlab-ci.yml`.

An examination of the existing repository showed this should not result in any change to the current rendering of the website.  However, the specification may be important for developers as explained in preceding commit.
2017-03-10 08:22:25 -06:00
Adam Voss 0a9c9347c2 Getting Started instructions added to README.md 2017-03-10 08:01:13 -06:00
Adam Voss a1cb43f3ef Introduce end-of-line normalization
This will prevent diff issues such as the one seen in merge request 11 when an editor changed the EOL for a file resulting in a useless diff.
2017-02-17 10:33:10 -06:00
Adam Voss 4f70121c8a Switch to using a Gemfile 2017-02-10 16:45:26 -06:00