All Projects → benbalter → Jekyll Style Guide

benbalter / Jekyll Style Guide

Licence: cc0-1.0
An opinionated guide to common Jekyll design patterns and anti-patterns.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Jekyll Style Guide

Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-24.14%)
Mutual labels:  jekyll
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+15360.34%)
Mutual labels:  jekyll
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-10.34%)
Mutual labels:  jekyll
Netlify Plugin Ghost Markdown
Returns Ghost content as markdown files for static site generators like Jekyll to consume.
Stars: ✭ 46 (-20.69%)
Mutual labels:  jekyll
Pep8 Style Guide For Python Code
Python 代码风格指南 & 编程规范
Stars: ✭ 49 (-15.52%)
Mutual labels:  style-guide
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-12.07%)
Mutual labels:  jekyll
Jekyll Theme Unit Test
📎 Sample Jekyll content (posts, pages, collections, and images) to test your theme against.
Stars: ✭ 43 (-25.86%)
Mutual labels:  jekyll
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-5.17%)
Mutual labels:  jekyll
Retlab
A minimalist Jekyll theme for your personal site
Stars: ✭ 49 (-15.52%)
Mutual labels:  jekyll
Merlot
Merlot is a Jekyll theme for GitHub Pages
Stars: ✭ 52 (-10.34%)
Mutual labels:  jekyll
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-20.69%)
Mutual labels:  jekyll
Snipcart Jekyll
Demo for a Snipcart powered e-commerce store built with Jekyll
Stars: ✭ 48 (-17.24%)
Mutual labels:  jekyll
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-12.07%)
Mutual labels:  jekyll
Godot Style Guide
Style guide for Godot projects
Stars: ✭ 45 (-22.41%)
Mutual labels:  style-guide
Einverne.github.io
personal blog,using jekyll-bootstrap,powered by github page
Stars: ✭ 55 (-5.17%)
Mutual labels:  jekyll
Huijing.github.io
🐰 The chronicles of a self-taught designer and developer
Stars: ✭ 43 (-25.86%)
Mutual labels:  jekyll
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-13.79%)
Mutual labels:  jekyll
Darcli
A dark + cli jekyll theme
Stars: ✭ 57 (-1.72%)
Mutual labels:  jekyll
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1767.24%)
Mutual labels:  jekyll
Mzlogin.github.io
Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog
Stars: ✭ 1,060 (+1727.59%)
Mutual labels:  jekyll

Jekyll style guide

Build Status

Introduction

What is this thing?

An opinionated guide to common Jekyll design patterns and anti-patterns.

Why write this?

Jekyll's incredibly flexible, but in some instances, the lack of common conventions make things harder for users.

For one, there are many common design patterns that are still relatively unknown to new users (e.g., using permalink: /about/ in about.md, rather than creating /about/index.md).

For another, when writing a plugin or theme intended to be used across sites, should it look for site.title or site.name? site.description or site.tagline? Moar options, moar problems.

This style guide aims to make it easier to create awesome Jekyll sites by codifying and surfacing Jekyll best practices.

Current status

This document is an early draft intended to collect feedback. Once a 1.0 is reached, it'd be cool to create a Jekyll site to display the rules and/or a Jekyll linter to enforce site-wide styles.

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].