Bajawa Jekyll Theme

LICENSE Jekyll Treat me a coffee

Welcome to Bajawa! A simple and clean Jekyll theme with a little touch of pastel colors! In this readme, you’ll find the documentations you need to be able to set up this theme into jekyll.

Bajawa could be used as a starter also. Customize and tweak it with your own style.

Bajawa theme information:

Author: Cynthia Ayu W.
Repository: https://github.com/kulacino/bajawa
Version: 0.1.0
Gem: 0.1.0

Bajawa preview

If you like and enjoy this theme, please consider treating me a coffee so I could develop and maintain it regularly.

Table of Contents

  1. Installation
    1. Ruby Gem Method
    2. GitHub Pages Method
      1. Exclude Something
  2. Readme
  3. Development
  4. Attribution
  5. License

Installation

Ruby Gem Method

Add this line to your Jekyll site’s Gemfile:

gem "bajawa"

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

theme: bajawa

And then execute:

$ bundle

Or install it yourself as:

$ gem install bajawa

Github Pages Method

to be added

Exclude Something

to be added

Readme

For a full documentation of this theme, please consider visit the official readme here.

Development

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

Your theme is setup just like a normal Jekyll 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, _sass and assets tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in bajawa.gemspec accordingly.

Attribution

Below is attributions and credits to external sources, such as: image, code, script, etc.

License

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