diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 23:01:24 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 23:02:31 +0200 |
commit | 4ba6f64d45b8a961b812bd9d092765cb5173ce78 (patch) | |
tree | 83e968f03961e841ccdd4bc38894091e2448fe4b /README.md | |
parent | 31a262451ae123a50d59bf4f8ad748d2cd14cdb1 (diff) |
Add custom.scss to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -167,12 +167,11 @@ There are few empty partials you can override in `layouts/partials/` | `layouts/partials/docs/inject/menu-after.html` | At the end of `<nav>` menu block | -### Extra customization -#### Favicon -In order to change favicon add `static/favicon.png` file to your website - -#### Custom css -You can add your custom CSS styles to `static/styles.css` at your website +### Extra Customization +| File | Description | +| -- | -- | +| `static/favicon.png` | Override default favicon | +| `assets/custom.scss` | Customize or override scss styles | ## Contributing |