From 365ecb7c37417a983886a25d9523f201dbf9a708 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 13 Nov 2016 07:41:50 +0530 Subject: [PATCH] a few more edits --- docs/_docs/structure.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: ```
-
Directory structure of Jekyll sites using gem themes
+
Directory structure of Jekyll sites using gem-based themes

- 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.

@@ -153,8 +153,7 @@ An overview of what each of these does:

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.

@@ -186,7 +185,8 @@ An overview of what each of these does: -

index.html or index.md and other HTML, Markdown, Textile files

+

index.html or index.md and other HTML, + Markdown, Textile files