11ty Plain Bootstrap5 screenshot

11ty Plain Bootstrap5

Author Avatar Theme by Mandrasch
Updated: 18 Feb 2023
37 Stars

Plain template for static site generator Eleventy with Boostrap5 and laravel-mix.

Categories

Overview

The 11ty-plain-bootstrap5 is a minimalistic template designed for the static site generator Eleventy/11ty. It utilizes Bootstrap 5 for styling and includes Laravel Mix for SCSS/JS compilation. The template provides a simple and clean layout, making it easy to customize and build static websites.

Features

  • Bootstrap 5 integration for easy styling and responsive design.
  • Laravel Mix for SCSS/JS compilation with Autoprefixer for improved browser compatibility.
  • Plugins for navigation, image processing, and RSS feed generation.
  • Live demo available for previewing the template.
  • Easy installation via npm.
  • Clear instructions on where to edit files and how to generate a static build.
  • Customizable BASE_URL for open graph image support.
  • Credits to other projects and resources for inspiration and learning.

Installation

To install the 11ty-plain-bootstrap5 template, follow these steps:

  1. Open the terminal or command prompt.
  2. Run the command npm install to install the template.
  3. Start local development by running the command npm run dev.
  4. Access the preview of the template at http://localhost:8080/.
  5. Edit the files located in the src/ folder, such as src/index.njk for the homepage and .eleventy.js for configuration.
  6. Avoid editing the automatically generated _site/ folder.
  7. Generate a static build by running the command npm run build.

Summary

The 11ty-plain-bootstrap5 template is a minimalistic and customizable template for the Eleventy/11ty static site generator. It utilizes Bootstrap 5 for styling and includes Laravel Mix for SCSS/JS compilation. The template provides easy installation, clear instructions, and various features such as plugins for navigation and image processing. With its clean layout and customizable options, it offers a convenient solution for building static websites.