|
2 | 2 |
|
3 | 3 | Create your Jekyll blog in minutes, without needing to set up local development. |
4 | 4 |
|
5 | | - |
| 5 | +Demo site at <http://jekyllboilerplate.com>. |
6 | 6 |
|
7 | | -- Fully responsive design |
8 | | -- Syntax highlighting |
9 | | -- Disqus and Google Analytics integration |
| 7 | + |
10 | 8 |
|
11 | 9 | ## 5 Minute Blog Setup on GitHub Pages |
12 | 10 |
|
@@ -65,11 +63,41 @@ If you're just looking to make a couple of quick theme changes, then this might |
65 | 63 |
|
66 | 64 | 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). |
67 | 65 |
|
| 66 | +## Got any questions or requests? |
| 67 | + |
| 68 | +Open an Issue and let's chat! |
| 69 | + |
68 | 70 | ## Alternative Jekyll starting points |
69 | 71 |
|
70 | 72 | This wasn't what you were looking for? Here are some other Jekyll starting points that might hit the spot: |
71 | 73 |
|
72 | 74 | - [Left by Zach Holman](https://github.com/holman/left) - Jekyll theme with a sidebar |
73 | 75 | - [Hazelnut by Mig Reyes](https://github.com/migreyes/hazelnut) - Includes sweet Pow workflows |
74 | 76 | - [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