25 lines
578 B
Markdown
25 lines
578 B
Markdown
# Klisé
|
|
|
|
Klisé is minimalist Jekyll theme for running a personal site and blog running on Jekyll, Ruby, Netlify, Now.sh.
|
|
|
|
## Installation
|
|
|
|
Run local server:
|
|
|
|
```bash
|
|
git clone https://github.com/piharpi/jekyll-klise.git
|
|
cd jekyll-klise
|
|
bundle install
|
|
bundel exec jekyll serve
|
|
```
|
|
|
|
Navigate to `localhost:4000`.
|
|
|
|
## 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).
|