README.md in jekyll-theme-console-0.3.6 vs README.md in jekyll-theme-console-0.3.7

- old
+ new

@@ -52,9 +52,17 @@ footer: 'follow us on <a href="https://twitter.com/xxx">twitter</a>' google_analytics: UA-NNNNNNNN-N ``` +## Customization + +If you want to customize this theme, follow this steps: +1. Fork this repository (you can use the fork as your own theme or directly as your website) +2. Create or modify files in `_layouts` directory for html-based changes +3. Create or modify files in `_sass` and `assets` for css-based changes + - You can change things which are used in light and dark theme (like font-size) in `_sass/base.scss`. You'll find style variables at the top. + - Style-specific definitions are in `_sass/_dark.scss` respectively in `_sass/_light.scss`. You can change things like background-color there. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/b2a3e8/jekyll-theme-console. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.