Skip to content

Commit a165b99

Browse files
committed
Indent lists
1 parent cb7a148 commit a165b99

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -395,17 +395,17 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
395395

396396
1. Copy directly from the Basically Basic gem
397397

398-
- Go to your local Basically Basic gem installation directory (run
399-
`bundle show jekyll-theme-basically-basic` to get the path to it).
400-
- Copy the contents of `/assets/stylesheets/main.scss` from there to
401-
`<your_project>`.
402-
- Customize want you want inside `<your_project>/assets/stylesheets/main.scss`.
398+
- Go to your local Basically Basic gem installation directory (run
399+
`bundle show jekyll-theme-basically-basic` to get the path to it).
400+
- Copy the contents of `/assets/stylesheets/main.scss` from there to
401+
`<your_project>`.
402+
- Customize want you want inside `<your_project>/assets/stylesheets/main.scss`.
403403

404404
2. Copy from this repo.
405405

406-
- Copy the contents of [assets/stylesheets/main.scss](assets/stylesheets/main.scss)
407-
to `<your_project>`.
408-
- Customize want you want inside `<your_project/assets/stylesheets/main.scss`.
406+
- Copy the contents of [assets/stylesheets/main.scss](assets/stylesheets/main.scss)
407+
to `<your_project>`.
408+
- Customize want you want inside `<your_project/assets/stylesheets/main.scss`.
409409

410410
**Note:** To make more extensive changes and customize the Sass partials bundled
411411
in the gem. You will need to copy the complete contents the `_sass` directory to
@@ -427,17 +427,17 @@ To override the default JavaScript bundled in the theme, do one of the following
427427

428428
1. Copy directly from the Basically Basic gem
429429

430-
- Go to your local Basically Basic gem installation directory (run
431-
`bundle show jekyll-theme-basically-basic` to get the path to it).
432-
- Copy the contents of `/assets/javascripts/main.js` from there to
433-
`<your_project>`.
434-
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.
430+
- Go to your local Basically Basic gem installation directory (run
431+
`bundle show jekyll-theme-basically-basic` to get the path to it).
432+
- Copy the contents of `/assets/javascripts/main.js` from there to
433+
`<your_project>`.
434+
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.
435435

436436
2. Copy from this repo.
437437

438-
- Copy the contents of [assets/javascripts/main.js](assets/javascripts/main.js)
439-
to `<your_project>`.
440-
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.
438+
- Copy the contents of [assets/javascripts/main.js](assets/javascripts/main.js)
439+
to `<your_project>`.
440+
- Customize what you want inside `<your_project>/assets/javascripts/main.js`.
441441

442442
### SVG Icons
443443

0 commit comments

Comments
 (0)