How To

Learn Jekyll

View project on GitHub

Overview

Jekyll is a simple tool to generate static software. Because GitHub does not support Dynamic web page generator, such as PHP, using Jekyll is effective on creating GitHub website.

Prerequisite

Learning Jekyll requires basic understanding on Markdown language If you not familiar with it, take a look on these tutorials:

Install Jekyll

Follow this instruction to install Jekyll on your Mac OSX.
If you have problems with bundle, here is the possible solution.

Learning Jekyll

You can start learning Jekyll by following these practices:

Resources

Here are some good resources about Jekyll:

Back to homepage