Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Jekyll starter template implementing Bootstrap v5.3 with Font Awesome, designed as a single-page HTML starter for beginners.

A TODO list project for adding, check/uncheck items and deleting items, using Gatsby and FaunaDB.

A production-ready boilerplate combining Next.js 15 with Sanity or Storyblok for type-safe headless CMS websites.

Bootstrap 5 tutorial starter project from Themesberg with Gulp, Sass, and BrowserSync.

Free Bootstrap 4 one-page fitness template with video background header, sticky nav, counters, and contact form.
Bootstrap v5.3 Starter Jekyll Template is a minimal single-page Jekyll starter that implements the Bootstrap v5.3 framework with Font Awesome icons, built for developers who want a plain starting point without blog or post structure.
Bootstrap v5.3 Starter Jekyll Template is a single-page Jekyll site that implements Bootstrap v5.3 and Font Awesome, with the goal of giving new Jekyll users a minimal starting point. Unlike typical Jekyll themes, it has no posts, blog, or collection structure — just a default layout, includes, and an index page.
The template's directory structure includes _config.yml, five includes (head.html, header.html, main.html, footer.html, scripts.html), a default layout at _layouts/default.html, an assets folder with main.css and an images directory, and index.md. The author states it is not a gem and cannot be installed via RubyGems, though that may change later. The repository also contains a screenshot.png for preview.
_includes, so you can edit each section independently._layouts/default.html as the only layout, which wraps the content from index.md.assets/css/main.css and an assets/imgs directory for custom styles and images.index.md and the includes, and see how Jekyll assembles a page from layout and partials.index.md and edit includes/main.html to create a one-page site with Bootstrap components and Font Awesome icons.No, it is not a gem and cannot be installed with RubyGems. The author notes that becoming a gem may happen in the future.
No. It is intentionally a single-page HTML file with no posts, blog, or collections. The only content file is index.md, and the only layout is default.html.
The repository contains _config.yml, _includes with five partials, _layouts/default.html, assets/css/main.css, assets/imgs, index.md, and a screenshot.png.
It uses Jekyll as the static site generator, Bootstrap v5.3 for the front-end framework, and Font Awesome for icons. The page is assembled from HTML partials and a single layout.
