46 lines
1.3 KiB
Markdown
46 lines
1.3 KiB
Markdown
# Klisé
|
|
|
|
Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll.<br>
|
|
For demo <a href="https://klise.now.sh" target="_blank">klise.now.sh</a>
|
|
|
|
## 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**
|
|
|
|

|
|
|
|
## Installation
|
|
|
|
Run local server:
|
|
|
|
```bash
|
|
git clone https://github.com/piharpi/jekyll-klise.git
|
|
cd jekyll-klise
|
|
bundle install
|
|
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!
|
|
|
|
## License
|
|
|
|
This project is open source and available under the [MIT License](LICENSE).
|