Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A fast, simple, and privacy-respecting Jekyll theme for landing pages and personal websites with blog support.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
LightSpeed is a fast, simple, and privacy-respecting Jekyll theme designed for landing pages and personal websites, with built-in post support for blogging.
LightSpeed is a Jekyll theme that serves as both a landing page and a personal website template, including support for publishing blog posts. It runs on Jekyll, a static site generator that produces plain HTML output with no server-side dependencies. The theme was created by its author primarily to act as the template for their own personal website. It relies on several Jekyll plugins: jekyll-feed for RSS, jekyll-seo-tag for search-engine metadata, and jekyll-paginate-v2 for pagination and dynamic categories.
LightSpeed is aimed at developers who want a straightforward Jekyll-themed personal website without extra complexity. It suits Jekyll users who need a landing page with a blog and prefer a minimal, privacy-respecting setup. It also works well for those who want to customize a theme, since the CSS is adapted from Jeremy Thomas' 'Web Design in 4 Minutes' and the code is structured for easy modification.
Setup requires adding the gems jekyll, jekyll-feed, jekyll-seo-tag, and jekyll-paginate-v2 to your Gemfile, then running bundle install. The SEO tag is optional and can be removed without breaking other features. To enable analytics, edit _config.yml with a plausible block containing enabled, site_fqdn, and script_source keys.
Yes. The theme includes post support and integrates jekyll-paginate-v2 for pagination and dynamic categories, so you can publish and organize blog posts.
The theme integrates jekyll-seo-tag, which handles common SEO metadata like titles and descriptions. The documentation says SEO is optional and can be removed without affecting the rest of the theme.
LightSpeed includes configuration for Plausible Analytics, a privacy-respecting analytics service. You can enable it by editing the _config.yml file and providing your site's FQDN and script source, including support for self-hosted Plausible.
Yes. Syntax highlighting is powered by Prism.js, and the theme documentation points to Prism's CDN usage guide for switching providers or customizing the highlighting theme.