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.
Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
Siteleaf is a git-based user-friendly content management system (CMS) with great support for Jekyll, Static sites and Github pages.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
A website that uses Ruby gems to streamline development workflows and enhance functionality. This includes features such as easy installation and updates, robust and reliable performance, and support for a wide range of plugins and extensions.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Netlify is a cloud-based web development platform that provides a range of tools and services to help developers build, deploy, and manage modern web applications. It offers features such as continuous deployment, serverless functions, and CDN hosting, making it an ideal platform for building fast, scalable, and secure websites.