All Projects β†’ mmistakes β†’ Jekyll Theme Unit Test

mmistakes / Jekyll Theme Unit Test

Licence: mit
πŸ“Ž Sample Jekyll content (posts, pages, collections, and images) to test your theme against.

Projects that are alternatives of or similar to Jekyll Theme Unit Test

Mundana Theme Jekyll
Mundana is a free Jekyll theme, Medium styled.
Stars: ✭ 402 (+834.88%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (+1200%)
Mutual labels:  jekyll, jekyll-themes
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (+941.86%)
Mutual labels:  jekyll, jekyll-themes
Sleek
πŸ“ˆ Sleek is a modern Jekyll theme focused on speed performance & SEO best practices
Stars: ✭ 321 (+646.51%)
Mutual labels:  jekyll, jekyll-themes
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+1727.91%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (+704.65%)
Mutual labels:  jekyll, jekyll-themes
Flexible Jekyll
Flexible-Jekyll is a simple and clean theme for Jekyll
Stars: ✭ 531 (+1134.88%)
Mutual labels:  jekyll, jekyll-themes
business-jekyll-theme
Business Jekyll Theme for your business
Stars: ✭ 43 (+0%)
Mutual labels:  jekyll, jekyll-themes
Particle
A simple portfolio Jekyll theme:
Stars: ✭ 747 (+1637.21%)
Mutual labels:  jekyll, jekyll-themes
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+1530.23%)
Mutual labels:  jekyll, jekyll-themes
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+8686.05%)
Mutual labels:  jekyll, jekyll-themes
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-65.12%)
Mutual labels:  jekyll, jekyll-themes
Cards Jekyll Template
A simple Jekyll Template Card Based.
Stars: ✭ 306 (+611.63%)
Mutual labels:  jekyll, jekyll-themes
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (+737.21%)
Mutual labels:  jekyll, jekyll-themes
eventually-jekyll-theme
A Jekyll version of the "Eventually" theme by HTML5 UP.
Stars: ✭ 26 (-39.53%)
Mutual labels:  jekyll, jekyll-themes
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+1118.6%)
Mutual labels:  jekyll, jekyll-themes
dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: ✭ 29 (-32.56%)
Mutual labels:  jekyll, jekyll-themes
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-53.49%)
Mutual labels:  jekyll, jekyll-themes
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+1427.91%)
Mutual labels:  jekyll, jekyll-themes
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1897.67%)
Mutual labels:  jekyll, jekyll-themes

Jekyll Theme Unit Test

I found myself creating dummy content over and over again to test Jekyll themes against. So to save time I put together a collection of posts, pages, and collections that cover all sorts of edge cases one might encounter.

This was predominately built to test my Jekyll themes so there are a few layout specific tests in there. But otherwise it should be a solid starting point to test your project against.

Usage

Simply copy the files into your project and assign layout: as a Front Matter default. Layouts haven't been assigned to make things more flexible as everyone names them differently.

Examples:

defaults:
  
  # all posts
  - scope:
      path: ""
      type: posts
    values:
      layout: single
      author_profile: true
      read_time: true
      comments: true
      share: true
      related: true

  # all _pages
  - scope:
      path: ""
      type: pages
    values:
      layout: single

  # recipes collection
  - scope:
      path: ""
      type: recipes
    values:
      layout: single
  
  # pets collection
  - scope:
      path: ""
      type: pets
    values:
      layout: single

  # portfolio collection
  - scope:
      path: ""
      type: portfolio
    values:
      layout: single

Sample Content

Name Description Layout Dependent
authors authors.yml data file for testing multi-author sites Yes
drafts sample draft posts No
includes various helpers for generating galleries, feature blocks, table of contents, etc. Yes
pages sample pages, 404 error page, and various Liquid-based archives No
collections collection documents for _pets, _recipes, _portfolio No
posts sample posts with a range of content and edge-cases Yes
images image assets found in sample posts and collections No

Some archives make use of the group-by-array include helper.


License

MIT License

Copyright (c) 2016 Michael Rose

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].