Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Bajawa is a simple, pastel-colored Jekyll theme starter with five layouts, Font Awesome icons, and a lunr.js-powered search page.
Bajawa is a simple and clean Jekyll theme starter with pastel colors, built for blog and personal sites, developed by C. Ayu W. and available on GitHub.
Bajawa is an open-source Jekyll theme (version 0.1.0) designed to kick-start a blog or personal website. It runs on Jekyll, the static site generator that transforms Markdown and Liquid templates into a static HTML site. The theme takes a standard Jekyll project structure — pages, posts, and configuration in _config.yml — and outputs a ready-to-publish website with pastel-styled layouts. The repository is maintained at https://github.com/kulacino/bajawa, and the live preview can be viewed at https://kulacino.github.io/bajawa.
default, post, page, home, and search layouts, giving you ready-made templates for standard blog pages.search layout powered by lunr.js, a client-side search library that indexes site content without a server-side database.assets/css/font-awesome.min.css.gem "bajawa" to your Gemfile and set theme: bajawa in _config.yml, or install globally with gem install bajawa._config.yml.home and page layouts.bundle exec jekyll serve.home layout as a starting point for an about-me page with links and icons._layouts, _includes, _sass, and assets directories.Installation follows the standard Jekyll theme workflow. Add the gem to your Gemfile and run bundle, or install it directly with gem install bajawa. Set theme: bajawa in your _config.yml, then run bundle exec jekyll serve to start a local server at http://localhost:4000. The theme includes a development guide for modifying and testing your own changes.
Bajawa is free to use and distribute under the MIT License. The author accepts PayPal tips (linked in the repository) to support continued development, but there is no paid tier or licensing fee.
Yes, Bajawa is released under the MIT License, which permits free use, modification, and distribution. You can also support the author via a PayPal tip, though it is entirely optional.
Bajawa provides five layouts: default, post, page, home, and search. The search layout integrates lunr.js for client-side search, while the others cover standard blog and page structures.
Add gem "bajawa" to your Gemfile, set theme: bajawa in _config.yml, and run bundle. Alternatively, install the gem globally with gem install bajawa. The GitHub Pages installation method is not yet documented in the README.
Yes, it links Font Awesome 4.7.0 icons from a CDN, and the search layout uses lunr.js. You can self-host the Font Awesome CSS by downloading it and placing it in assets/css/font-awesome.min.css.
The current version is 0.1.0, both as a release and as a Ruby gem. It is still an early release, and the README indicates that several sections, such as site settings and navigation documentation, are pending.