Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist Jekyll theme for your personal site

Star Template is a simple 2-column website template using red and yellow colors.

Jekyll microtheme that renders a personal homepage as a JSON object, with typed.js, Open Color colors, and the Hack monospaced font.

A lightweight Jekyll theme for single-page personal websites that aggregates links to social media profiles.

Open-source Tailwind CSS starter template for a single-page user profile website or card.

Personal website and developer blog ahurle.dev powered by Next.js, TypeScript, React, Theme UI, and MDX.
Retlab is a minimalist Jekyll theme for personal sites, distributed as a GitHub remote theme that you add to a site with one line in the configuration.
Retlab is a minimalist Jekyll theme built for personal sites. It takes a standard Jekyll site with posts and pages and renders them through a pre-built layout that includes header navigation, footer navigation, a contact page, and optional Disqus comments. The theme is installed as a remote theme by setting remote_theme: benbalter/retlab in your site's _config.yml, and it is maintained by Ben Balter.
remote_theme: benbalter/retlab to _config.yml to start using Retlab without copying theme files into your repository./assets/img/header.jpg to customize the site's banner.nav_pages in _config.yml.footer_pages configuration.disqus.shortname and enable comments: true in front matter to add threaded discussion to posts.contact_links with name, URL, and icon to display links to Twitter, Facebook, or other profiles.jekyll-seo-tag, jekyll-avatar, jekyll-github-metadata, and jekyll-feed.post layout with comments on for posts and the page layout with comments off for pages.After adding remote_theme: benbalter/retlab to your Jekyll configuration, save a header image to /assets/img/header.jpg. Then customize the theme by specifying nav_pages, footer_pages, disqus, and contact_links in _config.yml. The theme reads these settings and automatically generates the navigation and page elements.
jekyll-avatar and jekyll-github-metadata integrations.Add this line to your site's _config.yml: remote_theme: benbalter/retlab. Then run bundle exec jekyll serve locally or push to GitHub Pages to see the theme applied.
The header image should be 400px by 1140px, saved to /assets/img/header.jpg.
Retlab's setup includes jekyll-seo-tag, jekyll-avatar, jekyll-github-metadata, and jekyll-feed. You can add these plugins to your site's _config.yml as shown in the repository's configuration example.
