Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal and clean free Jekyll theme for blogs with featured posts, tags, Disqus comments, and social links.
Jekyll Type is a free, minimal, and clean Jekyll theme for blogs, featuring a card-based post layout, tag archives, and a sidebar navigation. It takes Markdown content and produces a static site via Jekyll, with compressed Sass styling and a star indicator for featured posts.
Jekyll Type is a free and open-source Jekyll theme created by Aspire Themes, designed for personal blogs and content-focused websites. It takes Markdown posts and pages as input and generates a static site with sidebar navigation, paginated post cards, and tag archives. The theme runs on Jekyll, a Ruby-based static site generator, and is distributed via GitHub.
featured: true in front matter to add a star icon to its postcard.jekyll-tagging plugin, with tags shown on posts and a dedicated tag page layout._includes/disqus.html (line 12) with your own Disqus account shortname._includes/footer.html._pages directory._config.yml file.jekyll-paginate gem._drafts directory, which Jekyll excludes from production builds by default._config.yml setup._posts and have them displayed as paginated post cards with optional featured images.bundle install to install Jekyll dependencies, then jekyll serve to preview locally._config.yml with your title, description, and social media URLs._posts and pages to _pages.jekyll-tagging plugin isn't whitelisted; you need a different host for full tag functionality.Tags don't work on GitHub Pages because the jekyll-tagging plugin is not included in GitHub's whitelist. The author uses Netlify for deployment to get tag pages working. The rest of the theme works on GitHub Pages if you remove the tag plugin.
Open _includes/disqus.html and replace the default shortname aspirethemes-demos on line 12 with your own Disqus shortname, then register your site with Disqus. The embed script will load on your posts.
The _config.yml sets paginate: 60, so the blog index displays up to 60 posts per page. You can change this number in the config file.
Add featured: true to the front matter of a post. The theme then places a star icon on that post's card on the blog index.
The theme uses Evil Icons, which provides simple icons for Twitter, Facebook, Instagram, Pinterest, Vimeo, Google Plus, SoundCloud, Tumblr, and YouTube. Add them to _includes/footer.html with a single span element each.
Jekyll Type is free to use and open source, distributed via GitHub. No paid tiers or premium features are listed.