https://github.com/hobbiej/hobbies
A Jekyll theme made for developers who want to say a little more than "Hello World!"
https://github.com/hobbiej/hobbies
css jekyll jekyll-theme ruby theme
Last synced: 9 months ago
JSON representation
A Jekyll theme made for developers who want to say a little more than "Hello World!"
- Host: GitHub
- URL: https://github.com/hobbiej/hobbies
- Owner: HobbieJ
- License: mit
- Archived: true
- Created: 2018-05-29T18:08:57.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T04:17:01.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T21:45:08.509Z (11 months ago)
- Topics: css, jekyll, jekyll-theme, ruby, theme
- Language: HTML
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hobbies
[](https://cash.me/$HobbieJ)
[](https://circleci.com/gh/HobbieJ/Hobbies/tree/master)
[](https://rubygems.org/gems/hobbies)
[](https://rubygems.org/gems/hobbies)
[](https://github.com/HobbieJ/Hobbies/blob/master/LICENSE.txt)
Welcome to Hobbies, a Jekyll theme made for developers who want to say a little more than "Hello World!"
Hobbies is inspired by the minimal aesthetic of [minima](https://github.com/jekyll/minima) and the colors of [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy). A warm "Thank You!" to these inspirations.
The theme should always be considered a **BETA** product, and large design and aesthetic changes may always occur on the theme. As I continue to grow up, my sense of style and design changes, and so this theme will change along with it! Any design I deem as a final "product" will be put into its own repository.
## Requirements/Installation
Follow the instructions below in order to install *Hobbies* into your own Jekyll site!
### Requirements
You'll need an instance of Jekyll! Check out the [Jekyll documentation](https://jekyllrb.com/docs/home/) to find out how to make your own Jekyll site. You'll also need the internet, but if you're viewing this here, there's a safe chance you have access to it 😄.
### Installation
Add this line to your Jekyll site's `Gemfile`:
```ruby
gem "hobbies"
```
And add this line to your Jekyll site's `_config.yml`:
```yaml
theme: hobbies
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install hobbies
## Contributing
Suggestions and helpful criticism is always welcome through the use of pull requests! A guide on how to contribute can be found [here](https://github.com/HobbieJ/Hobbies/blob/master/CONTRIBUTING.md).
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).