Skip to main content

Introduction

Get started with Boost.

Boost is a clean and accessible Bootstrap theme.

Files structure

Once you unzip the folder, you'll see the following file structure:

  • dist - production files
    • assets - css, images, js
    • docs - documentation files
    • *.html - html files
  • src - source files
    • assets - css, images, js
    • includes - includes and layouts
    • pages - page templates (nunjucks)
  • .eleventy.js - Eleventy config
  • package.json - NPM dependencies
  • purgecss.config.js - PurgeCSS config

The dist folder contains the files you would upload to your web server to publish the site.

Learn how to customize your theme.