README.md in sutty-jekyll-theme-0.1.0 vs README.md in sutty-jekyll-theme-0.1.1

- old
+ new

@@ -46,9 +46,41 @@ [skel.sutty.nl](https://0xacab.org/sutty/skel.sutty.nl/). The [Saira](https://github.com/Omnibus-Type/Saira) font is subsetted to latin characters. +### Customization + +* **Change logo:** Add your own logo in `_includes/logo.svg`, you can + add some metadata, check the [source + file](https://0xacab.org/sutty/jekyll/sutty-jekyll-theme/-/blob/master/_includes/logo.svg). + +* **I18n / Edit menu:** This can be done by installing + [jekyll-locales](https://rubygems.org/gems/jekyll-locales/) and + modifying the `_data/LANGUAGE.yml` files: + + ```yaml + --- + locale: English + # Leave empty for theme default + date_format: '%m/%d/%Y' + # This modifies the logo metadata if any (see _includes/logo.svg) + site: + title: Your site name + description: Your site description + # Title for the articles list on the homepage + home: + articles: Articles + menu: + title: 'Menu' + active: '(current)' + items: + - url: 'https://sutty.nl/' + text: 'Sutty' + ``` + + `items` is an Array of Hashes with `url` and `text` keys. + ## Contributing Bug reports and pull requests are welcome on 0xacab at <https://0xacab.org/sutty/sutty-jekyll-theme>. This project is intended to be a friendly and welcoming space for collaboration, and contributors