From 87638b8a8f2e01f5570a78cba1ecd717bf3b66ac Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sat, 4 Apr 2020 09:02:29 +0700 Subject: [PATCH 1/4] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f491f0b..e63f584 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # Klisé -Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll, Ruby, Netlify, Now.sh. +Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll, Ruby, Netlify, Now.sh.
+For demo klise.now.sh + +## Features + +* Customizable (using `.sass`) +* Responsive (desktop, tab and mobile) +* Mobile First Design +* SEO Optimized +* RSS Feed +* Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge)) +* Next & Previous Post +* Comment layout, enable in frontmatter if you wish +* Google analytics +* HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html])) ## Installation From a302fbac59665f8a25494bb0150d5fecdb5390b3 Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sat, 4 Apr 2020 09:03:30 +0700 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e63f584..ef060aa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ For demo klise.now.sh ## Features +* Light & Dark Mode support * Customizable (using `.sass`) * Responsive (desktop, tab and mobile) * Mobile First Design From cd44e78b9fcc003f5366c83ac5b7591185320444 Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sat, 4 Apr 2020 09:14:18 +0700 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef060aa..14e7d31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Klisé -Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll, Ruby, Netlify, Now.sh.
+Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll.
For demo klise.now.sh ## Features @@ -28,7 +28,7 @@ bundle install bundle exec jekyll serve ``` -Navigate to `localhost:4000`. +Navigate to `localhost:4000`. You're Welcome, Fork and be Stargaze. ## Contributing From abda4b0447afc9dd7f7f378b0323a194d73a242c Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sat, 4 Apr 2020 09:20:00 +0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e7d31..128fcdc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ For demo klise.now.sh * Next & Previous Post * Comment layout, enable in frontmatter if you wish * Google analytics -* HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html])) +* HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html)) ## Installation