This Jekyll introduction will outline specifically what Jekyll is and why you would want to use it.
Directly following the intro we’ll learn exactlyhowJekyll does what it does.OverviewWhat is Jekyll?Jekyll is a parsing engine bundled as a ruby gem used to build static websites from
dynamic components such as templates, partials, liquid code, markdown, etc. Jekyll is known as “a simple, blog aware, static site generator”.ExamplesThis website is created with Jekyll.Other Jekyll websites.What does Jekyll Do?Jekyll is a ruby gem you install on your local system.
Once there you can calljekyll --se
...
继续阅读
(8)