@@ -395,17 +395,17 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
395395
3963961. 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
4044042. 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
411411in 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
4284281. 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
4364362. 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