Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T04:17:01.000Z (5 months ago)
- Last Synced: 2024-09-30T15:49:55.704Z (4 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
[![Donate](https://img.shields.io/badge/Donate-Square%20Cash-brightgreen.svg?style=for-the-badge)](https://cash.me/$HobbieJ)
[![CircleCI branch](https://img.shields.io/circleci/project/github/HobbieJ/Hobbies/master.svg?longCache=true&style=for-the-badge)](https://circleci.com/gh/HobbieJ/Hobbies/tree/master)
[![Gem](https://img.shields.io/gem/v/hobbies.svg?longCache=true&style=for-the-badge&colorB=blue)](https://rubygems.org/gems/hobbies)
[![Gem](https://img.shields.io/gem/dt/hobbies.svg?longCache=true&style=for-the-badge&colorB=blue)](https://rubygems.org/gems/hobbies)
[![GitHub license](https://img.shields.io/github/license/HobbieJ/Hobbies.svg?longCache=true&style=for-the-badge)](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).