forked from jekyll/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
himynameisjonas edited this page Jul 22, 2012
·
41 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)
-
http://jekyllbootstrap.com
Provides detailed explanations, examples, and helper-code to make getting started with Jekyll easier.
- 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
- A simple way to add draft posts. No plugins required.
- Tips for working with GitHub Pages Integration. Code example reuse, and keeping documentation up to date.
- Use Simple Form to integrate a simple contact form. .
- Deploy to heroku without a third-party buildpack.