diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md index cbc8b6ee..bdfaab59 100644 --- a/docs/_docs/structure.md +++ b/docs/_docs/structure.md @@ -40,13 +40,13 @@ A basic Jekyll site usually looks something like this: ```
- Starting Jekyll 3.2, a new Jekyll project boostraped with jekyll new
uses gem-based themes to define the look of the site. This results in a lighter default directory structure : _layouts
, _includes
and _sass
are stored by default in the gem theme path.
+ Starting Jekyll 3.2, a new Jekyll project bootstrapped with jekyll new
uses gem-based themes to define the look of the site. This results in a lighter default directory structure : _layouts
, _includes
and _sass
are stored in the theme-gem, by default.
- minima is the current default theme, bundle show minima
will show you where minima theme's files are stored on your computer.
+ minima is the current default theme, and bundle show minima
will show you where minima theme's files are stored on your computer.
These are sass partials that can be imported into your main.scss
which will then be processed into a single stylesheet
- main.css
- that defines the styles to be used by your site.
+ main.css
that defines the styles to be used by your site.
index.html
or index.md
and other HTML, Markdown, Textile files
index.html
or index.md
and other HTML,
+ Markdown, Textile files