Whitespace is a minimal and responsive theme for Octopress. This theme lets your contents take the center stage of your blog.
Unmodified: Lucas Lew's blog.
Slightly customized: Chymeric Tutorials, Yous' Blog
If you are using whitespace and would like to showcase your website, we would be very happy to add you to the list! Just tell us your URL via the issue tracking system!
$ cd octopress
$ git clone git://github.com/lucaslew/whitespace.git .themes/whitespace
$ rake install['whitespace']
$ rake generate
$ cd octopress/.themes/whitespace
$ git pull
$ rake install['whitespace']
$ rake generate
For this to work, you have to track your website theme customizations on a remote (we call it mywebsiterepo
).
$ cd octopress/.themes/whitespace
$ git pull
$ rake install['whitespace']
$ cd ../..
$ git fetch --all
$ git reset --hard mywebsiterepo/master
$ rake generate
Added support for open-source Juvia comment system. It requires two extra parameters in _config.yml
: juvia_site_key
and juvia_host
.
You can add several icons to the navigation bar. Just set some parameters in _config.yml
:
googleplus_user
withgoogleplus_hidden: false
for Google+ profile.pinboard_user
for Pinboard bookmarks.delicious_user
for Delicious bookmarks.github_user
withgithub_show_profile_link: true
for GitHub profile.bitbucket_user
for Bitbucket profile.
You can write a Linklog by using this theme. To publish a linked post, just add external-url
variable in the YAML front matter of your post.
---
layout: post
...
external-url: http://example.com/some/external/url
---
Then the title will have '→' at the end. Also the title link will point to the external url.
(The MIT License)
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:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.