mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
724 B
724 B
layout | title | date | comments | categories | published |
---|---|---|---|---|---|
post | Octopress 2.0 Surfaces | 2011-07-22 14:44 | true | release | false |
Octopress is a framework designed for Jekyll, the static blogging engine powering Github Pages. So what is Jekyll?
{% blockquote Jekyll Wiki https://github.com/mojombo/jekyll/wiki/Usage %} Jekyll at its core is a text transformation engine. The concept behind the 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 or series of layout files. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed on the layout and more. {% endblockquote %}