16 February 2015

First!

Very First

Very Very First

I’ve said first This website is created with Jekyll. Other Jekyll websites.

Developers like Jekyll because we can write content like we write code:

  • Ability to write content in markdown or textile in your favorite text-editor.
  • Ability to write and preview your content via localhost.
  • No internet connection required.
  • Ability to publish via git.
  • Ability to host your blog on a static web-server.
  • Ability to host freely on GitHub Pages.
  • No database required.

Working With Posts

Creating a Post Posts are created by properly formatting a file and placing it the _posts folder.

Example:

---
title :  Hello World
categories : [lessons, beginner]
---
...
<body>
  <div id="sidebar"> ... </div>
  <div id="main">
    {{content}}
  </div>
</body>
...

Please take a look at []() or jump right into Usage if you’d like.



blog comments powered by Disqus