Project

hey-world

0.0
No commit activity in last 3 years
No release in over 3 years
Minimal Jekyll theme inspired by HEY World from Basecamp
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.5, < 5.0
 Project Readme

hey-world

This theme is inspired by Hey by Basecamp. They have recently introduced https://hey.com/world/ and I really like the minimal look for the blogging page. Here is one example by DHH.

This is what this theme looks like for a jekyll project: sample

Or you can visit my blog where I have hosted it on Netlify using this theme.

Usage

This theme is tested to be working on Netlify, simply follow the installation procedures below and you will have the theme in place. The idea of this theme is to keep things very minimal, so the theme is mainly focusing on the index.html and page.html. There are no suport for Tag or Categories for now.

This theme is not tested on GitHub Pages, but it seems like GitHub Pages does not support gem based theme. So you might have to copy those necessary folders into your Jekyll project if you are planning to host your blog on GitHub Pages.

Installation

Add this line to your Jekyll site's Gemfile:

gem "hey-world"

And add this line to your Jekyll site's _config.yml:

theme: hey-world

And then execute:

$ bundle

Or install it yourself as:

$ gem install hey-world

License

The theme is available as open source under the terms of the MIT License.