Go to file
Will Norris dae77e9a63 switch remaining textile test files to markdown
Textile support was removed from jekyll core in #3319, and most of the
tests switched to markdown at that time.  This changes the remaining
tests to use markdown as well.  The vast majority of the test cases were
testing things in the file name or front matter, so it doesn't really
matter what markup format they use.  The one test that was claiming to
test that textile was transformed had actually been moved to markdown as
well, just not renamed.

Fixes #3507
2015-02-27 18:29:52 -08:00
benchmark Remove trailing whitespace 2015-02-22 20:27:15 +09:00
bin Print an error message in bin/jekyll with no arguments 2014-12-28 14:37:14 -05:00
features Migrate the integration tests to minitest, too 2015-02-21 00:31:25 -08:00
lib Merge pull request #3485 from watkyn/extra_slash_in_example_base_url 2015-02-24 23:01:03 -08:00
script Finish of moving the unit tests over to Minitest 2015-02-21 00:31:07 -08:00
site Add blog post introducing Jekyll Talk 2015-02-26 21:23:21 -08:00
test switch remaining textile test files to markdown 2015-02-27 18:29:52 -08:00
.gitignore Merge branch 'majioa-devel' 2015-01-17 15:01:20 -08:00
.travis.yml Fix bad tabbing. 2015-01-14 05:45:49 -06:00
CONTRIBUTING.markdown Ask people to use talk.jekyllrb.com for non bugs. 2015-02-27 15:33:08 -06:00
Gemfile Finish of moving the unit tests over to Minitest 2015-02-21 00:31:07 -08:00
History.markdown Update history to reflect merge of #3523 [ci skip] 2015-02-27 13:07:12 -08:00
LICENSE Update LICENSE to 2015. 2015-02-17 22:17:25 +01:00
README.markdown Switch to shields.io for the README badges. 2015-01-04 13:13:16 +02:00
Rakefile Release jekyllrb.com as a locally-compiled site. 2015-02-07 22:09:43 -08:00
circle.yml Don't duplicate work. 2015-02-07 23:52:00 -08:00
jekyll.gemspec Move previous runtime dependencies to development dependencies. 2015-01-31 13:53:17 -08:00

README.markdown

Jekyll

Gem Version Build Status Code Climate Dependency Status Security

By Tom Preston-Werner, Nick Quaranto, Parker Moore, and many awesome contributors!

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.

Getting Started

Diving In

License

See LICENSE.