Skip to content

Commit

Permalink
Merge pull request #5335 from DirtyF/copy-theme-files
Browse files Browse the repository at this point in the history
Merge pull request 5335
  • Loading branch information
jekyllbot committed Sep 8, 2016
2 parents c1e6f1f + 42b85bb commit 19f7a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/_docs/themes.md
Expand Up @@ -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:
Expand Down

0 comments on commit 19f7a0b

Please sign in to comment.