Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Autumn is a minimalistic, duo-chromatic Jekyll theme that pairs a prominent headline with two column content.
Autumn is a minimalistic, duo-chromatic Jekyll theme created by Connor Baer that pairs a prominent headline with two-column content. It is a fully furnished Jekyll setup—you clone the repository, install Ruby gems with bundle install and Node modules with yarn (or npm), then run yarn start to launch a local server on port 4000. The theme is open-sourced under the MIT license and, while no longer actively maintained, still works as-is and accepts pull requests and issues. It is designed for static sites generated by Jekyll, taking Markdown content and producing a clean blog or portfolio layout.
The standout trait is its duo-chromatic design: only two colors define the visual palette, giving the site a restrained, focused look. The prominent headline plus two-column content structure immediately orients readers. Autumn also includes a dark theme, which can be enabled through options in the _config.yml file—the same file where all customizable options live. For a theme, it ships with a complete toolchain: Ruby gems via Bundler and front-end dependencies via yarn/npm, so setup is scripted rather than manual. The repository includes a screenshot on its gh-pages branch and has earned 39 stars on GitHub.
Jekyll developers who want a minimal starting point can use Autumn as a base and override its configuration. Bloggers who prefer a two-column reading layout with a strong headline can publish Markdown posts without writing any HTML. Design-curious users can experiment with the duo-chromatic palette and dark theme toggle by editing _config.yml settings. Because it is unmaintained, developers who are comfortable maintaining open-source themes themselves will get the most value.
bundle install and yarn, then yarn start to serve a blog locally on port 4000._config.yml to switch on the dark theme or adjust other options, then rebuild the site with Jekyll.Autumn works like a standard Jekyll theme. After cloning the repository, you install the Ruby gems defined in the Gemfile with bundle install and the Node packages with yarn. Running yarn start starts the Jekyll server with the theme's defaults. Content is authored in Markdown, and Jekyll builds the site using the theme's layouts and styles. The configuration file _config.yml controls options like the dark theme.
Autumn is free and open source under the MIT license. There are no paid tiers or premium features.
Yes, Autumn is released under the MIT license, so you can use, modify, and redistribute it freely without cost.
No, the repository is no longer actively maintained, but the theme should work as-is. The original author welcomes bug fixes and feature requests through pull requests, and issues can be opened for help.
Clone the repository, run bundle install to install Ruby gems and yarn to install Node modules, then run yarn start to start the Jekyll server on port 4000.
Yes, Autumn supports a dark theme that can be enabled via options in the _config.yml file. The specific option name is visible in that file.
A duo-chromatic theme uses exactly two colors in its design palette. Autumn pairs this restrained color scheme with a prominent headline and two-column content to create a minimalistic look.
