Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Bootstrap-based Jekyll theme for developers to showcase GitHub projects, blog with timelines, and manage bookmarks.
Yummy is a free, open-source Bootstrap-based Jekyll theme built for developers who want a personal website that blends a blog, a GitHub project showcase, and a bookmark collection. The theme was created by DONGChuan and is compatible with Jekyll 3.x and GitHub Pages.
Yummy Jekyll Theme is a static-site theme that runs on Jekyll, the Ruby-based blog-aware static site generator, and is designed to deploy on GitHub Pages. It takes standard Jekyll Markdown posts, a GitHub username, and a bookmark list as inputs, and produces a personal website with a homepage, blog timeline, open-source project pages, and a bookmark page. The theme is built on the Bootstrap framework and styled with its default CSS grid and components.
_posts folder structure.bookmark.md file; the page is generated automatically from that file.no-post-nav: true in a post's Front Matter to hide it.Username.github.io repository.bookmark.md.bower install to install the Bootstrap and other front-end dependencies defined in bower.json.bundle install to install Jekyll and its Ruby dependencies defined in the Gemfile._config.yml with your own site settings./_posts using the standard Jekyll filename format (for example, 2016-01-19-i-love-yummy.md).Username.github.io repository, then the theme will be live.Yes, the theme is open source under the Apache License 2.0. You can use, modify, and distribute it freely, and the repository is available on GitHub.
Yes, it is specifically designed to work with Jekyll 3.x and GitHub Pages. The recommended workflow is to fork the repository and rename it to Username.github.io.
Yes. For any post where you do not want the automatic heading-based directory, set no-post-nav: true in the post's Front Matter.
To run the theme locally you need Bower and Bundler installed. Then run bower install and bundle install; the theme's README links to Stack Overflow fixes for common json, jekyll-paginate, and SSL_connect errors.
Note: The README mentions that local testing currently requires an internet connection; the developer says the bug will be fixed soon.
