Go to file
Parker Moore 8917fa8282
Merge branch 'master' into percent_r
* master: (22 commits)
  Update history to reflect merge of #4980 [ci skip]
  werdz
  Use jekyll-mentions and restructure
  Add post about GSoC project.
  Update history to reflect merge of #4976 [ci skip]
  Amend WEBrick default headers documentation
  Update history to reflect merge of #4966 [ci skip]
  .rubocop.yml - remove lib/jekyll.rb
  lib/jekyll.rb - fix offenses reported by rubocop method set_timezone is ignored using rubocop:disable Style/AccessorMethodName
  Update history to reflect merge of #4977 [ci skip]
  Update history to reflect merge of #4962 [ci skip]
  Update history to reflect merge of #4959 [ci skip]
  Fixed typo
  Changed github-gem to github-pages
  Included installation instructions
  Installation instructions for github-pages gem
  Added link to windows doc page
  Fix inaccurate HTTP response header field name
  Minor tweak to fix missing apostrophne
  Feedback for flubbed regex and prefer File's directory check
  ...
2016-06-03 22:09:15 -07:00
.github Update the ISSUE_TEMPLATE.md file. 2016-04-28 04:28:15 -05:00
benchmark benchmark: add benchmarks for String#=~ vs String#include? 2016-03-19 10:08:17 -07:00
bin If the subcommand cannot be found, suggest the installation of a gem. 2016-01-04 16:17:48 -08:00
features Rubocop: use %r for all regular expressions. 2016-06-02 17:08:21 -07:00
lib Merge branch 'master' into percent_r 2016-06-03 22:09:15 -07:00
rake Merge branch 'master' into themes 2016-03-11 14:44:44 -05:00
script create script/fmt to format the code 2016-05-12 13:42:05 -05:00
site werdz 2016-06-03 16:41:35 -07:00
test Rubocop: use %r for all regular expressions. 2016-06-02 17:08:21 -07: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 Merge branch 'master' into percent_r 2016-06-03 22:09:15 -07:00
.travis.yml travis: run one script/fmt job 2016-05-12 14:17:45 -05:00
CONDUCT.markdown better file copying 2016-02-27 14:07:35 -05:00
Gemfile Use jekyll-mentions and restructure 2016-06-03 14:58:51 -07:00
History.markdown Update history to reflect merge of #4980 [ci skip] 2016-06-03 16:42:37 -07:00
LICENSE Update copyright notices to 2016 [ci skip] 2016-01-03 17:04:41 +05:30
README.markdown Improved content in "License" section in README.markdown 2016-03-12 12:42:04 +01:00
Rakefile Rakefile: siteify_file should allow overrides from task [ci skip] 2016-03-10 10:21:15 -06:00
jekyll.gemspec Cleanup EntryFilter and make it far more robust. 2016-05-10 20:01:02 -05: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 the LICENSE file.