Jekyll Bootstrap4 Docker

screenshot of Jekyll Bootstrap4 Docker

Jekyll with generic Bootstrap 4 theme and Docker

Overview

The Jekyll Bootstrap 4 Boilerplate Theme + Docker is a complete Dockerized Jekyll setup with a custom Bootstrap 4 theme. This setup is compatible with Github Pages and does not use any unsupported plugins. It allows users to easily create and deploy websites using Jekyll and Bootstrap 4.

Features

  • Docker Compatibility: The theme is Dockerized, making it easy to use and deploy.
  • Bootstrap 4 Theme: The theme comes with a custom Bootstrap 4 theme, allowing for a modern and responsive design.
  • Github Pages Support: The setup is compatible with Github Pages, making it simple to deploy and host websites.

Installation with Docker

  1. Build the Docker image:
docker-compose build
  1. Serve the project using Docker:
docker-compose up
  1. Open http://localhost:4000 in your browser to access the website.

Installation without Docker

  1. Serve the project using Jekyll:
bundle exec jekyll serve
  1. Open http://localhost:4000 in your browser to access the website.

Summary

The Jekyll Bootstrap 4 Boilerplate Theme + Docker is a convenient solution for creating and deploying websites using Jekyll and Bootstrap 4. It provides Docker compatibility, a custom Bootstrap 4 theme, and support for Github Pages. The installation process is straightforward and can be done with or without Docker.