I got tired of looking for octopress themes through the table view on the Octopress Wiki Pages so I made a simple gallery for easier browsing. All the data was curated from the Octopress Wiki pages by using a simple Ruby Script.
The site is built with jekyll, so you can easily submit pull requests by doing the next few steps:
- Fork the repo
- Create a new post in the
_posts
directory, named "YYYY-MM-DD-#{theme_name.underscore.dasherize}". - Add data to the post, following the Jekyll front matter format, e.g:
---
title: BlogTheme
slug: blog-theme
github_link: https://github.com/username/repo
demo_preview: http://example-demo.com
demo_screenshot: http://example-screenshot.com (this is only needed if there isn't a live demo)
description: E.G: Minimal and responsive theme
---
- Add a screenshot sized 400x300px in the
screenshots
folder. The screenshot should be in a png format, and be named as the slug name of the theme (so, if the name of the theme is 'SuperTheme', the screenshot file should be 'super-theme.png').
The layout used is an open source template called Drifolio-Bootstrap by @srizon.
The site was inspired by Jekyll Themes.