Go to file
Ben Balter b29ce257c3 fix for history file title 2016-03-08 12:08:22 -05:00
.github Merge branch 'master' into copy-better 2016-03-02 13:39:27 -05:00
benchmark Add benchmarks for Page#dir 2016-01-27 08:28:41 -08:00
bin If the subcommand cannot be found, suggest the installation of a gem. 2016-01-04 16:17:48 -08:00
features Ensures related_posts are only set for a post 2016-03-01 12:05:49 -08:00
lib use def_delegator 2016-03-08 11:55:16 -05:00
rake fix for history file title 2016-03-08 12:08:22 -05:00
script Fix link issues in the site found by HTML Proofer. 2016-03-01 19:43:22 -08:00
site fix for history file title 2016-03-08 12:08:22 -05:00
test use /assets for theme assets, not _assets 2016-03-06 15:42:08 -05:00
.codeclimate.yml Expand the file extensions we ignore. 2016-01-10 10:45:52 -06:00
.gitignore Add byebug for debugging purposes. 2016-01-15 11:23:09 -08:00
.jrubyrc Cleanup .jrubyrc 2016-01-10 14:55:35 -06:00
.rubocop.yml Expand the file extensions we ignore. 2016-01-10 10:45:52 -06:00
.travis.yml Remove Ruby 2.0.0 from TravisCI matrix. 2016-02-29 15:52:42 -08:00
CONDUCT.markdown better file copying 2016-02-27 14:07:35 -05:00
Gemfile add theme tests 2016-03-05 13:35:52 -05:00
History.markdown remove title of history file 2016-03-08 11:52:17 -05:00
LICENSE Update copyright notices to 2016 [ci skip] 2016-01-03 17:04:41 +05:30
README.markdown Merge pull request #4591 from SuriyaaKudoIsc/patch-15 2016-02-26 11:10:35 -08:00
Rakefile fix for history not having a title 2016-03-08 12:03:22 -05:00
jekyll.gemspec Include .rubocop.yml in Gem 2016-02-01 17:46:31 -08:00

README.markdown

Jekyll

Gem Version Build Status Test Coverage Code Climate Dependency Status Security

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories.

Philosophy

Jekyll does what you tell it to do — no more, no less. It doesn't try to outsmart users by making bold assumptions, nor does it burden them with needless complexity and configuration. Put simply, Jekyll gets out of your way and allows you to concentrate on what truly matters: your content.

Having trouble with OS X El Capitan?

See: https://jekyllrb.com/docs/troubleshooting/#jekyll-amp-mac-os-x-1011

Getting Started

Code of Conduct

In order to have a more open and welcoming community, Jekyll adheres to a code of conduct adapted from the Ruby on Rails code of conduct.

Please adhere to this code of conduct in any interactions you have in the Jekyll community. It is strictly enforced on all official Jekyll repositories, websites, and resources. If you encounter someone violating these terms, please let a maintainer (@parkr, @envygeeks, or @mattr-) know and we will address it as soon as possible.

Diving In

License

See LICENSE.