Update README.md

This commit is contained in:
Mahendrata Harpi
2020-05-22 09:47:16 +07:00
committed by GitHub
parent 000ca91364
commit 5547352ff2

View File

@@ -3,18 +3,19 @@ Klisé is minimalist Jekyll theme for running a personal site and blog running o
For demo <a href="https://klise.now.sh" target="_blank">klise.now.sh</a> For demo <a href="https://klise.now.sh" target="_blank">klise.now.sh</a>
## Features ## Features
- [x] Light & Dark Mode support :waxing_crescent_moon: - [x] Light & Dark Mode support :waxing_crescent_moon:
- [x] Customizable (using `.scss`) - [x] Customizable (using `.scss`)
- [x] Responsive (desktop, tab and mobile) - [x] Responsive (desktop, tab and mobile)
- [x] Mobile First Design - [x] Mobile First Design
- [x] SEO Optimized - [x] SEO Optimized
- [x] RSS Feed - [x] Images of post Organized ([`jekyll-postfiles`](https://github.com/nhoizey/jekyll-postfiles))
- [x] Syntax Highlighter ([rouge](https://github.com/rouge-ruby/rouge)) - [x] Generate Sitemap ([`jekyll-sitemap`](https://github.com/jekyll/jekyll-sitemap))
- [x] RSS Feed ([`jekyll-feed`](https://github.com/jekyll/jekyll-feed))
- [x] Syntax Highlighter ([`rouge`](https://github.com/rouge-ruby/rouge))
- [x] Next & Previous Post - [x] Next & Previous Post
- [x] Comment layout, enable in frontmatter if you wish - [x] Comment layout, enable in frontmatter if you wish
- [x] Google analytics - [x] Google analytics
- [x] HTML Minify ([compressed HTML](https://github.com/penibelst/jekyll-compress-html)) - [x] HTML Minify ([`jekyll-compress-html`](https://github.com/penibelst/jekyll-compress-html))
- [x] W3C **Validated** - [x] W3C **Validated**
- [x] Lighthouse and PageSpeed **Passed** - [x] Lighthouse and PageSpeed **Passed**
@@ -43,11 +44,9 @@ Navigate to `localhost:4000`. You're Welcome, Fork and be Stargazer.
- Since [`jekyll-postfiles`](https://github.com/nhoizey/jekyll-postfiles#compatibility) plugin isn't supported by github pages, this cause will make your site problems, path broken or post images won't show up, you can host alternatively using likes [netlify.com](https://netlify.com), [vercel.com](https://vercel.com) or [surge.sh](https://surge.sh) services, which support 3rd party. - Since [`jekyll-postfiles`](https://github.com/nhoizey/jekyll-postfiles#compatibility) plugin isn't supported by github pages, this cause will make your site problems, path broken or post images won't show up, you can host alternatively using likes [netlify.com](https://netlify.com), [vercel.com](https://vercel.com) or [surge.sh](https://surge.sh) services, which support 3rd party.
## 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!
Yeaaa feel free to open a pull request. Yeaaa feel free to open a pull request.
## License ## License
This project is open source and available under the [MIT License](LICENSE). This project is open source and available under the [MIT License](LICENSE).