Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

d3213d6 · Jan 24, 2024

History

History

site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 24, 2024
Oct 7, 2015
Jan 24, 2024
Feb 20, 2017
Sep 28, 2015
Sep 28, 2015
Jan 24, 2024
Sep 27, 2015
Sep 28, 2015
Sep 28, 2015
Sep 27, 2015
Sep 29, 2015
Jan 24, 2024
Sep 27, 2015
Jan 24, 2024
Sep 27, 2015
Sep 27, 2015
Apr 28, 2016
Jan 24, 2024
Sep 28, 2015

proselint.com

Installing Jekyll

If you don't have Jekyll already installed, you will need to go ahead and do that.

$ gem install jekyll

Verify your Jekyll version

It's important to also check your version of Jekyll since this project uses Native Sass which is only supported by 2.0+.

$ jekyll -v
# This should be jekyll 2.0.0 or later

Modify the _config.yml

The _config.yml located in the root site directory contains all the configuration details for the Jekyll site. The defaults are:

Jekyll Serve

Then, start the Jekyll Server. Using the --watch option updates the generated HTML when you make changes.

$ jekyll serve --watch

Now you can navigate to localhost:4000 in your browser to see the site.