Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll theme for blog posts with archive and Atom feed, ready to fork.
jekyll-minimal-theme is a minimal Jekyll static site generator theme for blog posts with an archive and Atom feed, designed as a ready-to-fork template pack on GitHub.
jekyll-minimal-theme is a minimal Jekyll static site generator theme that takes Markdown blog posts and SCSS styles and produces a static HTML site with an index, archive, individual post pages, and an Atom feed. It runs on Jekyll, the Ruby-based static site generator, and is published by Henrythemes on GitHub with a live demo at henrythemes.github.io/jekyll-minimal-theme.
_layouts/default.html and _layouts/post.html, plus index.html, archive.html, and feed.xml for an Atom feed.css/_settings.scss, covering masthead, post title, link, body, heading, blockquote, pre, and table colors, plus font-family for body and code._posts/ follow the YEAR-MONTH-DAY-TITLE.MARKUP format; with permalink: /:title.html, each post becomes a clean .html file at the site root._config.yml, and sample posts can be deleted to start fresh._site folder containing the generated HTML pages and a compiled css/style.css._posts/, and publish their own posts with a minimal design.archive.html and feed.xml out of the box, covering two common blog needs._config.yml for your title and URL and adding posts in Markdown._layouts, _posts, css/_settings.scss, and the _site output./:title.html._posts/ and change site.title, site.url, and author settings in _config.yml._site folder (for example, jekyll build or jekyll serve).index.html, archive.html, feed.xml, individual post pages, and css/style.css.Free — the theme is dedicated to the public domain, so there is no cost or licensing restriction.
Fork or download the repository, delete the sample posts in _posts/, update title, url, and author in _config.yml, then run Jekyll to generate your site. The _site folder will contain the built HTML pages.
Yes. The theme and its scripts are dedicated to the public domain, meaning you can use them without restrictions and without paying licensing fees.
The template includes index.html for the blog index, archive.html for post archives, feed.xml for an Atom feed, and two layouts: default.html and post.html. It also includes css/style.scss with a _settings.scss variables file.
Yes. All color and font variables are defined in css/_settings.scss. You can edit the font stacks for body and code, plus masthead, post title, link, heading, blockquote, and table colors.
Posts live in _posts/ and must use the YEAR-MONTH-DAY-TITLE.MARKUP format. With permalink: /:title.html in the config, each post is generated as a clean .html file at the site root.
