Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll-based landing page theme with a services section, adapted from a Bootstrap theme.

Hugo and Tailwind CSS template for services and SaaS marketing sites, optimized for conversion and low-cost hosting.
Landing Page Jekyll theme is a Jekyll-based website template that builds a one-page landing site with a services section from Markdown posts, adapted from the Start Bootstrap Landing Page theme.
The theme is a port of the popular Bootstrap landing page template to Jekyll, the static site generator. It takes user-authored posts written in Markdown with YAML front matter and renders them as service blocks on the homepage. Each post declares an image, a category, and a title in the front matter; the post body becomes the service description. The theme is maintained on GitHub by swcool and is versioned at 1.0.1. It runs entirely on Jekyll and produces a static HTML site that can be hosted anywhere.
This theme packs the essentials for a services-style landing page into a minimal Jekyll setup.
/img/services/ and create a post with the front matter fields layout: default, img: ipad.png, category: Services, and a title; the post appears on the landing page automatically.The theme fits anyone who wants a fast, static landing page for services without writing HTML by hand.
The theme supports a handful of concrete landing-page scenarios out of the box.
The workflow is a short loop of adding a post and letting Jekyll rebuild the site.
/img/services/ directory._posts folder with front matter specifying the layout as default, the image filename, the category Services, and a title.jekyll build or serve the site locally; Jekyll generates a static landing page that displays each post as a service section.Yes. The theme is open source and licensed under Apache 2.0, so you can use, modify, and redistribute it freely, including for commercial projects.
Create a new Markdown post in the _posts directory with front matter including layout: default, an img filename that exists in /img/services/, a category: Services, and a title. The body of the post becomes the service description.
No. Because it is built with Jekyll, the site is a set of static HTML files generated from Markdown. You can host it on any static hosting service such as GitHub Pages.
The theme page does not specify a minimum Jekyll version, but it follows standard Jekyll conventions for layouts, posts, and static files, so it works with typical Jekyll installations.
