@@ -395,17 +395,17 @@ To override the default [Sass](http://sass-lang.com/guide) (located in theme's
395
395
396
396
1. Copy directly from the Basically Basic gem
397
397
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`.
403
403
404
404
2. Copy from this repo.
405
405
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`.
409
409
410
410
**Note:** To make more extensive changes and customize the Sass partials bundled
411
411
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
427
427
428
428
1. Copy directly from the Basically Basic gem
429
429
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`.
435
435
436
436
2. Copy from this repo.
437
437
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`.
441
441
442
442
# ## SVG Icons
443
443
0 commit comments