The Wayback Machine - https://web.archive.org/web/20161209004005/https://github.com/benbalter/jekyll-readme-index
Skip to content
A Jekyll plugin to render a project's README as the site's index.
Ruby Shell
Switch branches/tags
Nothing to show
Nothing to show
Latest commit e27e966 Sep 14, 2016 @benbalter Bump to 0.0.2
Permalink
Failed to load latest commit information.
lib Bump to 0.0.2 Sep 14, 2016
script initial commit Sep 10, 2016
spec test the generated site Sep 14, 2016
.gitignore initial commit Sep 10, 2016
.rspec initial commit Sep 10, 2016
.rubocop.yml exclude vendor dir Sep 10, 2016
.travis.yml initial commit Sep 10, 2016
Gemfile initial commit Sep 10, 2016
LICENSE.md Create LICENSE.md Sep 10, 2016
README.md add travis badge Sep 10, 2016
jekyll-readme-index.gemspec initial commit Sep 10, 2016

README.md

Jekyll Readme Index

A Jekyll plugin to render a project's README as the site's index.

Build Status

What it does

Let's say you have a GitHub repository with a README.md file, that you'd like to use as the index (main page) for a GitHub Pages site. You could rename the file to index.md, but then it wouldn't render on GitHub.com. You could add YAML front matter with permalink: / to the README, but why force a human to do what a human can?

If you have a readme file, and your site doesn't otherwise have an index file, this plugin instructs Jekyll to use the readme as the site's index. That's it. No more, no less.

Usage

  1. Add the following to your Gemfile

    gem "jekyll-readme-index"
  2. Add the follow to your site's config

    gems:
      - jekyll-readme-index
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.