garena

Garena is a lightweight and simple theme for Jekyll. Since it was born as personal theme for my website it’s slightly opinionated. However, I’ve tried to design it to be very personalizable so that you can tweak it as you want.

It has been designed using Bootstrap 3 so it fits very well on mobile screens. However, it has been tweaked a little so that it doesn’t look like another Bootstrap site.

Installation

Add this line to your Jekyll site’s Gemfile:

gem "garena"

And add this line to your Jekyll site:

theme: garena

And then execute:

$ bundle

Or install it yourself as:

$ gem install garena

Usage

Layouts

I have designed a few layouts for using within your page.

There is another layout named root, but I don’t encourage its use.

_config.yml

The following theme features can be customized via your _config.yml file:

navigation:
- /
- /about.html
share:
- twitter
- facebook
- linkedin
- google-plus
- whatsapp
author:
  name: John Doe # your name
  bio: This is an example bio # some text to put below your name
  gravatar: # put your gravatar hash ( = MD5(your e-mail address) )
  twitter: example # your twitter username, will appear in a link
  github: example # your github username, will appear in a link
footer: 'Powered by Jekyll'

Contributing

Bug reports and pull requests are welcome on GitHub at github.com/danirod/garena. Please, send issues on bugs you might encounter or features you would like to have added. Also, if you have an idea and want to contribute, fork the project, add your patches, and send a PR. They will be welcome here.

Development

To set up your environment to develop this theme, run bundle install.

You theme is setup just like a normal Jelyll site! To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme’s contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

When your theme is released, only the files in _layouts, _includes, and _sass tracked with Git will be released.

License

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