A full flexible Jekyll Theme for GitHub Pages
Chulapa is a flexible Jekyll theme designed for GitHub Pages. It offers a range of features to create professional and customizable websites. The theme is built on Bootstrap 4, making it fully responsive, and supports Fontawesome icons. It provides three different navbar styles and supports internal search functions using Algolia, Lunr, or Google Custom Search. Additional features include comments by Disqus and Giscus, a masonry gallery, video support from various providers, code highlight with multiple styles, and integration with Google Analytics. Chulapa also offers customization options with preinstalled skins, archive and cloud tag layouts, breadcrumbs, and support for multiple authors. It is suitable for various types of websites such as blogs, news, portfolios, and personal sites.
There are three ways to install Chulapa:
A. Use our Github Template:
B. Remote theme method:
remote_theme: unosolo/chulapa
to your _config.yml
file.remote_theme/theme
instances from your _config.yml
file.C. Gem-based method:
gem "chulapa"
bundle install
_config.yml
file:theme: chulapa
bundle update
.Chulapa is a flexible Jekyll theme for GitHub Pages that offers a range of features to create professional and customizable websites. Built on Bootstrap 4, it provides responsive design and supports Fontawesome icons. The theme includes various layout options, internal search functions, comments system, video support, code highlighting, and integration with Google Analytics. It also offers customization options with preinstalled skins and supports multiple authors. Chulapa is suitable for blogs, news, portfolios, and personal sites. The installation can be done using a Github Template, Remote theme method, or Gem-based method.