A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Alembic is a Jekyll boilerplate theme designed to be a starting point for any Jekyll website. It is a clear and elegant theme that can be used out of the box or customized as needed. It has been tested in all major browsers and includes features such as a built-in Service Worker for offline functionality, configurable colors and typography, extensive set of shortcodes, and modular Jekyll components.
gem "alembic-jekyll-theme"
to your Gemfile to add the theme as a dependency.bundle install
in the root of project to install the theme and its dependencies.theme: alembic-jekyll-theme
to your _config.yml
file to set the site theme.bundle exec jekyll serve
to build and serve your site._config.yml
file to customize navigation, contact form, and social sharing buttons.gem "jekyll-remote-theme"
to your Gemfile to add the theme as a dependency.bundle install
in the root of project to install the jekyll remote theme gem as a dependency.jekyll-remote-theme
to the list of plugins in your _config.yml
file.remote_theme: daviddarnes/alembic@main
to your _config.yml
file to set the site theme.bundle exec jekyll serve
to build and serve your site._config.yml
file to customize navigation, contact form, and social sharing buttons.Alembic is a versatile Jekyll boilerplate theme with a clear and elegant design. It offers extensive customization options, including configurable colors and typography, modular components, and various shortcodes for easy inclusion of elements. It is compatible with major browsers and can be used as a theme gem or a GitHub Pages theme. The theme also includes built-in functionality for offline access, live search, and contact forms. With its ease of installation and documentation, Alembic provides a solid starting point for any Jekyll project.