README.md in jekyll-theme-hamilton-1.3.0 vs README.md in jekyll-theme-hamilton-1.4.0
- old
+ new
@@ -1,9 +1,11 @@
# Hamilton <!-- omit in toc -->
-Another minimal style of Jekyll theme for writers. The original purpose of this theme is to be a replacement of the default Jekyll theme -- [Minima](https://github.com/jekyll/minima). Hamilton is an enhancement of Minima but still, keep in minimal.
+A minimal and beautiful Jekyll theme best for writing and note-taking.
+The original purpose of this theme is to be a replacement of the default Jekyll theme -- [Minima](https://github.com/jekyll/minima). Hamilton is an enhancement of Minima but still, keep in minimal.
+
Please check out the [demo](https://ngzhio.github.io/jekyll-theme-hamilton/).
| Daylight | Sunrise/Sunset | Midnight |
| --- | --- | --- |
| ![screenshot](screenshot.png) | ![screenshot](screenshot-sunrise.png) | ![screenshot](screenshot-midnight.png)
@@ -77,10 +79,12 @@
### Optional Parameters
| Parameters | Types | Specifications |
|:---------- |:----- |:-------------- |
-| `author` | string | The author name of the site; It would be showed in the copyright statement. |
+| `author` | string | The name of the author of the site; It would be showed in the copyright statement. |
+| `avatar` | string | The avatar of the author of the site. |
+| `email` | string | The email of the author of the site. |
| `skin` | string | The skin name. See more information on the [Customization](#customization) section. |
| `lang` | string | The language of the site; The default value is `en`. |
| `paginate` | int | The number of posts on each page. To enable pagination, you must use a third-party plugin, e.g. [`jekyll-paginate`](https://github.com/jekyll/jekyll-paginate), [`jekyll-paginate-v2`](https://github.com/sverrirs/jekyll-paginate-v2), or [`jekyll-pagination`](https://github.com/prometheus-ev/jekyll-pagination). |
| `date_format` | string | The date format; The default value is `%b %-d, %Y`. |