Update structure.md

Two grammatical corrections. :)
This commit is contained in:
bojanland 2016-02-15 00:39:53 -05:00
parent 4c8c59dfcb
commit abd8fef19b
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ permalink: /docs/structure/
Jekyll is, at its core, a text transformation engine. The concept behind the Jekyll is, at its core, a text transformation engine. The concept behind the
system is this: you give it text written in your favorite markup language, be system is this: you give it text written in your favorite markup language, be
that Markdown, Textile, or just plain HTML, and it churns that through a layout that Markdown, Textile, or just plain HTML, and it churns that through a layout
or series of layout files. Throughout that process you can tweak how you want or a series of layout files. Throughout that process you can tweak how you want
the site URLs to look, what data gets displayed in the layout, and more. This the site URLs to look, what data gets displayed in the layout, and more. This
is all done through editing text files, and the static web site is the final is all done through editing text files; the static web site is the final
product. product.
A basic Jekyll site usually looks something like this: A basic Jekyll site usually looks something like this: