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

Add documentation about order of interpretation #5834

Merged
merged 4 commits into from Feb 11, 2017
Merged

Add documentation about order of interpretation #5834

merged 4 commits into from Feb 11, 2017

Commits on Jan 30, 2017

  1. Add documentation about order of interpretation

    This tutorial defines Jekyll's "order of interpretation," as @swizca called it in [#5808](#5698). This tutorial makes it clear how Jekyll processes files as it renders the static HTML output.
    
    This order-of-interpretation info is important for troubleshooting and generally understanding Jekyll. It's important to know how Jekyll generates out the files, what rules it uses, what order it processes things, and so forth.
    
    (Note: Please process 5698 before this request, because 5698 includes the tutorial collection/navigation that this tutorial fits into. I also need to update this commit to add a link in the Tutorials nav to this topic, but I'm waiting for 5698 to be merged so that menu becomes available.)
    
    @jekyll/documentation
    @DirtyF
    tomjoht committed Jan 30, 2017
    Copy the full SHA
    8bacf01 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a7cba8a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. updated based on review

    I moved the section about liquid and yaml to the end and shortened it. i also clarified that isn't an order-of-interpretation issue why liquid doesn't render in yaml. I also fixed the type with HMTL.
    tomjoht committed Feb 4, 2017
    Copy the full SHA
    4b325a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Fixes based on latest review

    Mostly I added more detail in the Liquid section.
    tomjoht committed Feb 6, 2017
    Copy the full SHA
    755cc6c View commit details
    Browse the repository at this point in the history