forked from jekyll/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kwpolska edited this page Apr 14, 2011
·
21 revisions
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
- Install the gem
- Read up about its Usage and Configuration
- Take a gander at some existing Sites
- Have questions? Post them on the Mailing List or join us at #Jekyll on Freenode (chat.freenode.net)
- Migrate from your previous system
- Learn how the YAML Front Matter works
- Put information on your site with Template Data
- Customize the Permalinks your posts are generated with
- Highlight code, include other files, and transform text with Liquid Extensions.
- Add your own Converters, Generators, and Tags with Plugins
- Fork and Contribute your own modifications