Skip to content

maylortaylor/maylortaylor.github.io

Repository files navigation

@MaylorDev

Made using Jekyll. Jekyll is self-aware, so if you add folders and files following specific naming conventions, when you commit to GitHub, Jekyll will magically build your website. In order for Jekyll to work with your site, you need to follow Jekyll's folder structure.

I will give thanks to Jonathon McGlone for his wonderful blog on how to set Github Pages setup. McGlone's own github page showcases lots of neat things you can learn from.

Steps to run Locally

  1. Navigate to root directory

      /maylortaylor.github.io
    
  1. To install all gems, run this command:

    bundle install
    
  2. To run locally, run this command:

    bundle exec jekyll serve
    
  3. (optional) To update gems, run this command:

    bundle update
    

Helpful

To build the code, run:

    jekyll build

Built With