From 42b85bb82f65f3d74cc630f43e4b2c0b76022ffd Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 7 Sep 2016 02:00:51 +0200 Subject: [PATCH] explain how to copy theme's file --- site/_docs/themes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/_docs/themes.md b/site/_docs/themes.md index 55e14b4b..cc96fefd 100644 --- a/site/_docs/themes.md +++ b/site/_docs/themes.md @@ -34,6 +34,10 @@ Jekyll will look first to your site's content, before looking to the theme's def Refer to your selected theme's documentation and source repository for more information on what files you can override. {: .note .info} +To locate theme's files on your computer, run `bundle show` followed by +the name of the theme's gem, e.g. `bundle show minima` for default Jekyll's +theme. Then copy the files you want to override, from the returned path to your root folder. + ## Creating a theme Jekyll themes are distributed as Ruby gems. Don't worry, Jekyll will help you scaffold a new theme with the `new-theme` command. Just run `jekyll new-theme` with the theme name as an argument: