Skip to content

Commit f0dbbc6

Browse files
committed
Initial commit
0 parents  commit f0dbbc6

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Whitespace
2+
==========
3+
Whitespace is a minimal and responsive theme for [Octopress](http://octopress.org). This theme let your contents take the center stage of your blog.
4+
5+
Check out the theme in action [here](http://lucaslew.com).
6+
7+
8+
Install
9+
-------
10+
$ cd octopress
11+
$ git clone git://github.com/lucaslew/whitespace.git .themes/whitespace
12+
$ rake install['whitespace']
13+
$ rake generate
14+
15+
16+
To Do
17+
-----
18+
Styling of this theme does not cover many of the html elements, so if you spot any error, feel free to send me suggestions to improve. Thanks!
19+
20+
21+
License
22+
-------
23+
(The MIT License)
24+
25+
Copyright © 2013 Lucas Lew
26+
27+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
28+
29+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32+
33+

0 commit comments

Comments
 (0)