From 6a2ffbac62bccf6eb4e85a8465c5bad8047e5d92 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 13 May 2016 11:49:59 -0500 Subject: [PATCH] Add note about being unreleased to the Themes documentation. Fixes #4510. --- site/_docs/themes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/_docs/themes.md b/site/_docs/themes.md index 2b7155bb..02e1ebf5 100644 --- a/site/_docs/themes.md +++ b/site/_docs/themes.md @@ -4,6 +4,15 @@ title: Themes permalink: /docs/themes/ --- +
+
This feature is unreleased!
+

+ Jekyll 3.0 and 3.1 do NOT have the ability to add themes in this way. + The documentation below is for an unreleased version of Jekyll and + cannot be used at the moment. +

+
+ Jekyll has an extensive theme system, which allows you to leverage community-maintained templates and styles to customize your site's presentation. Jekyll themes package layouts, includes, and stylesheets in a way that can be overridden by your site's content. ## Installing a theme