Skip to content

Commit f4b5b54

Browse files
committed
Added license.
1 parent 1faf98e commit f4b5b54

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

README.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
Create your Jekyll blog in minutes, without needing to set up local development.
44

5-
![Jekyll Boilerplate - theme screenshot](/images/jekyll-boilerplate.jpg)
5+
Demo site at <http://jekyllboilerplate.com>.
66

7-
- Fully responsive design
8-
- Syntax highlighting
9-
- Disqus and Google Analytics integration
7+
![Jekyll Boilerplate - theme screenshot](/images/jekyll-boilerplate.jpg)
108

119
## 5 Minute Blog Setup on GitHub Pages
1210

@@ -65,11 +63,41 @@ If you're just looking to make a couple of quick theme changes, then this might
6563

6664
I'm working on a portfolio site theme right now, and more to come after that. If you'd like me to let you know when I release a new theme, just [drop me your email for updates](http://getresponse.com).
6765

66+
## Got any questions or requests?
67+
68+
Open an Issue and let's chat!
69+
6870
## Alternative Jekyll starting points
6971

7072
This wasn't what you were looking for? Here are some other Jekyll starting points that might hit the spot:
7173

7274
- [Left by Zach Holman](https://github.com/holman/left) - Jekyll theme with a sidebar
7375
- [Hazelnut by Mig Reyes](https://github.com/migreyes/hazelnut) - Includes sweet Pow workflows
7476
- [Octopress by Brandon Mathis](https://github.com/imathis/octopress) - Another established starting point with lots of options
75-
- [mojombo.github.io by Tom Preston-Werner](https://github.com/mojombo/mojombo.github.io) - TPW's original Jekyll theme
77+
- [mojombo.github.io by Tom Preston-Werner](https://github.com/mojombo/mojombo.github.io) - TPW's original Jekyll theme
78+
79+
## License
80+
81+
```
82+
The MIT License (MIT)
83+
84+
Copyright (c) 2014 Barry Clark
85+
86+
Permission is hereby granted, free of charge, to any person obtaining a copy
87+
of this software and associated documentation files (the "Software"), to deal
88+
in the Software without restriction, including without limitation the rights
89+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90+
copies of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be included in
94+
all copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
102+
THE SOFTWARE.
103+
```

0 commit comments

Comments
 (0)