Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, open source Jekyll theme for GitHub Pages focused on writing and content.
Simpol Theme is a minimal, open source Jekyll theme for GitHub Pages that puts the emphasis on writing and content with a clean, distraction-free layout. Designed and maintained by Scott Mathson of Mathson Design Co., it is distributed as a Jekyll theme gem (simpol-jekyll-theme) and as a forkable GitHub repository, and it also runs locally via Docker.
Simpol Theme is a Jekyll-based static site theme focused on minimalism and readability. It takes standard Jekyll posts and pages written in Markdown and renders them into a lightweight static site with a single CSS stylesheet, optimized for search engines and fast loading. The theme is open source, available on GitHub, and installable via gem install simpol-jekyll-theme, as a fork of the repository, or through docker-compose up for local development.
_config.yml file.Simpol Theme is for bloggers and writers who want a no-frills online presence without sacrificing performance. It suits developers who are comfortable with Jekyll and want to publish to GitHub Pages, and it also fits personal sites and portfolios that prioritize content over visual clutter. Because it is authored by a designer, the typography and spacing are tuned for long-form reading.
bundle exec jekyll serve locally. The config file controls key settings without touching templates.docker-compose up, making local preview reproducible across machines.The theme is a standard Jekyll site. You add posts as Markdown files in the _posts directory, configure the _config.yml for your site's greeting, navigation, and analytics, then build the site with Jekyll. Installation paths include forking the GitHub repo, installing the gem, or using Docker Compose. The project links to setup guides for adding new posts, using Markdown, and deploying to GitHub Pages.
Yes, Simpol Theme is open source and released under a permissive license. You can download it from GitHub, install it as a Ruby gem, or run it with Docker without paying a license fee.
You can install it by running gem install simpol-jekyll-theme, by forking the GitHub repository and running bundle install followed by bundle exec jekyll serve, or by using Docker with docker-compose up from the project directory.
Yes, the theme includes easy site-wide Google Analytics integration that you can configure in the _config.yml file. After adding your tracking ID, analytics code appears on all pages.
Yes, navigation, footer, greeting, sub-greeting, links, and logo can all be managed from the Jekyll configuration file. The theme ships with a single CSS stylesheet, so deeper styling changes will require editing that stylesheet.
Simpol Theme includes social sharing buttons for Twitter, Facebook, and email on every post. It also generates a sitemap and an XML feed for syndication.
