From e2b961a62d39e1e25ce8d18a647918cc1c897e7c Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro Date: Tue, 26 Feb 2019 00:47:18 +0100 Subject: [PATCH] Updated Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40695ee..dc1ac49 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ To see this theme in action, Here is a live [demo site](https://suspicious-arch * Pagination support * Added configuration file for use on [Netlify](https://www.netlify.com) * Dark/Light mode +* Over 15 social sites supported out-of-the-box * Wrap Image with Figure Tag without Shortcode. Thanks [Junian.Net](https://www.junian.net/hugo-image-figure-wrap/) * Load images with Lazy Load By [lazysizes](https://github.com/aFarkas/lazysizes) * Automatically highlighting code By [Google code-prettify](https://github.com/google/code-prettify), Customizable styles via CSS. See the [themes gallery](https://rawgit.com/google/code-prettify/master/styles/index.html). @@ -88,7 +89,7 @@ HUGO_ENV=production hugo --gc --minify This theme write style with scss, So you must download and install the “extended” Sass/SCSS version #### How to toggle dark-light mode -* You can click the love heart ❤️ in front of your blog title to toggle dark-light mode. I don't think it's a good interaction design. But I don't have a good idea. +* You can click the sun logo to toggle dark-light mode. In the desktop version the sun logo is to the right and in the mobile version is positioned to the left, close to the site title. * If you want to make your own theme toggle-able element, you can create an element with a class `.theme-switch`. See [here](https://github.com/Fastbyte01/KeepIt/blob/master/assets/js/main.js#L32) # Home Post model