58 lines
2.1 KiB
Markdown
58 lines
2.1 KiB
Markdown
---
|
||
layout: docs
|
||
title: Welcome
|
||
permalink: /docs/home/
|
||
redirect_from: /docs/index.html
|
||
---
|
||
|
||
This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such
|
||
as getting your site up and running, creating and managing your content,
|
||
customizing the way your site works and looks, deploying to various
|
||
environments, and give you some advice on participating in the future
|
||
development of Jekyll itself.
|
||
|
||
## So what is Jekyll, exactly?
|
||
|
||
Jekyll is a simple, blog-aware, static site generator. It takes a template
|
||
directory containing raw text files in various formats, runs it through
|
||
a converter (like [Markdown](https://daringfireball.net/projects/markdown/))
|
||
and our [Liquid](https://github.com/Shopify/liquid/wiki) renderer, and
|
||
spits out a complete, ready-to-publish static website suitable
|
||
for serving with your favorite web server. Jekyll also happens to be the engine
|
||
behind [GitHub Pages](https://pages.github.com), which means you can use Jekyll
|
||
to host your project’s page, blog, or website from GitHub’s servers **for
|
||
free**.
|
||
|
||
## Helpful Hints
|
||
|
||
Throughout this guide there are a number of small-but-handy pieces of
|
||
information that can make using Jekyll easier, more interesting, and less
|
||
hazardous. Here’s what to look out for.
|
||
|
||
<div class="note">
|
||
<h5>ProTips™ help you get more from Jekyll</h5>
|
||
<p>These are tips and tricks that will help you be a Jekyll wizard!</p>
|
||
</div>
|
||
|
||
<div class="note info">
|
||
<h5>Notes are handy pieces of information</h5>
|
||
<p>These are for the extra tidbits sometimes necessary to understand
|
||
Jekyll.</p>
|
||
</div>
|
||
|
||
<div class="note warning">
|
||
<h5>Warnings help you not blow things up</h5>
|
||
<p>Be aware of these messages if you wish to avoid certain death.</p>
|
||
</div>
|
||
|
||
<div class="note unreleased">
|
||
<h5>You'll see this by a feature that hasn't been released</h5>
|
||
<p>Some pieces of this website are for future versions of Jekyll that
|
||
are not yet released.</p>
|
||
</div>
|
||
|
||
If you come across anything along the way that we haven’t covered, or if you
|
||
know of a tip you think others would find handy, please [file an
|
||
issue]({{ site.repository }}/issues/new) and we’ll see about
|
||
including it in this guide.
|