My personal blog build on Jekyll
_config.yml
with your valueshttps://api-igorkowalczyk.herokuapp.com/v2/encrypt/[YOUR-TEXT-TO-ENCRYPT]
api. html tag
key._data/comments
and _posts
directories..md
extension to _posts
directory.layout: post title: "Post Title" author: "Post Author" categories: categories list comments: true/false
Post content (Markdown)
5. Set-up the page by running `bundle install`.
6. Host this site locally by running `bundle exec jekyll serve`. Your site will be hosted under http://localhost:4000.
### ❌ Issues
If you have any issues with the project or you found a bug please create [new issue here](https://github.com/igorkowalczyk/blog/issues)
### 📝 Pull Requests
When submitting a pull request:
- Clone the repo.
- Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
- Open a [pull request](https://github.com/igorkowalczyk/blog/pulls) on [GitHub](https://github.com) and describe the feature or fix.
## 📃 License
This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/blog/blob/master/license.md) file for details