Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration updates #21

Merged
merged 4 commits into from
Feb 5, 2019

Commits on Jan 29, 2019

  1. Add Gemfile to facilitate non-GitHub hosting

    This change allows Jekyll to build presentation content outside the GitHub Pages environment, for example on Netlify.
    
    Per https://www.netlify.com/blog/2017/05/11/migrating-your-jekyll-site-to-netlify
    
    > If you have generated your Jekyll site using GitHub pages or forked a template there is a good chance you do not have a Gemfile. This is because GitHub pages will infer dependencies for you. If you would like to build your project outside of GitHub a Gemfile is needed and simple to create.
    infotexture committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    dac571c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97993f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    360a008 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Switch Markdown engine to kramdown

    > Starting May 1st, 2016, GitHub Pages will only support kramdown, Jekyll’s default Markdown engine
    – https://github.blog/2016-02-01-github-pages-now-faster-and-simpler-with-jekyll-3-0
    
    GitHub Pages currently runs on Jekyll 3.7.4:
    https://pages.github.com/versions
    infotexture committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    588fe43 View commit details
    Browse the repository at this point in the history