All Projects → jekyll → directory

jekyll / directory

Licence: CC-BY-4.0 license
Plugins and Themes discovery for Jekyll, built with Jekyll.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to directory

Wu Kan.github.io
✨ my homepage & template for jekyll-theme-WuK
Stars: ✭ 171 (+470%)
Mutual labels:  jekyll-themes
White Paper
Simple, elegant and clean jekyll theme.
Stars: ✭ 195 (+550%)
Mutual labels:  jekyll-themes
jekyll-theme-mint
A clean and responsive jekyll theme
Stars: ✭ 16 (-46.67%)
Mutual labels:  jekyll-themes
Resume
A minimalist resume template for Jekyll and Hexo
Stars: ✭ 174 (+480%)
Mutual labels:  jekyll-themes
No Style Please
A (nearly) no-CSS, fast, minimalist Jekyll theme.
Stars: ✭ 192 (+540%)
Mutual labels:  jekyll-themes
Jekyll Mdl
A Jekyll theme based in Google Material Design Lite library.
Stars: ✭ 227 (+656.67%)
Mutual labels:  jekyll-themes
Holo Alfa
A minimalist, mobile first Jekyll theme.
Stars: ✭ 163 (+443.33%)
Mutual labels:  jekyll-themes
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+440%)
Mutual labels:  jekyll-themes
Bulma Clean Theme
A clean and modern Jekyll theme based on Bulma
Stars: ✭ 194 (+546.67%)
Mutual labels:  jekyll-themes
jasper2
Full-featured Jekyll port of Ghost's default theme Casper v2 👻
Stars: ✭ 725 (+2316.67%)
Mutual labels:  jekyll-themes
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (+493.33%)
Mutual labels:  jekyll-themes
Jekyll Remote Theme
Jekyll plugin for building Jekyll sites with any GitHub-hosted theme
Stars: ✭ 188 (+526.67%)
Mutual labels:  jekyll-themes
Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+683.33%)
Mutual labels:  jekyll-themes
Compass
The Jekyll theme for your personal landing page.
Stars: ✭ 171 (+470%)
Mutual labels:  jekyll-themes
agency-jekyll-theme
Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
Stars: ✭ 222 (+640%)
Mutual labels:  jekyll-themes
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (+450%)
Mutual labels:  jekyll-themes
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (+643.33%)
Mutual labels:  jekyll-themes
jekyll-favicon
Favicon generator and tag for Jekyll.
Stars: ✭ 17 (-43.33%)
Mutual labels:  jekyll-plugins
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+153.33%)
Mutual labels:  jekyll-themes
Jekyll Serif Theme
Serif is a beautiful business theme for Jekyll.
Stars: ✭ 235 (+683.33%)
Mutual labels:  jekyll-themes

jekyllrb.com/directory/

Plugins and themes discovery for Jekyll, built with Jekyll – A proposal.

Build Status

NOTE: This is just a proposal and does not represent any functionality of Jekyll at present.

Adding your plugin or your theme

  1. Fork the repository

  2. Create a feature branch like my-cool-plugin

  3. Add a new file in _plugins or _themes with the name of your plugin as the slug (e.g. my-cool-plugin.markdown)

  4. Add plugin or theme info in YAML front-matter:

    ---
    title: My-Cool-Plugin
    description: >
      I make jekyll cooler, yo. [Check this demo](http://demo.example.com)
    author: mygithubusername
    git: git://github.com/clone/url/for/my/project.git
    repository: https://github.com/ericdfields/Jekyll-Dribbble-Set-Tag
    ---
  5. Save and submit a PR to this repo

Your plugin/theme will be added to the site once your pull-request has been merged.

Plugins are Gems

In an effort to make versioning and distribution as simple as possible, your Ruby-based plugin should be distributed as a gem. This project hopes to make the _plugins folder somewhat obsolete, as Jekyll will simply autoload your plugin.

Themes are gems

You are encouraged to package your themes as RubyGems, to make it easier for users to install and to be able to benefit from updates. Jekyll provides a jekyll new-theme command to help you get started since v3.2.

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