Update README.md

This commit is contained in:
Mahendrata Harpi
2020-05-17 19:40:32 +07:00
committed by GitHub
parent 87967ab6a1
commit ab34e72d56

View File

@@ -5,19 +5,24 @@ For demo <a href="https://klise.now.sh" target="_blank">klise.now.sh</a>
## Features ## Features
- Light & Dark Mode support :waxing_crescent_moon: - [x] Light & Dark Mode support :waxing_crescent_moon:
- Customizable (using `.scss`) - [x] Customizable (using `.scss`)
- Responsive (desktop, tab and mobile) - [x] Responsive (desktop, tab and mobile)
- Mobile First Design - [x] Mobile First Design
- SEO Optimized - [x] SEO Optimized
- RSS Feed - [x] RSS Feed
- Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge)) - [x] Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge))
- Next & Previous Post - [x] Next & Previous Post
- Comment layout, enable in frontmatter if you wish - [x] Comment layout, enable in frontmatter if you wish
- Google analytics - [x] Google analytics
- HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html)) - [x] HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html))
- W3C **Validated** - [x] W3C **Validated**
- Lighthouse and PageSpeed **Passed** - [x] Lighthouse and PageSpeed **Passed**
## Todos
- [ ] Add schema.org meta information.
- [ ] Transform class selector to BEM metodology.
![Lighthouse](./lighthouse.png) ![Lighthouse](./lighthouse.png)
@@ -34,8 +39,6 @@ bundle exec jekyll serve
Navigate to `localhost:4000`. You're Welcome, Fork and be Stargaze. 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 ## 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! 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!