Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-02-26 02:47:18 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-02-26 02:47:18 +0300
commite2b961a62d39e1e25ce8d18a647918cc1c897e7c (patch)
tree3a391f7bc7cfe049877520b9cd9e0cccc423188b /README.md
parent91e85fce370f8222febfe556d2cea4b49bdc56e8 (diff)
Updated Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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