From ab34e72d56a61169a355a1839a44fa18fc7c5415 Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sun, 17 May 2020 19:40:32 +0700 Subject: [PATCH] Update README.md --- README.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d2e9b16..66b2df1 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,24 @@ For demo klise.now.sh ## Features -- Light & Dark Mode support :waxing_crescent_moon: -- Customizable (using `.scss`) -- 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)) -- W3C **Validated** -- Lighthouse and PageSpeed **Passed** +- [x] Light & Dark Mode support :waxing_crescent_moon: +- [x] Customizable (using `.scss`) +- [x] Responsive (desktop, tab and mobile) +- [x] Mobile First Design +- [x] SEO Optimized +- [x] RSS Feed +- [x] Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge)) +- [x] Next & Previous Post +- [x] Comment layout, enable in frontmatter if you wish +- [x] Google analytics +- [x] HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html)) +- [x] W3C **Validated** +- [x] Lighthouse and PageSpeed **Passed** + +## Todos +- [ ] Add schema.org meta information. +- [ ] Transform class selector to BEM metodology. + ![Lighthouse](./lighthouse.png) @@ -34,8 +39,6 @@ bundle exec jekyll serve Navigate to `localhost:4000`. You're Welcome, Fork and be Stargaze. -**Don't Forget** to change site icon, go to `jekyll-klise/assets/favicons` and replace with your own. - ## Contributing If you see any typos or formatting errors in a post, or any other issue that needs to be addressed, please do not hesitate to open a pull request and fix it!