├── .gitignore ├── .rubocop.yml ├── .travis.yml ├── CONTRIBUTING.md ├── Gemfile ├── History.markdown ├── LICENSE ├── README.md ├── _config.yml ├── _data ├── github_pages.yml ├── plugins.yml └── themes.yml ├── _includes ├── analytics.html ├── footer.html ├── header.html ├── plugin-copy-and-paste-installation.html ├── plugin-rubygems-installation.html ├── primary-nav-items.html ├── theme-copy-and-paste-installation.html ├── theme-rubygems-installation.html └── top.html ├── _layouts ├── default.html ├── page.html ├── plugin.html └── theme.html ├── _plugins ├── Jekyll-Art-Gallery-Plugin.md ├── Jekyll-Dribbble-Set-Tag.md ├── Jekyll-Models.md ├── Jekyll-Ordinal.md ├── Jekyll-Sort.md ├── Jekyll-Spotify.md ├── JekyllGalleryTag.md ├── _plugins.md ├── algoliasearch-jekyll.md ├── alias-generator.md ├── amp-jekyll.md ├── bibjekyll.md ├── category-archive.md ├── deprecating_keeper.md ├── domain_name-liquid_filter.md ├── emoji_for_jekyll.md ├── full-text-search.md ├── grunt-jekyll.md ├── i18n-filter.md ├── include-absolute.md ├── indii-jekyll-flickr.md ├── jade-jekyll-plugin.md ├── jekyll-500px-embed.md ├── jekyll-admin.md ├── jekyll-archives.md ├── jekyll-asciidoc.md ├── jekyll-asciinema.md ├── jekyll-asset-path.md ├── jekyll-asset_bundler.md ├── jekyll-assets.md ├── jekyll-atom.md ├── jekyll-author-plugin.md ├── jekyll-auto-image.md ├── jekyll-autolink_email.md ├── jekyll-avatar.md ├── jekyll-beastiepress.md ├── jekyll-bigfootnotes.md ├── jekyll-citation.md ├── jekyll-cloudinary.md ├── jekyll-coffeescript.md ├── jekyll-commonmark.md ├── jekyll-compass.md ├── jekyll-compose.md ├── jekyll-contentblocks.md ├── jekyll-contentful-data-import.md ├── jekyll-data.md ├── jekyll-default-layout.md ├── jekyll-ditaa.md ├── jekyll-docs.md ├── jekyll-email-protect.md ├── jekyll-embedly-client.md ├── jekyll-feed.md ├── jekyll-figure.md ├── jekyll-flickr-photoset.md ├── jekyll-flickr.md ├── jekyll-ga.md ├── jekyll-gallery-generator.md ├── jekyll-geocode.md ├── jekyll-gist.md ├── jekyll-git_metadata.md ├── jekyll-github-metadata.md ├── jekyll-github-sample.md ├── jekyll-gitlab-letsencrypt.md ├── jekyll-glossary_tooltip.md ├── jekyll-google_search_console_verification_file.md ├── jekyll-humanize.md ├── jekyll-i18n_tags.md ├── jekyll-ideal-image-slider-include.md ├── jekyll-ideal-image-slider.md ├── jekyll-image-set.md ├── jekyll-image-tag.md ├── jekyll-image_optimizer.md ├── jekyll-import.md ├── jekyll-include-cache.md ├── jekyll-jade.md ├── jekyll-jalali.md ├── jekyll-js-minify-plugin.md ├── jekyll-json.md ├── jekyll-lazy-tweet-embedding.md ├── jekyll-live-tiles.md ├── jekyll-localization.md ├── jekyll-maps.md ├── jekyll-mentions.md ├── jekyll-menus.md ├── jekyll-mermaid.md ├── jekyll-minibundle.md ├── jekyll-minifier.md ├── jekyll-money.md ├── jekyll-only_first_p.md ├── jekyll-optional-front-matter.md ├── jekyll-pageless-redirects.md ├── jekyll-pages-directory.md ├── jekyll-paginate-category.md ├── jekyll-paginate-v2.md ├── jekyll-pagination.md ├── jekyll-pandoc-multiple-formats.md ├── jekyll-picture-tag.md ├── jekyll-portfolio-generator.md ├── jekyll-postfiles.md ├── jekyll-press.md ├── jekyll-prism-plugin.md ├── jekyll-random.md ├── jekyll-readme-index.md ├── jekyll-redirect-from.md ├── jekyll-references.md ├── jekyll-relative-links.md ├── jekyll-rendering.md ├── jekyll-responsive-image.md ├── jekyll-roman.md ├── jekyll-rst.md ├── jekyll-scholar.md ├── jekyll-seo-tag.md ├── jekyll-sitemap.md ├── jekyll-slideshow.md ├── jekyll-slim.md ├── jekyll-sort.md ├── jekyll-soundcloud.md ├── jekyll-suggested-tweet.md ├── jekyll-swfobject.md ├── jekyll-tagging.md ├── jekyll-tagslist.md ├── jekyll-textile-converter.md ├── jekyll-thumbnail-filter.md ├── jekyll-thumbnailer.md ├── jekyll-timeago.md ├── jekyll-titles-from-headings.md ├── jekyll-toc-generator.md ├── jekyll-toc.md ├── jekyll-tweet-tag.md ├── jekyll-twitter-plugin.md ├── jekyll-typogrify.md ├── jekyll-uglify-filter.md ├── jekyll-umlauts.md ├── jekyll-uncss.md ├── jekyll-version-plugin.md ├── jekyll-video-embed.md ├── jekyll-vimeo-plugin.md ├── jekyll-webmention_io.md ├── jekyll-youtube-lazyloading.md ├── jekyll-youtube.md ├── jekyll_alias_generator.md ├── jekyll_date_chart.md ├── jekyll_figure.md ├── jekyll_flickr_set_tag.md ├── jekyll_image_encode.md ├── jekyll_indextank.md ├── jekyll_inline_highlight.md ├── jekyll_oembed.md ├── jekyll_quick_man.md ├── jekyll_smilify.md ├── jekyll_ts.md ├── jemoji.md ├── jeql.md ├── kramdown-with-pygments.md ├── liquid-md5.md ├── liquid_pluralize.md ├── liquid_reading_time.md ├── markdown-writer.md ├── match_regex.md ├── monthly-archive-plugin.md ├── piwigo_gallery.md ├── pug-jekyll-plugin.md ├── related_posts-jekyll_plugin.md ├── remote_file_content.md ├── replace_regex.md ├── rss-generator.md ├── rust_playground_highlight.md ├── singlepage-jekyll.md ├── sitemap-generator.md ├── sublime-jekyll.md ├── truncatehtml.md ├── twemoji-awesome.md └── vim-jekyll.md ├── _sass ├── _gridism.scss ├── _normalize.scss └── pygments.scss ├── _themes ├── alpha_jekyll_theme.md ├── dimension_jekyll_theme.md ├── editorial_jekyll_theme.md ├── eventually_jekyll_theme.md ├── forty_jekyll_theme.md ├── fractal_jekyll_theme.md ├── future_imperfect_jekyll_theme.md ├── highlights_jekyll_theme.md ├── hyperspace_jekyll_theme.md ├── identity_jekyll_theme.md ├── jekyll-swiss.md ├── jekyll-theme-architect.md ├── jekyll-theme-cayman.md ├── jekyll-theme-dinky.md ├── jekyll-theme-hacker.md ├── jekyll-theme-leap-day.md ├── jekyll-theme-merlot.md ├── jekyll-theme-midnight.md ├── jekyll-theme-minimal.md ├── jekyll-theme-modernist.md ├── jekyll-theme-slate.md ├── jekyll-theme-tactile.md ├── jekyll-theme-time-machine.md ├── lens_jekyll_theme.md ├── material-bliss-jekyll-theme.md ├── minima.md ├── multiverse_jekyll_theme.md ├── phantom_jekyll_theme.md ├── solid_state_jekyll_theme.md ├── spectral_jekyll_theme.md ├── stellar_jekyll_theme.md └── strata_jekyll_theme.md ├── archive.html ├── assets ├── css │ └── style.scss ├── img │ ├── footer-logo.png │ ├── logo-2x.png │ └── themes │ │ ├── alpha_jekyll_theme.jpg │ │ ├── dimension_jekyll_theme.jpg │ │ ├── editorial_jekyll_theme.jpg │ │ ├── eventually_jekyll_theme.jpg │ │ ├── forty_jekyll_theme.jpg │ │ ├── fractal_jekyll_theme.jpg │ │ ├── fullscreen │ │ ├── alpha_jekyll_theme.jpg │ │ ├── dimension_jekyll_theme.jpg │ │ ├── editorial_jekyll_theme.jpg │ │ ├── eventually_jekyll_theme.jpg │ │ ├── forty_jekyll_theme.jpg │ │ ├── fractal_jekyll_theme.jpg │ │ ├── future_imperfect_jekyll_theme.jpg │ │ ├── highlights_jekyll_theme.jpg │ │ ├── hyperspace_jekyll_theme.jpg │ │ ├── identity_jekyll_theme.jpg │ │ ├── jekyll-swiss.jpg │ │ ├── jekyll-theme-architect.jpg │ │ ├── jekyll-theme-cayman.jpg │ │ ├── jekyll-theme-dinky.jpg │ │ ├── jekyll-theme-hacker.jpg │ │ ├── jekyll-theme-leap-day.jpg │ │ ├── jekyll-theme-merlot.jpg │ │ ├── jekyll-theme-midnight.jpg │ │ ├── jekyll-theme-minimal.jpg │ │ ├── jekyll-theme-modernist.jpg │ │ ├── jekyll-theme-slate.jpg │ │ ├── jekyll-theme-tactile.jpg │ │ ├── jekyll-theme-time-machine.jpg │ │ ├── lens_jekyll_theme.jpg │ │ ├── material-bliss-jekyll-theme.png │ │ ├── minima.jpg │ │ ├── multiverse_jekyll_theme.jpg │ │ ├── phantom_jekyll_theme.jpg │ │ ├── solid_state_jekyll_theme.jpg │ │ ├── spectral_jekyll_theme.jpg │ │ ├── stellar_jekyll_theme.jpg │ │ └── strata_jekyll_theme.jpg │ │ ├── future_imperfect_jekyll_theme.jpg │ │ ├── highlights_jekyll_theme.jpg │ │ ├── hyperspace_jekyll_theme.jpg │ │ ├── identity_jekyll_theme.jpg │ │ ├── jekyll-swiss.jpg │ │ ├── jekyll-theme-architect.jpg │ │ ├── jekyll-theme-cayman.jpg │ │ ├── jekyll-theme-dinky.jpg │ │ ├── jekyll-theme-hacker.jpg │ │ ├── jekyll-theme-leap-day.jpg │ │ ├── jekyll-theme-merlot.jpg │ │ ├── jekyll-theme-midnight.jpg │ │ ├── jekyll-theme-minimal.jpg │ │ ├── jekyll-theme-modernist.jpg │ │ ├── jekyll-theme-slate.jpg │ │ ├── jekyll-theme-tactile.jpg │ │ ├── jekyll-theme-time-machine.jpg │ │ ├── lens_jekyll_theme.jpg │ │ ├── material-bliss-jekyll-theme.jpg │ │ ├── minima.jpg │ │ ├── multiverse_jekyll_theme.jpg │ │ ├── phantom_jekyll_theme.jpg │ │ ├── screenshots │ │ ├── alpha_jekyll_theme.jpg │ │ ├── dimension_jekyll_theme.jpg │ │ ├── editorial_jekyll_theme.jpg │ │ ├── eventually_jekyll_theme.jpg │ │ ├── forty_jekyll_theme.jpg │ │ ├── fractal_jekyll_theme.jpg │ │ ├── future_imperfect_jekyll_theme.jpg │ │ ├── highlights_jekyll_theme.jpg │ │ ├── hyperspace_jekyll_theme.jpg │ │ ├── identity_jekyll_theme.jpg │ │ ├── jekyll-swiss.jpg │ │ ├── jekyll-theme-architect.jpg │ │ ├── jekyll-theme-cayman.jpg │ │ ├── jekyll-theme-dinky.jpg │ │ ├── jekyll-theme-hacker.jpg │ │ ├── jekyll-theme-leap-day.jpg │ │ ├── jekyll-theme-merlot.jpg │ │ ├── jekyll-theme-midnight.jpg │ │ ├── jekyll-theme-minimal.jpg │ │ ├── jekyll-theme-modernist.jpg │ │ ├── jekyll-theme-slate.jpg │ │ ├── jekyll-theme-tactile.jpg │ │ ├── jekyll-theme-time-machine.jpg │ │ ├── lens_jekyll_theme.jpg │ │ ├── material-bliss-jekyll-theme.jpg │ │ ├── minima.jpg │ │ ├── multiverse_jekyll_theme.jpg │ │ ├── phantom_jekyll_theme.jpg │ │ ├── solid_state_jekyll_theme.jpg │ │ ├── spectral_jekyll_theme.jpg │ │ ├── stellar_jekyll_theme.jpg │ │ └── strata_jekyll_theme.jpg │ │ ├── solid_state_jekyll_theme.jpg │ │ ├── spectral_jekyll_theme.jpg │ │ ├── stellar_jekyll_theme.jpg │ │ ├── strata_jekyll_theme.jpg │ │ └── thumbnails │ │ ├── alpha_jekyll_theme.jpg │ │ ├── dimension_jekyll_theme.jpg │ │ ├── editorial_jekyll_theme.jpg │ │ ├── eventually_jekyll_theme.jpg │ │ ├── forty_jekyll_theme.jpg │ │ ├── fractal_jekyll_theme.jpg │ │ ├── future_imperfect_jekyll_theme.jpg │ │ ├── highlights_jekyll_theme.jpg │ │ ├── hyperspace_jekyll_theme.jpg │ │ ├── identity_jekyll_theme.jpg │ │ ├── jekyll-swiss.jpg │ │ ├── jekyll-theme-architect.jpg │ │ ├── jekyll-theme-cayman.jpg │ │ ├── jekyll-theme-dinky.jpg │ │ ├── jekyll-theme-hacker.jpg │ │ ├── jekyll-theme-leap-day.jpg │ │ ├── jekyll-theme-merlot.jpg │ │ ├── jekyll-theme-midnight.jpg │ │ ├── jekyll-theme-minimal.jpg │ │ ├── jekyll-theme-modernist.jpg │ │ ├── jekyll-theme-slate.jpg │ │ ├── jekyll-theme-tactile.jpg │ │ ├── jekyll-theme-time-machine.jpg │ │ ├── lens_jekyll_theme.jpg │ │ ├── minima.jpg │ │ ├── multiverse_jekyll_theme.jpg │ │ ├── phantom_jekyll_theme.jpg │ │ ├── solid_state_jekyll_theme.jpg │ │ ├── spectral_jekyll_theme.jpg │ │ ├── stellar_jekyll_theme.jpg │ │ └── strata_jekyll_theme.jpg └── js │ └── modernizr-2.5.3.min.js ├── favicon.png ├── feed.xml ├── img ├── article-footer.png ├── tube.png └── tube1x.png ├── index.html ├── latest.json ├── plugins.html ├── plugins.json ├── script ├── bootstrap ├── build ├── cibuild ├── fmt ├── scan ├── server └── test ├── spec ├── plugins_spec.rb └── spec_helper.rb ├── themes.html └── themes.json /.gitignore: -------------------------------------------------------------------------------- 1 | .bundle 2 | .sass-cache 3 | _site/ 4 | *.swp 5 | pkg/ 6 | test/ 7 | tmp/ 8 | Gemfile.lock 9 | -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- 1 | inherit_gem: 2 | jekyll: .rubocop.yml 3 | 4 | Style/Documentation: 5 | Enabled: false 6 | 7 | Style/FileName: 8 | Enabled: false 9 | 10 | Jekyll/NoPutsAllowed: 11 | Exclude: 12 | - script/scan 13 | 14 | AllCops: 15 | Exclude: 16 | - vendor/**/* 17 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | cache: bundler 3 | rvm: 4 | - 2.6 5 | 6 | before_script: bundle update 7 | script: script/cibuild 8 | 9 | branches: 10 | only: 11 | - master 12 | env: 13 | global: 14 | - NOKOGIRI_USE_SYSTEM_LIBRARIES=true 15 | 16 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributing 2 | 3 | ### Adding a plugin 4 | 5 | TODO 6 | 7 | ### Changing the Site 8 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | source "https://rubygems.org" 4 | 5 | gem "jekyll", "~> 3.9" 6 | gem "kramdown-parser-gfm" 7 | 8 | group :jekyll_plugins do 9 | gem "jekyll-seo-tag" 10 | gem "jekyll-sitemap" 11 | gem "jemoji" 12 | end 13 | 14 | group :test do 15 | gem "gems" 16 | gem "html-proofer" 17 | gem "rspec" 18 | gem "rubocop", "~> 0.52" 19 | end 20 | -------------------------------------------------------------------------------- /History.markdown: -------------------------------------------------------------------------------- 1 | ## HEAD 2 | 3 | * Fix wrong title (#12) 4 | * Use URL of plugin rather than our site (#25) 5 | * Rendering (#30) 6 | * Add jekyll/plugins (#29) 7 | * add jekyll-cloudinary (#32) 8 | * add algolia-search plugin (#31) 9 | * Check that gems exist (#28) 10 | * Ignore edit link urls in html-proofer (#37) 11 | * Mention Github Pages support and compatibility (#36) 12 | 13 | ### Documentation 14 | 15 | * rename `.markdown` documents in `_plugins` to `.md` (#40) 16 | 17 | ### Development Fixes 18 | 19 | * Update Rubocop (#43) 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | jekyllrb.com/directory/ 2 | ==================== 3 | 4 | Plugins and themes discovery for Jekyll, built with Jekyll – A proposal. 5 | 6 | [![Build Status](https://travis-ci.org/jekyll/plugins.svg?branch=master)](https://travis-ci.org/jekyll/plugins) 7 | 8 | ## NOTE: This is just a proposal and does not represent any functionality of Jekyll at present. 9 | 10 | ## Adding your plugin or your theme 11 | 12 | 1. Fork the repository 13 | 2. Create a feature branch like `my-cool-plugin` 14 | 3. Add a new file in `_plugins` or `_themes` with the name of your plugin as the slug (e.g. `my-cool-plugin.markdown`) 15 | 4. Add plugin or theme info in YAML front-matter: 16 | 17 | ```yaml 18 | --- 19 | title: My-Cool-Plugin 20 | description: > 21 | I make jekyll cooler, yo. [Check this demo](http://demo.example.com) 22 | author: mygithubusername 23 | git: git://github.com/clone/url/for/my/project.git 24 | repository: https://github.com/ericdfields/Jekyll-Dribbble-Set-Tag 25 | --- 26 | ``` 27 | 28 | 5. Save and submit a PR to this repo 29 | 30 | Your plugin/theme will be added to the site once your pull-request has been merged. 31 | 32 | ## Plugins are Gems 33 | 34 | In an effort to make versioning and distribution as simple as possible, 35 | 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. 36 | 37 | ## Themes are gems 38 | 39 | 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. 40 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | title: "Jekyll directory" 2 | description: "Community-built themes and plugins to level up your Jekyll experience" 3 | repository: https://github.com/jekyll/directory 4 | url: https://jekyll.github.io 5 | baseurl: /directory 6 | lang: "en_US" 7 | 8 | plugins: 9 | - jekyll-sitemap 10 | - jemoji 11 | 12 | collections: 13 | plugins: 14 | output: true 15 | themes: 16 | output: true 17 | 18 | defaults: 19 | - scope: 20 | type: plugins 21 | values: 22 | permalink: /plugins/:title/ # DO NOT CHANGE THIS DEFAULT 23 | layout: plugin # DO NOT CHANGE THIS DEFAULT 24 | type: rubygems # DO NOT CHANGE THIS DEFAULT 25 | 26 | - scope: 27 | type: themes 28 | values: 29 | permalink: /themes/:title/ # DO NOT CHANGE THIS DEFAULT 30 | layout: theme # DO NOT CHANGE THIS DEFAULT 31 | type: rubygems # DO NOT CHANGE THIS DEFAULT 32 | 33 | sass: 34 | style: compressed 35 | 36 | exclude: 37 | - CONTRIBUTING.md 38 | - Gemfile* 39 | - History.markdown 40 | - Rakefile 41 | - README.md 42 | - script 43 | - spec 44 | - vendor 45 | -------------------------------------------------------------------------------- /_data/github_pages.yml: -------------------------------------------------------------------------------- 1 | plugins: 2 | - github-pages-health-check 3 | - jekyll-redirect-from 4 | - jekyll-sitemap 5 | - jekyll-feed 6 | - jekyll-gist 7 | - jekyll-paginate 8 | - jekyll-coffeescript 9 | - jekyll-seo-tag 10 | - jekyll-github-metadata 11 | - jekyll-avatar 12 | - jemoji 13 | - jekyll-mentions 14 | - jekyll-relative-links 15 | - jekyll-optional-front-matter 16 | - jekyll-readme-index 17 | - jekyll-default-layout 18 | - jekyll-titles-from-headings 19 | themes: 20 | - minima 21 | - jekyll-swiss 22 | - jekyll-theme-architect 23 | - jekyll-theme-cayman 24 | - jekyll-theme-dinky 25 | - jekyll-theme-hacker 26 | - jekyll-theme-leap-day 27 | - jekyll-theme-merlot 28 | - jekyll-theme-midnight 29 | - jekyll-theme-minimal 30 | - jekyll-theme-modernist 31 | - jekyll-theme-primer 32 | - jekyll-theme-slate 33 | - jekyll-theme-tactile 34 | - jekyll-theme-time-machine 35 | -------------------------------------------------------------------------------- /_data/plugins.yml: -------------------------------------------------------------------------------- 1 | - grunt-jekyll 2 | - indii-jekyll-flickr 3 | - jekyll_indextank 4 | - jekyll_oembed 5 | - jekyll-admin 6 | - jekyll-algolia 7 | - jekyll-archives 8 | - Jekyll-Art-Gallery-Plugin 9 | - jekyll-asset_bundler 10 | - jekyll-assets 11 | - jekyll-author-plugin 12 | - jekyll-citation 13 | - jekyll-compass 14 | - jekyll-compose 15 | - jekyll-contentful-data-import 16 | - jekyll-data 17 | - jekyll-default-layout 18 | - jekyll-docs 19 | - jekyll-flickr-photoset 20 | - jekyll-geocode 21 | - jekyll-github-metadata 22 | - jekyll-gitlab-letsencrypt 23 | - jekyll-ideal-image-slider-include 24 | - jekyll-import 25 | - jekyll-js-minify-plugin 26 | - jekyll-json 27 | - jekyll-localization 28 | - jekyll-mentions 29 | - jekyll-menus 30 | - jekyll-minibundle 31 | - jekyll-minifier 32 | - jekyll-only_first_p 33 | - jekyll-optional-front-matter 34 | - jekyll-pageless-redirects 35 | - jekyll-postfiles 36 | - jekyll-press 37 | - jekyll-prism-plugin 38 | - jekyll-random 39 | - jekyll-readme-index 40 | - jekyll-redirect-from 41 | - jekyll-rendering 42 | - jekyll-rst 43 | - jekyll-scholar 44 | - jekyll-slideshow 45 | - jekyll-sort 46 | - jekyll-tagging 47 | - jekyll-titles-from-headings 48 | - jekyll-uncss 49 | - jekyll-vimeo-plugin 50 | - jekyll-youtube-lazyloading 51 | - jemoji 52 | - jeql 53 | - related_posts-jekyll_plugin 54 | - rust_playground_highlight 55 | - singlepage-jekyll 56 | -------------------------------------------------------------------------------- /_data/themes.yml: -------------------------------------------------------------------------------- 1 | - alpha_jekyll_theme 2 | - dimension_jekyll_theme 3 | - editorial_jekyll_theme 4 | - eventually_jekyll_theme 5 | - forty_jekyll_theme 6 | - fractal_jekyll_theme 7 | - future_imperfect_jekyll_theme 8 | - highlights_jekyll_theme 9 | - hyperspace_jekyll_theme 10 | - identity_jekyll_theme 11 | - jekyll-swiss 12 | - jekyll-theme-architect 13 | - jekyll-theme-cayman 14 | - jekyll-theme-dinky 15 | - jekyll-theme-hacker 16 | - jekyll-theme-leap-day 17 | - jekyll-theme-merlot 18 | - jekyll-theme-midnight 19 | - jekyll-theme-minimal 20 | - jekyll-theme-modernist 21 | - jekyll-theme-slate 22 | - jekyll-theme-tactile 23 | - jekyll-theme-time-machine 24 | - lens_jekyll_theme 25 | - material-bliss-jekyll-theme 26 | - minima 27 | - multiverse_jekyll_theme 28 | - phantom_jekyll_theme 29 | - solid_state_jekyll_theme 30 | - spectral_jekyll_theme 31 | - stellar_jekyll_theme 32 | - strata_jekyll_theme 33 | -------------------------------------------------------------------------------- /_includes/analytics.html: -------------------------------------------------------------------------------- 1 | {% if site.gauges_id %} 2 | 3 | 16 | {% endif %} 17 | 18 | {% if site.google_analytics_id %} 19 | 20 | 32 | {% endif %} 33 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /_includes/header.html: -------------------------------------------------------------------------------- 1 |
2 | 5 |
6 | 14 | 17 |
18 |
19 | -------------------------------------------------------------------------------- /_includes/plugin-copy-and-paste-installation.html: -------------------------------------------------------------------------------- 1 |

2 | To install, you must copy the necessary files from the repository 3 | to your Jekyll site. Further installation instructions are available in the repository's 4 | README. 5 |

6 | 7 |

8 | Once installed, run Jekyll like normal. 9 |

10 | -------------------------------------------------------------------------------- /_includes/plugin-rubygems-installation.html: -------------------------------------------------------------------------------- 1 |

To install, add this to your Gemfile:

2 | 3 | {% highlight ruby %} 4 | gem "{{ page.title }}" 5 | {% endhighlight %} 6 | 7 |

8 | and run bundle install. To use, run Jekyll with 9 | bundle exec preceding it: 10 |

11 | 12 | {% highlight bash %} 13 | $ bundle exec jekyll build 14 | $ bundle exec jekyll serve 15 | {% endhighlight %} 16 | -------------------------------------------------------------------------------- /_includes/primary-nav-items.html: -------------------------------------------------------------------------------- 1 | 15 | -------------------------------------------------------------------------------- /_includes/theme-copy-and-paste-installation.html: -------------------------------------------------------------------------------- 1 |

2 | To install, you must copy the necessary files from the repository to your Jekyll site. Further installation instructions are available in the repository's README. 3 |

4 | 5 |

6 | Once installed, run Jekyll like normal. 7 |

8 | -------------------------------------------------------------------------------- /_includes/theme-rubygems-installation.html: -------------------------------------------------------------------------------- 1 |

Install

2 | 3 |

To install, add this line to your Gemfile:

4 | 5 | {% highlight ruby %} 6 | gem "{{ page.title }}" 7 | {% endhighlight %} 8 | 9 | And add or edit the theme to your configuration file: 10 | 11 | {% highlight yaml %} 12 | theme: {{ page.title }} 13 | {% endhighlight %} 14 | 15 |

16 | and run bundle install. 17 |

18 | -------------------------------------------------------------------------------- /_includes/top.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | {% seo %} 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | {% include top.html %} 2 | 3 | 4 | {% include header.html %} 5 | 6 | {{ content }} 7 | 8 | {% include footer.html %} 9 | 10 | {% if jekyll.env == production %} 11 | {% include analytics.html %} 12 | {% endif %} 13 | 14 | 15 | -------------------------------------------------------------------------------- /_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 |
7 | 8 |
9 | 16 |
17 | 18 |
19 | 20 |
21 |
22 | -------------------------------------------------------------------------------- /_layouts/plugin.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | --- 4 | 5 |

6 | By {{ page.author }} 7 |

8 | 9 | {{ page.description | markdownify }} 10 | 11 | {% if site.data.github_pages.plugins contains page.title %}Compatible with GitHub Pages{% endif %} 12 | 13 | {% include plugin-{{page.type}}-installation.html %} 14 | 15 |

16 | Source code 17 |

18 | -------------------------------------------------------------------------------- /_layouts/theme.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | --- 4 | 5 |

6 | By {{ page.author }} 7 |

8 | 9 |
10 | 11 |
12 | 13 | {{ page.description | markdownify }} 14 | 15 | {% include theme-{{page.type}}-installation.html %} 16 | 17 | {% if site.data.github_pages.themes contains page.title %} 18 |
19 | Supported on GitHub Pages 20 |
21 | {% endif %} 22 | 23 |

24 | Source code 25 |

26 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Art-Gallery-Plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Jekyll-Art-Gallery-Plugin 3 | description: An advanced Jekyll plugin for generating art galleries on static/generated sites. 4 | author: alexivkin 5 | git: git@github.com:alexivkin/Jekyll-Art-Gallery-Plugin.git 6 | repository: https://github.com/alexivkin/Jekyll-Art-Gallery-Plugin 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Dribbble-Set-Tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll-Dribbble-Set-Tag 4 | description: Generates image galleries from player's recent shots with customizable shots per page and which page of results to render. 5 | author: ericdfields 6 | git: git@github.com:ericdfields/Jekyll-Dribbble-Set-Tag.git 7 | repository: https://github.com/ericdfields/Jekyll-Dribbble-Set-Tag 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Models.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll-Models 4 | description: > 5 | A generator that allows the user to make more jekyll objects 6 | like posts. It reads in YAML files from the specified directories and puts 7 | all of the information into the global site variable for easy access. It 8 | can also generate Model pages. 9 | author: kylepaulsen 10 | git: git@github.com:kylepaulsen/Jekyll-Models.git 11 | repository: https://github.com/kylepaulsen/Jekyll-Models 12 | --- 13 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Ordinal.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll-Ordinal 4 | description: Jekyll liquid filter to output a date ordinal such as "st", "nd", "rd", or "th" 5 | author: patrickcate 6 | git: git@github.com:patrickcate/Jekyll-Ordinal.git 7 | repository: https://github.com/patrickcate/Jekyll-Ordinal 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Sort.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll-Sort 4 | description: > 5 | For those of you who have some list and want to sort it in jekyll, this 6 | plugin will sort lists of primitives and lists of hashes based on a 7 | direction and what to sort on (if needed). It stores the sorted answer in 8 | the global site var for usage. If you have lists of hashes of hashes and 9 | you want to sort on something deeper than the first level, then you can 10 | edit this code. 11 | author: kylepaulsen 12 | git: git@github.com:kylepaulsen/Jekyll-Sort.git 13 | repository: https://github.com/kylepaulsen/Jekyll-Sort 14 | --- 15 | -------------------------------------------------------------------------------- /_plugins/Jekyll-Spotify.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Jekyll-Spotify 3 | description: Provides a tag that takes Spotify URI and generates a html snippet to embed player your site 4 | author: MertcanGokgoz 5 | git: git@github.com:MertcanGokgoz/Jekyll-Spotify.git 6 | repository: https://github.com/MertcanGokgoz/Jekyll-Spotify 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/JekyllGalleryTag.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: JekyllGalleryTag 4 | description: Jekyll plugin to generate thumbnails from a directory of images and display them with a Liquid tag 5 | author: mattvh 6 | git: git@github.com:mattvh/JekyllGalleryTag.git 7 | repository: https://github.com/mattvh/JekyllGalleryTag 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/_plugins.md: -------------------------------------------------------------------------------- 1 | #### Tags 2 | 3 | - [Jekyll GitHub Sample Tag](https://github.com/bwillis/jekyll-github-sample): A liquid tag to include a sample of a github repo file in your Jekyll site. 4 | - [Jekyll Project Version Tag](https://github.com/rob-murray/jekyll-version-plugin): A Liquid tag plugin that renders a version identifier for your Jekyll site sourced from the git repository containing your code. 5 | - [Piwigo Gallery](https://github.com/AlessandroLorenzi/piwigo_gallery) by [Alessandro Lorenzi](http://blog.alorenzi.eu/): Jekyll plugin to generate thumbnails from a Piwigo gallery and display them with a Liquid tag 6 | - [mathml.rb](https://github.com/tmthrgd/jekyll-plugins) by Tom Thorogood: A plugin to convert TeX mathematics into MathML for display. 7 | - [Jekyll 500px Embed](https://github.com/lkorth/jekyll-500px-embed) by Luke Korth. A Liquid tag plugin that embeds [500px](https://500px.com/) photos. 8 | - [inline\_highlight](https://github.com/bdesham/inline_highlight): A tag for inline syntax highlighting. 9 | - [jekyll-mermaid](https://github.com/jasonbellamy/jekyll-mermaid): Simplify the creation of mermaid diagrams and flowcharts in your posts and pages. 10 | - [twa](https://github.com/Ezmyrelda/twa): Twemoji Awesome plugin for Jekyll. Liquid tag allowing you to use twitter emoji in your jekyll pages. 11 | - [Fetch remote file content](https://github.com/dimitri-koenig/jekyll-plugins) by [Dimitri König](https://www.dimitrikoenig.net/): Using `remote_file_content` tag you can fetch the content of a remote file and include it as if you would put the content right into your markdown file yourself. Very useful for including code from github repo's to always have a current repo version. 12 | - [Jekyll-Youtube](https://github.com/dommmel/jekyll-youtube) A Liquid tag that embeds Youtube videos. The default emded markup is responsive but you can also specify your own by using an include/partial. 13 | - [Jekyll Video Embed](https://github.com/eug/jekyll-video-embed): It provides several tags to easily embed videos (e.g. Youtube, Vimeo, UStream and Ted Talks) 14 | - [jekyll-i18n_tags](https://github.com/KrzysiekJ/jekyll-i18n_tags): Translate your templates. 15 | - [Jekyll Ideal Image Slider](https://github.com/jekylltools/jekyll-ideal-image-slider): Liquid tag plugin to create image sliders using [Ideal Image Slider](https://github.com/gilbitron/Ideal-Image-Slider). 16 | - [Jekyll Tags List Plugin](https://github.com/crispgm/jekyll-tags-list-plugin): A Liquid tag plugin that creates tags list in specific order. 17 | - [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll plugin to include a file from its path relative to Jekyll's source folder. 18 | - [Jekyll Download Tag](https://github.com/mattg/jekyll-download-tag): A Liquid tag that acts like `include`, but for external resources. 19 | 20 | #### Collections 21 | 22 | - [Jekyll Plugins by Recursive Design](https://github.com/recurser/jekyll-plugins): Plugins to generate Project pages from GitHub readmes, a Category page, and a Sitemap generator. 23 | - [Company website and blog plugins](https://github.com/flatterline/jekyll-plugins) by Flatterline, a Ruby on Rails development company: Portfolio/project page generator, team/individual page generator, an author bio liquid tag for use on posts, and a few other smaller plugins. 24 | - [Jekyll plugins by Aucor](https://github.com/aucor/jekyll-plugins): Plugins for trimming unwanted newlines/whitespace and sorting pages by weight attribute. 25 | 26 | #### Other 27 | 28 | - [ditaa-ditaa](https://github.com/tmthrgd/ditaa-ditaa) by Tom Thorogood: a drastic revision of jekyll-ditaa that renders diagrams drawn using ASCII art into PNG images. 29 | - [Pygments Cache Path by Raimonds Simanovskis](https://github.com/rsim/blog.rayapps.com/blob/master/_plugins/pygments_cache_patch.rb): Plugin to cache syntax-highlighted code from Pygments. 30 | - [Related Posts by Lawrence Woodman](https://github.com/LawrenceWoodman/related_posts-jekyll_plugin): Overrides `site.related_posts` to use categories to assess relationship. 31 | - [jekyll-tagging-related_posts](https://github.com/toshimaru/jekyll-tagging-related_posts): Jekyll related_posts function based on tags (works on Jekyll3). 32 | - [Jekyll-localization](https://github.com/blackwinter/jekyll-localization): Jekyll plugin that adds localization features to the rendering engine. 33 | - [Jekyll-rendering](https://github.com/blackwinter/jekyll-rendering): Jekyll plugin to provide alternative rendering engines. 34 | - [Jekyll-pagination](https://github.com/blackwinter/jekyll-pagination): Jekyll plugin to extend the pagination generator. 35 | - [Jekyll-tagging](https://github.com/pattex/jekyll-tagging): Jekyll plugin to automatically generate a tag cloud and tag pages. 36 | - [Jekyll-asset_bundler](https://github.com/moshen/jekyll-asset_bundler): Bundles and minifies JavaScript and CSS. 37 | - [JAPR](https://github.com/kitsched/japr): Jekyll Asset Pipeline Reborn - Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets. 38 | - [Singlepage-jekyll](https://github.com/JCB-K/singlepage-jekyll) by [JCB-K](https://github.com/JCB-K): Turns Jekyll into a dynamic one-page website. 39 | - [generator-jekyllrb](https://github.com/robwierzbowski/generator-jekyllrb): A generator that wraps Jekyll in [Yeoman](http://yeoman.io/), a tool collection and workflow for building modern web apps. 40 | - [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and {% raw %}`{{ postfile }}`{% endraw %} tag so the files a post refers to will always be right there inside your repo. 41 | - [A layout that compresses HTML](http://jch.penibelst.de/): GitHub Pages compatible, configurable way to compress HTML files on site build. 42 | - [Jekyll CO₂](https://github.com/wdenton/jekyll-co2): Generates HTML showing the monthly change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii. 43 | - [remote-include](http://www.northfieldx.co.uk/remote-include/): Includes files using remote URLs 44 | - [Jekyll views router](https://bitbucket.org/nyufac/jekyll-views-router): Simple router between generator plugins and templates. 45 | - [Jekyll Language Plugin](https://github.com/vwochnik/jekyll-language-plugin): Jekyll 3.0-compatible multi-language plugin for posts, pages and includes. 46 | - [Jekyll Deploy](https://github.com/vwochnik/jekyll-deploy): Adds a `deploy` sub-command to Jekyll. 47 | - [Official Contentful Jekyll Plugin](https://github.com/contentful/jekyll-contentful-data-import): Adds a `contentful` sub-command to Jekyll to import data from Contentful. 48 | - [jekyll-paspagon](https://github.com/KrzysiekJ/jekyll-paspagon): Sell your posts in various formats for cryptocurrencies. 49 | - [Hawkins](https://github.com/awood/hawkins): Adds a `liveserve` sub-command to Jekyll that incorporates [LiveReload](http://livereload.com/) into your pages while you preview them. No more hitting the refresh button in your browser! 50 | - [Jekyll Autoprefixer](https://github.com/vwochnik/jekyll-autoprefixer): Autoprefixer integration for Jekyll 51 | - [Jekyll-breadcrumbs](https://github.com/git-no/jekyll-breadcrumbs): Creates breadcrumbs for Jekyll 3.x, includes features like SEO optimization, optional breadcrumb item translation and more. 52 | - [generator-jekyllized](https://github.com/sondr3/generator-jekyllized): A Yeoman generator for rapidly developing sites with Gulp. Live reload your site, automatically minify and optimize your assets and much more. 53 | - [jekyll-pinboard](https://github.com/snaptortoise/jekyll-pinboard-plugin): Access your Pinboard bookmarks within your Jekyll theme. 54 | - [jekyll-migrate-permalink](https://github.com/mpchadwick/jekyll-migrate-permalink): Adds a `migrate-permalink` sub-command to help deal with side effects of changing your permalink. 55 | - [Jekyll-Post](https://github.com/robcrocombe/jekyll-post): A CLI tool to easily draft, edit, and publish Jekyll posts. 56 | - [jekyll-numbered-headings](https://github.com/muratayusuke/jekyll-numbered-headings): Adds ordered number to headings. 57 | - [jekyll-pre-commit](https://github.com/mpchadwick/jekyll-pre-commit): A framework for running checks against your posts using a git pre-commit hook before you publish them. 58 | -------------------------------------------------------------------------------- /_plugins/algoliasearch-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-algolia 3 | description: > 4 | Add fast and relevant search to your Jekyll site 5 | author: algolia 6 | git: git@github.com:algolia/jekyll.git 7 | repository: https://github.com/algolia/jekyll-algolia 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/alias-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Alias generator 4 | description: Generates redirect pages for posts when an alias is specified in the YAML Front Matter. 5 | author: tsmango 6 | git: git@github.com:tsmango/jekyll_alias_generator.git 7 | repository: https://github.com/tsmango/jekyll_alias_generator 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/amp-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: amp-jekyll 3 | description: Build Accelerated Mobile Page versions of your Jekyll posts 4 | author: juusaw 5 | git: git@github.com:juusaw/amp-jekyll.git 6 | repository: https://github.com/juusaw/amp-jekyll 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/bibjekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: bibjekyll 4 | description: > 5 | This plugin interfaces bibtex2html with Jekyll to generate 6 | an html bibliography list from bibtex entries. 7 | author: pablooliveira 8 | git: git@github.com:pablooliveira/bibjekyll.git 9 | repository: https://github.com/pablooliveira/bibjekyll 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/category-archive.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Category Archive 4 | description: Generate a category archive. 5 | author: shigeya 6 | git: git@github.com:shigeya/jekyll-category-archive-plugin.git 7 | repository: https://github.com/shigeya/jekyll-category-archive-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/deprecating_keeper.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: deprecating_keeper 4 | description: Filter which monitor how old an article is. Make the readers notice that the article might be old 5 | author: kzykbys 6 | git: git@github.com:kzykbys/JekyllPlugins.git 7 | repository: https://github.com/kzykbys/JekyllPlugins 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/domain_name-liquid_filter.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Domain Name Liquid Filter 4 | description: A Liquid Filter to display the domain name of a url. 5 | author: LawrenceWoodman 6 | git: git@github.com:LawrenceWoodman/domain_name-liquid_filter.git 7 | repository: https://github.com/LawrenceWoodman/domain_name-liquid_filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/emoji_for_jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: emoji_for_jekyll 3 | description: A plugin for Jekyll that seamlessly enable emoji. 4 | author: yihangho 5 | git: git@github.com:yihangho/emoji-for-jekyll.git 6 | repository: https://github.com/yihangho/emoji-for-jekyll 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/full-text-search.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Full-text search 4 | description: Index Tank adds full-text search to your Jekyll site with a plugin and a bit of JavaScript. 5 | author: PascalW 6 | git: git@github.com:pascalw/jekyll_indextank.git 7 | repository: https://github.com/PascalW/jekyll_indextank 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/grunt-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: grunt-jekyll 3 | description: > 4 | Compile Jekyll sites with [Grunt](https://gruntjs.com/) 5 | author: dannygarcia 6 | git: git@github.com:dannygarcia/grunt-jekyll.git 7 | repository: https://github.com/dannygarcia/grunt-jekyll 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/i18n-filter.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: i18n_filter 4 | description: Liquid filter to use I18n localization 5 | author: gacha 6 | git: git@github.com:gacha/gacha.id.lv.git 7 | repository: https://github.com/gacha/gacha.id.lv/blob/master/_plugins/i18n_filter.rb 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/include-absolute.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: include-absolute 4 | description: > 5 | A Jekyll's liquid tag plugin to include a file from its path relative to 6 | Jekyll's source folder. Why? Because Jekyll's built-in `include` tag does 7 | not support including files outside of `_includes` folder 8 | author: tnhu 9 | git: git@github.com:tnhu/jekyll-include-absolute-plugin.git 10 | repository: https://github.com/tnhu/jekyll-include-absolute-plugin 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/indii-jekyll-flickr.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: indii-jekyll-flickr 4 | description: > 5 | Embed Flickr photos in a Jekyll blog. 6 | author: lawmurray 7 | git: git@github.com:lawmurray/algoliasearch-jekyll.git 8 | repository: https://github.com/lawmurray/indii-jekyll-flickr 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jade-jekyll-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jade-jekyll-plugin 4 | description: Converter Plugin that brings Jade support to Jekyll 5 | author: jpap 6 | git: git@github.com:snappylabs/jade-jekyll-plugin.git 7 | repository: https://github.com/snappylabs/jade-jekyll-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-500px-embed.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-500px-embed 4 | description: > 5 | A Liquid tag for Jekyll to embed 500px photos - [Example](https://lukekorth.com/blog/500px-embedding-for-jekyll/) 6 | author: lkorth 7 | git: git@github.com:lkorth/jekyll-500px-embed.git 8 | repository: https://github.com/lkorth/jekyll-500px-embed 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-admin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-admin 3 | description: > 4 | A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. [https://jekyll.github.io/jekyll-admin/](https://jekyll.github.io/jekyll-admin/) 5 | author: mertkahyaoglu 6 | git: git@github.com:jekyll/jekyll-admin.git 7 | repository: https://github.com/jekyll/jekyll-admin/ 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-archives.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-archives 3 | description: > 4 | 📚 Archive pages for your Jekyll tags and categories. 5 | author: alfredxing 6 | git: git@github.com:jekyll/jekyll-archives.git 7 | repository: https://github.com/jekyll/jekyll-archives 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-asciidoc.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-textile-converter 3 | description: > 4 | Converts AsciiDoc source files in your site to HTML pages using [Asciidoctor](http://asciidoctor.org/) 5 | author: mojavelinux 6 | git: git@github.com:asciidoctor/jekyll-asciidoc.git 7 | repository: https://github.com/asciidoctor/jekyll-asciidoc 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-asciinema.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-asciinema 3 | description: > 4 | Liquid tag for embedding asciicasts recorded with [asciinema](https://asciinema.org/) for use in Jekyll sites. 5 | author: mnuessler 6 | git: git@github.com:mnuessler/jekyll-asciinema.git 7 | repository: https://github.com/mnuessler/jekyll-asciinema 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-asset-path.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-asset-path 4 | description: A liquid tag to output a relative URL for assets based on the Jekyll post or page 5 | author: samrayner 6 | git: git@github.com:samrayner/jekyll-asset-path.git 7 | repository: https://github.com/samrayner/jekyll-asset-path 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-asset_bundler.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-asset_bundler 4 | description: A small plugin for Jekyll to easily bundle and compress site assets 5 | author: moshen 6 | git: git@github.com:moshen/jekyll-asset_bundler.git 7 | repository: https://github.com/moshen/jekyll-asset_bundler 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-assets.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-assets 3 | description: > 4 | 🎨 Asset pipelines for Jekyll. [https://jekyll.github.io/jekyll-assets](https://jekyll.github.io/jekyll-assets) 5 | author: envygeeks 6 | git: git@github.com:jekyll/jekyll-assets.git 7 | repository: https://github.com/jekyll/jekyll-assets 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-atom.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-atom 4 | description: > 5 | A collection of [tools and snippets](https://atom.io/packages/jekyll) 6 | for working with Jekyll in Atom 7 | author: Arcath 8 | git: git@github.com:Arcath/jekyll-atom.git 9 | repository: https://github.com/Arcath/jekyll-atom 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-author-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-author-plugin 4 | description: A Jekyll plugin for generating author archives for posts 5 | author: multunus 6 | git: git@github.com:multunus/jekyll-author-plugin.git 7 | repository: https://github.com/multunus/jekyll-author-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-auto-image.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-auto-image 3 | description: Makes available the first image of a post in the template 4 | author: merlos 5 | git: git@github.com:merlos/jekyll-auto-image.git 6 | repository: https://github.com/merlos/jekyll-auto-image 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-autolink_email.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-autolink_email 3 | description: Autolink emails for your Jekyll 4 | author: ivantsepp 5 | git: git@github.com:ivantsepp/jekyll-autolink_email.git 6 | repository: https://github.com/ivantsepp/jekyll-autolink_email 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-avatar.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-avatar 3 | description: A Jekyll plugin for rendering GitHub avatars. 4 | author: benbalter 5 | git: https://github.com/benbalter/jekyll-avatar 6 | repository: https://github.com/benbalter/jekyll-avatar 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-beastiepress.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-beastiepress 3 | description: > 4 | These Jekyll plugins add port, pr, and man tags through Liquid, making it 5 | easy to link to FreeBSD ports, problem reports, and manual pages. 6 | author: okeeblow 7 | git: git@github.com:okeeblow/jekyll-beastiepress.git 8 | repository: https://github.com/okeeblow/jekyll-beastiepress 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-bigfootnotes.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-bigfootnotes 4 | description: > 5 | Enables big footnotes (`[1]`) for Kramdown 6 | author: TheFox 7 | git: git@github.com:TheFox/jekyll-bigfootnotes.git 8 | repository: https://github.com/TheFox/jekyll-bigfootnotes 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-citation.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-citation 4 | description: Jekyll plugin to parse/render BibTeX-encoded citations included in posts/pages 5 | author: archome 6 | git: git@github.com:archome/jekyll-citation.git 7 | repository: https://github.com/archome/jekyll-citation 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-cloudinary.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-cloudinary 3 | description: > 4 | A Jekyll plugin adding a Liquid tag to use Cloudinary for optimized responsive posts images. 5 | [https://nhoizey.github.io/jekyll-cloudinary/](https://nhoizey.github.io/jekyll-cloudinary/) 6 | author: nhoizey 7 | git: git@github.com:nhoizey/jekyll-cloudinary.git 8 | repository: https://github.com/nhoizey/jekyll-cloudinary/ 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-coffeescript.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-coffeescript 3 | description: A CoffeeScript converter for Jekyll. 4 | author: parkr 5 | git: git@github.com:jekyll/jekyll-coffeescript.git 6 | repository: https://github.com/jekyll/jekyll-coffeescript 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-commonmark.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-commonmark 3 | description: > 4 | Markdown converter that uses [libcmark](https://github.com/jgm/CommonMark), the reference parser for CommonMark 5 | author: pathawks 6 | git: git@github.com:pathawks/jekyll-commonmark.git 7 | repository: https://github.com/pathawks/jekyll-commonmark 8 | category: converter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-compass.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-compass 3 | description: Jekyll generator plugin to build Compass projects during site build. 4 | author: chikamichi 5 | git: git@github.com:chikamichi/jekyll-compass.git 6 | repository: https://github.com/chikamichi/jekyll-compass 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-compose.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-compose 3 | description: > 4 | 📝 Streamline your writing in Jekyll with these commands. 5 | author: parkr 6 | git: git@github.com:jekyll/jekyll-compose.git 7 | repository: https://github.com/jekyll/jekyll-compose 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-contentblocks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-contentblocks 3 | description: > 4 | Gives you a mechanism in Jekyll to pass content up from pages into their parent layouts. It's kind of like having Rails' `content_for` available for Jekyll 5 | author: rustygeldmacher 6 | git: git@github.com:rustygeldmacher/jekyll-contentblocks.git 7 | repository: https://github.com/rustygeldmacher/jekyll-contentblocks 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-contentful-data-import.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-contentful-data-import 3 | description: > 4 | Jekyll-Contentful-Data-Import is a Jekyll extension to use the Jekyll static 5 | site generator together with the API-driven Contentful CMS. 6 | It is powered by the Contentful Ruby Gem. 7 | author: dlitvakb 8 | git: git@github.com:contentful/jekyll-contentful-data-import.git 9 | repository: https://github.com/contentful/jekyll-contentful-data-import 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-data.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-data 3 | description: > 4 | A plugin to read '_config.yml' and data files within Jekyll theme gems 5 | author: ashmaroli 6 | git: git@github.com:ashmaroli/jekyll-data.git 7 | repository: https://github.com/ashmaroli/jekyll-data 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-default-layout.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-default-layout 3 | description: Silently sets default layouts for Jekyll pages and posts. 4 | author: benbalter 5 | git: git@github.com:jekyll/jekyll-default-layout.git 6 | repository: https://github.com/benbalter/jekyll-default-layout 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-ditaa.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-ditaa 4 | description: > 5 | This plugin allows you to write ditaa markup within a ditaa block, 6 | generate the image file and replace the markup with the image. If the 7 | image could not be generated, the plugin falls back to a
 block with
 8 |   the ditaa markup.
 9 | author: matze
10 | git: git@github.com:matze/jekyll-ditaa.git
11 | repository: https://github.com/matze/jekyll-ditaa
12 | ---
13 | 


--------------------------------------------------------------------------------
/_plugins/jekyll-docs.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: jekyll-docs
3 | description: Offline usage documentation for Jekyll. Requires Jekyll 3 and above.
4 | author: parkr
5 | git: git@github.com:jekyll/jekyll-docs.git
6 | repository: https://github.com/jekyll/jekyll-docs
7 | ---
8 | 


--------------------------------------------------------------------------------
/_plugins/jekyll-email-protect.md:
--------------------------------------------------------------------------------
 1 | ---
 2 | title: jekyll-email-protect
 3 | description: >
 4 |   Jekyll Email Protect is an email protection liquid filter which can be used to obfuscate `mailto:` links to protect an email address from spam bots
 5 | author: vwochnik
 6 | git: git@github.com:vwochnik/jekyll-email-protect.git
 7 | repository: https://github.com/vwochnik/jekyll-email-protect
 8 | category: filter
 9 | ---
10 | 


--------------------------------------------------------------------------------
/_plugins/jekyll-embedly-client.md:
--------------------------------------------------------------------------------
1 | ---
2 | type: copy-and-paste
3 | title: jekyll-embedly-client
4 | description: A embed.ly client for Jekyll. No longer maintained
5 | author: robb
6 | git: git@github.com:robb/jekyll-embedly-client.git
7 | repository: https://github.com/robb/jekyll-embedly-client
8 | ---
9 | 


--------------------------------------------------------------------------------
/_plugins/jekyll-feed.md:
--------------------------------------------------------------------------------
 1 | ---
 2 | title: jekyll-feed
 3 | description: >
 4 |   A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts.
 5 | compatible: v3
 6 | author: benbalter
 7 | git: git@github.com:jekyll/jekyll-feed.git
 8 | repository: https://github.com/jekyll/jekyll-feed
 9 | ---
10 | 


--------------------------------------------------------------------------------
/_plugins/jekyll-figure.md:
--------------------------------------------------------------------------------
 1 | ---
 2 | title: jekyll-figure
 3 | description: >
 4 |   A liquid tag for Jekyll that generates `
` elements. 5 | author: paulrobertlloyd 6 | git: git@github.com:paulrobertlloyd/jekyll-figure.git 7 | repository: https://github.com/paulrobertlloyd/jekyll-figure 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-flickr-photoset.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-flickr-photoset 4 | description: > 5 | A Jekyll plugin for embedding Flickr photosets in your Liquid templates 6 | author: j0k3r 7 | git: git@github.com:j0k3r/jekyll-flickr-photoset.git 8 | repository: https://github.com/j0k3r/jekyll-flickr-photoset 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-flickr.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-flickr 4 | description: A Jekyll plug-in for embedding Flickr photos in your Liquid templates. 5 | author: cnunciato 6 | git: git@github.com:cnunciato/jekyll-flickr.git 7 | repository: https://github.com/cnunciato/jekyll-flickr 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-ga.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-ga 4 | description: > 5 | A Jekyll plugin that downloads Google Analytics data and adds it to posts. Useful for making a site that lists "most popular" content. 6 | author: developmentseed 7 | git: git@github.com:developmentseed/jekyll-ga.git 8 | repository: https://github.com/developmentseed/jekyll-ga 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-gallery-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-gallery-generator 3 | description: > 4 | A Jekyll plugin that generates photo galleries from directories full of images. 5 | author: ggreer 6 | git: git@github.com:ggreer/jekyll-gallery-generator.git 7 | repository: https://github.com/ggreer/jekyll-gallery-generator 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-geocode.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-geocode 3 | description: > 4 | Geo-encode addresses from a YAML file for drawing interactive maps with Jekyll. Powered by the [Nominatim](https://nominatim.openstreetmap.org/) open source service from Open Street Map 5 | author: bertrandkeller 6 | git: git@github.com:bertrandkeller/jekyll-geocode.git 7 | repository: https://github.com/bertrandkeller/jekyll-geocode 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-gist.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-gist 3 | description: Liquid tag for displaying GitHub Gists in Jekyll sites. 4 | author: parkr 5 | git: git@github.com:jekyll/jekyll-gist.git 6 | repository: https://github.com/jekyll/jekyll-gist 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-git_metadata.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-git_metadata 3 | description: Expose Git metadata for your templates. 4 | author: ivantsepp 5 | git: git@github.com:ivantsepp/jekyll-git_metadata.git 6 | repository: https://github.com/ivantsepp/jekyll-git_metadata 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-github-metadata.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-github-metadata 3 | description: > 4 | :octocat: Common repository information, such as the project name and description, 5 | is available to Jekyll sites hosted on GitHub Pages via `site.github`. 6 | [Repository metadata on github-pages](https://help.github.com/articles/repository-metadata-on-github-pages/) 7 | author: parkr 8 | git: git@github.com:jekyll/github-metadata.git 9 | repository: https://github.com/jekyll/github-metadata 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-github-sample.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-github-sample 3 | description: Two Jekyll Liquid tags to display a code sample from a file in a public Github repo and provide a reference to it 4 | author: bwillis 5 | git: git@github.com:bwillis/jekyll-github-sample.git 6 | repository: https://github.com/bwillis/jekyll-github-sample 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-gitlab-letsencrypt.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-gitlab-letsencrypt 3 | description: > 4 | Automate letsencrypt renewals for GitLab pages 5 | author: JustinAiken 6 | git: git@github.com:JustinAiken/jekyll-gitlab-letsencrypt.git 7 | repository: https://github.com/JustinAiken/jekyll-gitlab-letsencrypt 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-glossary_tooltip.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-glossary_tooltip 3 | description: | 4 | This plugin simplifies for your readers and you by making it easy to define terms or 5 | abbreviations that needs an explanation. Define a common dictionary of terms and their 6 | definition in a YAML file. Then inside markdown files you can use the provided glossary 7 | liquid tag to insert a tooltip for a defined word from the dictionary. The tooltip will 8 | show the term definition on mouse hover. 9 | 10 | It's also possible to provide an optional URL to further term definition or source 11 | reference. To also support mobile devices, this URL link is placed inside the tooltip 12 | pop-up itself, rather than making the term itself clickable. This is so that on mobile 13 | device, you will first tap the word to get the hover tooltip, then click the link in the 14 | tooltip if desired. 15 | 16 | author: erikw 17 | git: git@github.com:erikw/jekyll-glossary_tooltip.git 18 | repository: https://github.com/erikw/jekyll-glossary_tooltip 19 | --- 20 | 21 | -------------------------------------------------------------------------------- /_plugins/jekyll-google_search_console_verification_file.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-google_search_console_verification_file 3 | description: > 4 | This is a very simple plugin that will generate a Google Search Console (GSC from here) 5 | [verification file](https://support.google.com/webmasters/answer/9008080?hl=en) to your 6 | `_site/` directory in a Jekyll project. This file is used by GSC to verify that you own 7 | the site and looks for example like my [googlef47733b3288357e4.html](https://erikw.me/google47733b3288357e4.html). 8 | 9 | author: erikw 10 | git: git@github.com:erikw/jekyll-google_search_console_verification_file.git 11 | repository: https://github.com/erikw/jekyll-google_search_console_verification_file 12 | --- 13 | 14 | -------------------------------------------------------------------------------- /_plugins/jekyll-humanize.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-humanize 4 | description: Adds a "human touch" to data. Each method represents a Fluid type filter that can be used in your Jekyll site templates 5 | author: 23maverick23 6 | git: git@github.com:23maverick23/jekyll-humanize.git 7 | repository: https://github.com/23maverick23/jekyll-humanize 8 | category: filter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-i18n_tags.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-i18n_tags 3 | description: A Liquid tag to translate your Jekyll's templates 4 | author: KrzysiekJ 5 | git: git@github.com:KrzysiekJ/jekyll-i18n_tags.git 6 | repository: https://github.com/KrzysiekJ/jekyll-i18n_tags 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-ideal-image-slider-include.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-ideal-image-slider-include 4 | description: > 5 | Add image sliders to Jekyll with [Ideal Image Slider](https://github.com/Codeinwp/Ideal-Image-Slider-JS). HTML include version. No plugin necessary. Fully compatible with Github Pages 6 | author: jekylltools 7 | git: git@github.com:jekylltools/jekyll-ideal-image-slider-include.git 8 | repository: https://github.com/jekylltools/jekyll-ideal-image-slider-include 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-ideal-image-slider.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-ideal-image-slider 4 | description: > 5 | Liquid tag plugin to add image sliders to Jekyll with [Ideal Image Slider](https://github.com/Codeinwp/Ideal-Image-Slider-JS) 6 | author: jekylltools 7 | git: git@github.com:jekylltools/jekyll-ideal-image-slider.git 8 | repository: https://github.com/jekylltools/jekyll-ideal-image-slider 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-image-set.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-image-set 4 | description: Create an image gallery from a folder with a Liquid tag 5 | author: callmeed 6 | git: git@github.com:callmeed/jekyll-image-set.git 7 | repository: https://github.com/callmeed/jekyll-image-set 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-image-tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-image-tag 4 | description: Liquid tag for images. Store image presets, add classes, alt text, and any other attribute to an image's HTML, and automatically create resized images from a tag argument or a little YAML configuration 5 | author: robwierzbowski 6 | git: git@github.com:robwierzbowski/jekyll-image-tag.git 7 | repository: https://github.com/robwierzbowski/jekyll-image-tag 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-image_optimizer.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-image_optimizer 3 | description: > 4 | A Jekyll plugin to optimize images for the web. It reads all the images in a source directory and saves optimized versions of them to a destination directory and creates a symbolic link to the destination directory 5 | author: nidi3 6 | git: git@github.com:nidi3/jekyll-image_optimizer.git 7 | repository: https://github.com/nidi3/jekyll-image_optimizer 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-import.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-import 3 | description: > 4 | The "jekyll import" command for importing from various blogs to Jekyll 5 | format. [http://import.jekyllrb.com](http://import.jekyllrb.com). 6 | author: parkr 7 | git: git@github.com:jekyll/jekyll-import.git 8 | repository: https://github.com/jekyll/jekyll-import 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-include-cache.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-include-cache 3 | description: > 4 | A Jekyll plugin to cache the rendering of Liquid includes 5 | compatible: v3 6 | author: benbalter 7 | git: git@github.com:benbalter/jekyll-include-cache.git 8 | repository: https://github.com/benbalter/jekyll-include-cache 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-jade.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-jade 4 | description: Converter Plugin that brings Jade support to Jekyll 5 | author: jpap 6 | git: https://github.com/snappylabs/jade-jekyll-plugin.git 7 | repository: https://github.com/snappylabs/jade-jekyll-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-jalali.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-jalali 4 | description: > 5 | This plugin adds a new filter to Jekyll called `jdate`. Using this filter the given dates will be converted to Jalali which is being used in Iran and Afghanistan 6 | author: mehdisadeghi 7 | git: git@github.com:mehdisadeghi/jekyll-jalali.git 8 | repository: https://github.com/mehdisadeghi/jekyll-jalali 9 | category: filter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-js-minify-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-js-minify-plugin 4 | description: > 5 | A Jekyll plugin that automatically minifies all Javascript files using 6 | the Google Closure Compiler 7 | author: lyoshenka 8 | git: git@github.com:lyoshenka/jekyll-js-minify-plugin.git 9 | repository: https://github.com/lyoshenka/jekyll-js-minify-plugin 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-json.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-json 4 | description: > 5 | Jekyll JSON turns YAML config into JSON, so that you can use it in 6 | Javascript. 7 | 8 | Passed a YAML key, it'll return a JSON, combining the page specific YAML 9 | with any config in _config.yml (using the value set on the page wherever 10 | there's a conflict). 11 | author: matthewowen 12 | git: git@github.com:matthewowen/jekyll-json.git 13 | repository: https://github.com/matthewowen/jekyll-json 14 | --- 15 | -------------------------------------------------------------------------------- /_plugins/jekyll-lazy-tweet-embedding.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-lazy-tweet-embedding 4 | description: > 5 | Automatically convert tweet urls into twitter cards 6 | author: takuti 7 | git: git@github.com:takuti/jekyll-lazy-tweet-embedding.git 8 | repository: https://github.com/takuti/jekyll-lazy-tweet-embedding 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-live-tiles.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-live-tiles 4 | description: > 5 | Generates Internet Explorer 11+ config.xml file and Tile Templates for pinning your site to Windows 8+. 6 | compatible: 7 | author: sheehamj13 8 | git: git@github.com:sheehamj13/jekyll-live-tiles.git 9 | repository: https://github.com/sheehamj13/jekyll-live-tiles 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-localization.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-localization 4 | description: > 5 | Jekyll plugin that adds localization features to the rendering engine. 6 | author: blackwinter 7 | git: git@github.com:blackwinter/jekyll-localization.git 8 | repository: https://github.com/blackwinter/jekyll-localization 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-maps.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-maps 3 | description: > 4 | A Jekyll plugin to easily embed maps with filterable locations. [https://ayastreb.me/jekyll-maps/](https://ayastreb.me/jekyll-maps/) 5 | author: ayastreb 6 | git: git@github.com:ayastreb/jekyll-maps.git 7 | repository: https://github.com/ayastreb/jekyll-maps 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-mentions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-mentions 3 | description: > 4 | 👥 GitHub @mention support for your Jekyll site. 5 | author: jekyll 6 | compatible: v3 7 | git: git@github.com:jekyll/jekyll-mentions.git 8 | repository: https://github.com/jekyll/jekyll-mentions 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-menus.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-menus 3 | description: > 4 | Complex, and infinite Hugo-like menus for Jekyll 5 | author: envygeeks 6 | git: git@github.com:forestryio/jekyll-menus.git 7 | repository: https://github.com/forestryio/jekyll-menus 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-mermaid.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-mermaid 3 | description: > 4 | Simplify the creation of [mermaid](https://knsv.github.io/mermaid/) diagrams and flowcharts in your posts and pages 5 | author: jasonbellamy 6 | git: git@github.com:jasonbellamy/jekyll-mermaid.git 7 | repository: https://github.com/jasonbellamy/jekyll-mermaid 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-minibundle.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-minibundle 3 | description: > 4 | A straightforward asset bundling plugin for Jekyll, utilizing external minification tool of your choice. It provides asset concatenation for bundling and asset fingerprinting with MD5 digest for cache busting. 5 | author: tkareine 6 | git: git@github.com:tkareine/jekyll-minibundle.git 7 | repository: https://github.com/tkareine/jekyll-minibundle 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-minifier.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-minifier 3 | description: > 4 | Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor 5 | author: digitalsparky 6 | git: git@github.com:digitalsparky/jekyll-minifier.git 7 | repository: https://github.com/digitalsparky/jekyll-minifier 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-money.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-money 3 | description: > 4 | A Jekyll plugin for dealing with money. Because we all have to at some point. 5 | 6 | Works by extending the functionality of the popular [money](https://rubygems.org/gems/money) RubyGem. Intends to become a full-featured way to work with money in Jekyll. 7 | author: jhabdas 8 | git: git@github.com:jhabdas/jekyll-money.git 9 | repository: https://github.com/jhabdas/jekyll-money 10 | category: filter 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll-only_first_p.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-only_first_p 4 | description: Display only first paragraph of post 5 | author: sebcioz 6 | git: git@github.com:sebcioz/jekyll-only_first_p.git 7 | repository: https://github.com/sebcioz/jekyll-only_first_p 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-optional-front-matter.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-optional-front-matter 3 | description: > 4 | A Jekyll plugin to make front matter optional for Markdown files. 5 | compatible: v3 6 | author: benbalter 7 | git: git@github.com:jekyll/jekyll-optional-front-matter.git 8 | repository: https://github.com/benbalter/jekyll-optional-front-matter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-pageless-redirects.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll Pageless Redirects 4 | description: > 5 | Generates redirects based on files in the Jekyll root, with support for htaccess style redirects. 6 | author: nquinlan 7 | git: git@github.com:nquinlan/jekyll-pageless-redirects.git 8 | repository: https://github.com/nquinlan/jekyll-pageless-redirects 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-pages-directory.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll Pages Directory 4 | description: > 5 | Defines a _pages directory for page files which routes its contents relative to the project root. 6 | compatible: v3 7 | author: bbakersmith 8 | git: git@github.com:bbakersmith/jekyll-pages-directory.git 9 | repository: https://github.com/bbakersmith/jekyll-pages-directory 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-paginate-category.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-paginate-category 3 | description: > 4 | Pagination Generator for Jekyll Category 5 | author: midnightSuyama 6 | git: git@github.com:midnightSuyama/jekyll-paginate-category.git 7 | repository: https://github.com/midnightSuyama/jekyll-paginate-category 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-paginate-v2.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-paginate-v2 3 | description: > 4 | Pagination gem built specially for Jekyll 3 and newer that is fully backwards compatable and serves as an enhanced replacement for the previously built-in [jekyll-paginate gem](https://github.com/jekyll/jekyll-paginate). 5 | author: sverrirs 6 | git: git@github.com:sverrirs/jekyll-paginate-v2.git 7 | repository: https://github.com/sverrirs/jekyll-paginate-v2 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-pagination.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-pagination 3 | description: Jekyll plugin to extend the pagination generator 4 | author: blackwinter 5 | git: git@github.com:blackwinter/jekyll-pagination.git 6 | repository: https://github.com/blackwinter/jekyll-pagination 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-pandoc-multiple-formats.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-pandoc-multiple-formats 3 | description: > 4 | Use pandoc to generate your site in multiple formats. Supports pandoc’s markdown extensions 5 | author: fauno 6 | compatible: v3 7 | git: git@github.com:fauno/jekyll-pandoc-multiple-formats.git 8 | repository: https://github.com/fauno/jekyll-pandoc-multiple-formats 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-picture-tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-picture-tag 3 | description: > 4 | Liquid tag that adds responsive images to your Jekyll static site. It follows the [picture element](http://picture.responsiveimages.org/) pattern, and polyfills older browsers with [Picturefill](https://github.com/scottjehl/picturefill). Jekyll Picture Tag automatically creates resized source images, is fully configurable, and covers all use cases — including art direction and resolution switching — with a little YAML configuration and a simple template tag. 5 | author: robwierzbowski 6 | git: git@github.com:robwierzbowski/jekyll-picture-tag.git 7 | repository: https://github.com/robwierzbowski/jekyll-picture-tag 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-portfolio-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-portfolio-generator 4 | description: > 5 | Generates a portfolio/project pages (including related projects) out of data files 6 | author: codeinpink 7 | git: git@github.com:codeinpink/jekyll-portfolio-generator.git 8 | repository: https://github.com/codeinpink/jekyll-portfolio-generator 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-postfiles.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-postfiles 3 | description: > 4 | A Jekyll plugin that copies static files from the `_posts` to the `_site` folder 5 | author: nhoizey 6 | git: git@github.com:nhoizey/jekyll-postfiles.git 7 | repository: https://github.com/nhoizey/jekyll-postfiles 8 | compatible: v3 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-press.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-press 3 | description: > 4 | Minifier plugin for jekyll. Minifies all html, js, css files. Simple just 5 | drop it in solution. No Java required. 6 | author: stereobooster 7 | git: git@github.com:stereobooster/jekyll-press.git 8 | repository: https://github.com/stereobooster/jekyll-press 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-prism-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-prism-plugin 3 | description: > 4 | The Jekyll Prism plugin is a replacement for native Pygments syntax 5 | highlighting in Jekyll. It uses the Prism Syntax Highlighter. 6 | author: gmurphey 7 | git: git@github.com:gmurphey/jekyll-prism-plugin.git 8 | repository: https://github.com/gmurphey/jekyll-prism-plugin 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-random.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-random 3 | description: A Jekyll plugin that generates pseudo-random data. 4 | author: codecalm 5 | git: git://github.com/codecalm/jekyll-random.git 6 | repository: https://github.com/codecalm/jekyll-random 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-readme-index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-readme-index 3 | description: > 4 | A Jekyll plugin to render a project's README as the site's index. 5 | compatible: v3 6 | author: benbalter 7 | git: git@github.com:benbalter/jekyll-readme-index.git 8 | repository: https://github.com/benbalter/jekyll-readme-index 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-redirect-from.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-redirect-from 3 | description: > 4 | Seamlessly specify multiple redirections URLs for your pages and posts. 5 | author: parkr 6 | compatible: v3 7 | git: git@github.com:jekyll/jekyll-redirect-from.git 8 | repository: https://github.com/jekyll/jekyll-redirect-from 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-references.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-references 4 | description: > 5 | Keep all your markdown reference-style link definitions in one \_references.md file 6 | author: olov 7 | git: git@github.com:olov/jekyll-references.git 8 | repository: https://github.com/olov/jekyll-references 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-relative-links.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-relative-links 3 | description: > 4 | A Jekyll plugin to convert relative links to markdown files to their rendered equivalents. 5 | author: benbalter 6 | compatible: v3 7 | git: git@github.com:jekyll/jekyll-relative-links.git 8 | repository: https://github.com/benbalter/jekyll-relative-links 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-rendering.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-rendering 3 | description: Jekyll plugin to provide alternative rendering engines. 4 | author: blackwinter 5 | git: git@github.com:blackwinter/jekyll-rendering.git 6 | repository: https://github.com/blackwinter/jekyll-rendering 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-responsive-image.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-responsive-image 3 | description: > 4 | A Jekyll plugin and utility for automatically resizing images. Its intended use is for sites which want to display responsive images using something like srcset or Imager.js 5 | author: wildlyinaccurate 6 | git: git@github.com:wildlyinaccurate/jekyll-responsive-image.git 7 | repository: https://github.com/wildlyinaccurate/jekyll-responsive-image 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-roman.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-roman 3 | description: A liquid filter for Jekyll that converts numbers into Roman numerals 4 | author: paulrobertlloyd 5 | git: git@github.com:paulrobertlloyd/jekyll-roman.git 6 | repository: https://github.com/paulrobertlloyd/jekyll-roman 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-rst.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-rst 4 | description: > 5 | This plugin adds ReStructuredText support to Jekyll and Octopress. It 6 | renders ReST in posts and pages, and provides a custom directive to 7 | support Octopress-compatible syntax highlighting. 8 | author: xdissent 9 | git: git@github.com:xdissent/jekyll-rst.git 10 | repository: https://github.com/xdissent/jekyll-rst 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll-scholar.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-scholar 3 | description: > 4 | Jekyll-Scholar is for all the academic bloggers out there. It is a set of 5 | extensions to Jekyll, the awesome, blog aware, static site generator; it 6 | formats your bibliographies and reading lists for the web and gives your 7 | blog posts citation super-powers. 8 | author: inukshuk 9 | git: git@github.com:inukshuk/jekyll-scholar.git 10 | repository: https://github.com/inukshuk/jekyll-scholar 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll-seo-tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-seo-tag 3 | description: > 4 | A Jekyll plugin to add metadata tags for search engines and social networks 5 | to better index and display your site's content. 6 | author: benbalter 7 | compatible: v3 8 | git: git@github.com:jekyll/jekyll-seo-tag.git 9 | repository: https://github.com/jekyll/jekyll-seo-tag 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-sitemap.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-sitemap 3 | description: > 4 | Jekyll plugin to silently generate a sitemaps.org compliant sitemap for 5 | your Jekyll site. 6 | author: jekyll 7 | compatible: v3 8 | git: git@github.com:jekyll/jekyll-sitemap.git 9 | repository: https://github.com/jekyll/jekyll-sitemap 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-slideshow.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-slideshow 4 | description: > 5 | Jekyll Slideshow is a plugin to help you create image slideshows on your 6 | Jekyll / Octopress site. 7 | 8 | By slideshow, we mean those neat little JavaScript lightbox things. 9 | Instead of big images in your main content, you get a series of 10 | thumbnails. Click on one and it appears in a lightbox, and you can scroll 11 | left and right through the other items in the list. 12 | author: matthewowen 13 | git: git@github.com:matthewowen/jekyll-slideshow.git 14 | repository: https://github.com/matthewowen/jekyll-slideshow 15 | --- 16 | -------------------------------------------------------------------------------- /_plugins/jekyll-slim.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-slim 3 | description: > 4 | A gem that adds slim-lang support to Jekyll. Works for for pages, includes and layouts 5 | author: minad 6 | git: git@github.com:slim-template/jekyll-slim.git 7 | repository: https://github.com/slim-template/jekyll-slim 8 | category: converter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-sort.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Jekyll-Sort 4 | description: > 5 | For those of you who have some list and want to sort it in jekyll, this 6 | plugin will sort lists of primitives and lists of hashes based on a 7 | direction and what to sort on (if needed). It stores the sorted answer in 8 | the global site var for usage. If you have lists of hashes of hashes and 9 | you want to sort on something deeper than the first level, then you can 10 | edit this code. 11 | author: kylepaulsen 12 | git: git@github.com:kylepaulsen/Jekyll-Sort.git 13 | repository: https://github.com/kylepaulsen/Jekyll-Sort 14 | --- 15 | -------------------------------------------------------------------------------- /_plugins/jekyll-soundcloud.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-soundcloud 4 | description: A Jekyll plug-in for embedding SoundCloud sounds in your Liquid templates. 5 | author: cnunciato 6 | git: git@github.com:cnunciato/jekyll-soundcloud.git 7 | repository: https://github.com/cnunciato/jekyll-soundcloud 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-suggested-tweet.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-suggested-tweet 4 | description: A Liquid tag for Jekyll that allows for the embedding of suggested tweets via Twitter’s Web Intents API 5 | author: davidensinger 6 | git: git@github.com:davidensinger/jekyll-suggested-tweet.git 7 | repository: https://github.com/davidensinger/jekyll-suggested-tweet 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-swfobject.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-swfobject 3 | description: > 4 | SWFObject Tag is a Liquid plugin for Jekyll to embed Flash files (*.swf) 5 | using SWFObject 6 | author: sectore 7 | git: git@github.com:sectore/jekyll-swfobject.git 8 | repository: https://github.com/sectore/jekyll-swfobject 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-tagging.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-tagging 3 | description: > 4 | jekyll-tagging is a Jekyll plugin, to add a tag cloud and per tag pages 5 | plus feeds to your Jekyll generated Website. 6 | author: pattex 7 | git: git@github.com:pattex/jekyll-tagging.git 8 | repository: https://github.com/pattex/jekyll-tagging 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-tagslist.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-tagslist 3 | description: > 4 | A Liquid tag plugin which enables you to collect, order and filter tags of your posts 5 | author: crispgm 6 | git: git@github.com:crispgm/jekyll-tags-list-plugin.git 7 | repository: https://github.com/crispgm/jekyll-tags-list-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-textile-converter.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-textile-converter 3 | description: > 4 | Convert your `.textile` Jekyll content. For Jekyll 3.0 and up 5 | author: parkr 6 | compatible: v3 7 | git: git@github.com:jekyll/jekyll-textile-converter.git 8 | repository: https://github.com/jekyll/jekyll-textile-converter 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/jekyll-thumbnail-filter.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-thumbnail-filter 4 | description: Custom liquid filter for related posts thumbnails 5 | author: matallo 6 | git: git@github.com:matallo/jekyll-thumbnail-filter.git 7 | repository: https://github.com/matallo/jekyll-thumbnail-filter 8 | category: filter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-thumbnailer.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-thumbnailer 4 | description: Generates a thumbnail to an image and renders an image tag. 5 | author: mrdanadams 6 | git: git@github.com:mrdanadams/jekyll-thumbnailer.git 7 | repository: https://github.com/mrdanadams/jekyll-thumbnailer 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-timeago.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-timeago 3 | description: A gem plugin to compute distance of dates in words, available as a Liquid Filter and as a Liquid Tag, Localization (i18n) 4 | author: markets 5 | git: git@github.com:markets/jekyll-timeago.git 6 | repository: https://github.com/markets/jekyll-timeago 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-titles-from-headings.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-titles-from-headings 3 | description: > 4 | A Jekyll plugin to pull the page title from the first Markdown heading when none is specified. 5 | author: benbalter 6 | compatible: v3 7 | git: git@github.com:benbalter/jekyll-titles-from-headings.git 8 | repository: https://github.com/benbalter/jekyll-titles-from-headings 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-toc-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-toc-generator 3 | description: Liquid filter to generate Table of Content into Jekyll pages 4 | author: dafi 5 | git: git@github.com:dafi/jekyll-toc-generator.git 6 | repository: https://github.com/dafi/jekyll-toc-generator 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-toc.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-toc-generator 3 | description: A liquid filter plugin for Jekyll which generates a table of contents 4 | author: toshimaru 5 | git: git@github.com:toshimaru/jekyll-toc.git 6 | repository: https://github.com/toshimaru/jekyll-toc 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-tweet-tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-tweet-tag 4 | description: | 5 | This is a simple Liquid tag that makes it easy to embed tweets. This is 6 | great for quoting a tweet in a blog post, for example. It uses Twitter's 7 | oEmbed API for their Embedded Tweet feature. Features include: 8 | 9 | - Easy to install 10 | - Easy to embed tweets 11 | - Displays tweets with familiar twitter style 12 | - Optional parameters to control layout (as described in Twitter's oEmbed API) 13 | - Provides twitter features such as retweet, follow, and favorite without leaving your page 14 | author: scottwb 15 | git: git@github.com:scottwb/jekyll-tweet-tag.git 16 | repository: https://github.com/scottwb/jekyll-tweet-tag 17 | --- 18 | -------------------------------------------------------------------------------- /_plugins/jekyll-twitter-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-twitter-plugin 3 | description: > 4 | A Liquid tag plugin for Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API 5 | author: rob-murray 6 | git: git@github.com:rob-murray/jekyll-twitter-plugin.git 7 | repository: https://github.com/rob-murray/jekyll-twitter-plugin/ 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-typogrify.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-typogrify 3 | description: > 4 | Improves typography on your Jekyll site using [typogruby](http://avdgaag.github.io/typogruby/) and [titlecase](https://github.com/samsouder/titlecase) 5 | author: myles 6 | git: git@github.com:myles/jekyll-typogrify.git 7 | repository: https://github.com/myles/jekyll-typogrify 8 | category: filter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-uglify-filter.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-uglify-filter 4 | description: This Jekyll plugin creates an uglify Liquid Template filter to minify JavaScript for inlining 5 | author: mattg 6 | git: git@github.com:mattg/jekyll-uglify-filter.git 7 | repository: https://github.com/mattg/jekyll-uglify-filter 8 | category: filter 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-umlauts.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-umlauts 3 | description: > 4 | Jekyll Generator Plugin to convert umlauts to html 5 | author: webchef 6 | git: git@github.com:webchef/jekyll-umlauts.git 7 | repository: https://github.com/webchef/jekyll-umlauts 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-uncss.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-uncss 4 | description: | 5 | A Jekyll plugin that uses [uncss](https://github.com/giakki/uncss) to remove unused css rules in selected stylesheets 6 | author: episource 7 | git: git@github.com:episource/jekyll-uncss.git 8 | repository: https://github.com/episource/jekyll-uncss 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll-version-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-version-plugin 3 | description: A Liquid tag plugin that renders a version identifier for your Jekyll site sourced from the git repository containing your code 4 | author: rob-murray 5 | git: git@github.com:rob-murray/jekyll-version-plugin.git 6 | repository: https://github.com/rob-murray/jekyll-version-plugin 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll-video-embed.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-video-embed 4 | description: Liquid tags for embedding videos from YouTube, Vimeo, UStream or Ted.com 5 | author: eug/jekyll-video-embed 6 | git: git@github.com:eug/jekyll-video-embed/jekyll-video-embed.git 7 | repository: https://github.com/eug/jekyll-video-embed/jekyll-video-embed 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-vimeo-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-vimeo-plugin 4 | description: This plugin makes it easy to embed videos from Vimeo by using a simple Liquid tag 5 | author: gummesson 6 | git: git@github.com:gummesson/jekyll-vimeo-plugin.git 7 | repository: https://github.com/gummesson/jekyll-vimeo-plugin 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll-webmention_io.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-webmention_io 4 | description: > 5 | A Jekyll Plugin for rendering [Webmentions](http://indiewebcamp.com/webmention) via [Webmention.io](http://webmention.io/) 6 | 7 | Includes an optional JavaScript for updating webmentions automatically between publishes and, if available, in realtime using WebSockets 8 | author: aarongustafson 9 | git: git@github.com:aarongustafson/jekyll-webmention_io.git 10 | repository: https://github.com/aarongustafson/jekyll-webmention_io 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll-youtube-lazyloading.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll-youtube-lazyloading 4 | description: > 5 | This Jekyll/Octopress plugin improves the responsiveness on page that 6 | embed many youtube iframes by delaying the iframe creation until the user 7 | clicks on the video 8 | author: erossignon 9 | git: git@github.com:erossignon/jekyll-youtube-lazyloading.git 10 | repository: https://github.com/erossignon/jekyll-youtube-lazyloading 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll-youtube.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-youtube 3 | description: > 4 | A Liquid tag that takes a YouTube URL and generates a responsive html snippet to embed the video into your site 5 | author: dommmel 6 | git: git@github.com:dommmel/jekyll-youtube.git 7 | repository: https://github.com/dommmel/jekyll-youtube 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll_alias_generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll_alias_generator 4 | description: Generates redirect pages for posts with aliases set in the YAML Front Matter. 5 | author: tsmango 6 | git: git@github.com:tsmango/jekyll_alias_generator.git 7 | repository: https://github.com/tsmango/jekyll_alias_generator 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll_date_chart.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll_date_chart 3 | description: This Jekyll plugin renders date-related line charts based on textile-formatted tables. While the plugin focuses on the presentation of financial data, it may also be used to display other date-related statistics 4 | author: GSI 5 | git: git@github.com:GSI/jekyll_date_chart.git 6 | repository: https://github.com/GSI/jekyll_date_chart 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll_figure.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll_figure 4 | description: > 5 | A Liquid `figure` tag for Jekyll 6 | author: lmullen 7 | git: git@github.com:lmullen/jekyll_figure.git 8 | repository: https://github.com/lmullen/jekyll_figure 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll_flickr_set_tag.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll_flickr_set_tag 4 | description: Generates image galleries from a Flickr set. 5 | author: tsmango 6 | git: git@github.com:tsmango/jekyll_flickr_set_tag.git 7 | repository: https://github.com/tsmango/jekyll_flickr_set_tag 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll_image_encode.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll_image_encode 3 | description: Liquid Tag that renders base64 codes of images fetched from the web 4 | author: GSI 5 | git: git@github.com:GSI/jekyll_image_encode.git 6 | repository: https://github.com/GSI/jekyll_image_encode 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll_indextank.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll_indextank 4 | description: Jekyll + indextank = Static websites with powerful full-text search 5 | author: PascalW 6 | git: git@github.com:PascalW/jekyll_indextank.git 7 | repository: https://github.com/PascalW/jekyll_indextank 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/jekyll_inline_highlight.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll_inline_highlight 3 | description: > 4 | A Liquid tag for inline syntax highlighting in Jekyll 5 | compatible: v3 6 | author: bdesham 7 | git: git@github.com:bdesham/inline_highlight.git 8 | repository: https://github.com/bdesham/inline_highlight 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jekyll_oembed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-oembed 3 | description: Jekyll plugin to embed objects with the help of oEmbed. Simple liquid tag 4 | author: stereobooster 5 | git: git@github.com:stereobooster/jekyll_oembed.git 6 | repository: https://github.com/stereobooster/jekyll_oembed 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll_quick_man.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll_quick_man 3 | description: This Jekyll plugin generates links to man pages on the internet and automatically fills the anchor title with the man page's description. 4 | author: GSI 5 | git: git@github.com:GSI/jekyll_quick_man.git 6 | repository: https://github.com/GSI/jekyll_quick_man 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/jekyll_smilify.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: jekyll_smilify 4 | description: > 5 | smilify is a Liquid filter to transform text emoticons into smileys. It 6 | can be easily plugged in to your existing Jekyll powered content to bring 7 | all your text emoticons to life. 8 | author: SaswatPadhi 9 | git: git@github.com:SaswatPadhi/jekyll_smilify.git 10 | repository: https://github.com/SaswatPadhi/jekyll_smilify 11 | --- 12 | -------------------------------------------------------------------------------- /_plugins/jekyll_ts.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: TypeScript generator 4 | description: > 5 | Generate Javascript on build from your TypeScript. 6 | author: sheehamj13 7 | git: git@github.com:sheehamj13/jekyll_ts.git 8 | repository: https://github.com/sheehamj13/jekyll_ts 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jemoji.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jemoji 3 | description: > 4 | GitHub-flavored emoji plugin for Jekyll. 5 | author: jekyll 6 | compatible: v3 7 | git: git@github.com:jekyll/jemoji.git 8 | repository: https://github.com/jekyll/jemoji 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/jeql.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jeql 3 | description: A GraphQL plugin for Jekyll. 4 | author: crunch09 5 | git: git://github.com/crunch09/jeql.git 6 | repository: https://github.com/crunch09/jeql 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/kramdown-with-pygments.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: kramdown-with-pygments 4 | description: > 5 | Enable Pygments syntax highlighting for Kramdown-parsed fenced code blocks 6 | author: mvdbos 7 | git: git@github.com:mvdbos/kramdown-with-pygments.git 8 | repository: https://github.com/mvdbos/kramdown-with-pygments 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/liquid-md5.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: liquid-md5 3 | description: A Liquid filter that outputs an MD5 hash. Can be useful for generating Gravatar URLs from email addresses 4 | author: pathawks 5 | git: git@github.com:pathawks/liquid-md5.git 6 | repository: https://github.com/pathawks/liquid-md5 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/liquid_pluralize.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: liquid_pluralize 3 | description: A Liquid filter to make it easy to form correct plurals 4 | author: bdesham 5 | git: git@github.com:bdesham/pluralize.git 6 | repository: https://github.com/bdesham/pluralize 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/liquid_reading_time.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: liquid_reading_time 3 | description: A Liquid filter to count words and estimate reading time 4 | author: bdesham 5 | git: git@github.com:bdesham/reading_time.git 6 | repository: https://github.com/bdesham/reading_time 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/markdown-writer.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: markdown-writer 4 | description: > 5 | An [Atom package for Jekyll](https://atom.io/packages/markdown-writer). It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings 6 | author: zhuochun 7 | git: git@github.com:zhuochun/md-writer.git 8 | repository: https://github.com/zhuochun/md-writer 9 | category: editor 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/match_regex.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: match_regex 3 | description: A Liquid filter to perform regex match 4 | author: sparanoid 5 | git: git@github.com:sparanoid/match_regex.git 6 | repository: https://github.com/sparanoid/match_regex 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/monthly-archive-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Monthly Archive Plugin 4 | description: > 5 | Generate a monthly archive. 6 | author: shigeya 7 | git: git@github.com:shigeya/jekyll-monthly-archive-plugin.git 8 | repository: https://github.com/shigeya/jekyll-monthly-archive-plugin 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/piwigo_gallery.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: piwigo_gallery 4 | description: > 5 | Generate thumbnails from a [Piwigo](http://piwigo.org/) gallery and display them with a Liquid tag 6 | author: AlessandroLorenzi 7 | git: git@github.com:AlessandroLorenzi/piwigo_gallery.git 8 | repository: https://github.com/AlessandroLorenzi/piwigo_gallery 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/pug-jekyll-plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: pug-jekyll-plugin 4 | description: > 5 | Converter Plugin that brings Pug support to Jekyll 6 | author: mdxprograms 7 | git: git@github.com:mdxprograms/pug-jekyll-plugin.git 8 | repository: https://github.com/mdxprograms/pug-jekyll-plugin 9 | category: converter 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/related_posts-jekyll_plugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: related_posts-jekyll_plugin 4 | description: > 5 | This is a jekyll plugin that overrides the built in related_posts 6 | function to calculate related posts based on a posts' tags. 7 | author: LawrenceWoodman 8 | git: git@github.com:LawrenceWoodman/related_posts-jekyll_plugin.git 9 | repository: https://github.com/LawrenceWoodman/related_posts-jekyll_plugin 10 | --- 11 | -------------------------------------------------------------------------------- /_plugins/remote_file_content.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: remote_file_content 4 | description: > 5 | Using `remote_file_content` tag you can fetch the content of a remote file and include it as if you would put the content right into your markdown file yourself. Very useful for including code from GitHub repo's to always have a current repo version 6 | author: dimitri-koenig 7 | git: git@github.com:dimitri-koenig/jekyll-plugins.git 8 | repository: https://github.com/dimitri-koenig/jekyll-plugins 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/replace_regex.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: replace_regex 3 | description: A Liquid filter to perform regex replace 4 | author: sparanoid 5 | git: git@github.com:sparanoid/replace_regex.git 6 | repository: https://github.com/sparanoid/replace_regex 7 | category: filter 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/rss-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: RSS Feed Generator 4 | description: > 5 | Automatically creates an RSS 2.0 feed from your posts. 6 | author: agelber 7 | git: git@github.com:assafgelber/jekyll-rss.git 8 | repository: https://github.com/agelber/jekyll-rss 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/rust_playground_highlight.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: rust_playground_highlight 3 | description: Automatically add links to the Rust Playground for code samples in your Jekyll site 4 | author: IanWhitney 5 | git: git@github.com:IanWhitney/rust_playground_highlight.git 6 | repository: https://github.com/IanWhitney/rust_playground_highlight 7 | --- 8 | -------------------------------------------------------------------------------- /_plugins/singlepage-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: singlepage-jekyll 4 | description: > 5 | A simple Jekyll plugin to make content load dynamically using pagify.js. 6 | 7 | Pagify.js is a great jQuery plugin to make simple one-page websites, with 8 | content loading dynamically. The only problem with it is that you have to 9 | define every page you want to load manually. This is fine for a static 10 | page, but it get's in the way when you're hosting a website with 11 | regularly updated content. This plugin aims to solve that. 12 | 13 | It generates a JSON file of all your pages, which you can pass to 14 | pagify.js. 15 | author: JCB-K 16 | git: git@github.com:JCB-K/singlepage-jekyll.git 17 | repository: https://github.com/JCB-K/singlepage-jekyll 18 | --- 19 | -------------------------------------------------------------------------------- /_plugins/sitemap-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Sitemap generator 4 | description: > 5 | Sitemap.xml Generator is a Jekyll plugin that generates a sitemap.xml file by traversing all of the available posts and pages. 6 | author: kinnetica 7 | git: git@github.com:kinnetica/jekyll-plugins.git 8 | repository: https://github.com/kinnetica/jekyll-plugins 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/sublime-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: sublime-jekyll 4 | description: | 5 | [A Sublime Text package](https://packagecontrol.io/packages/Jekyll) for Jekyll static sites 6 | 7 | This package is aimed at streamlining the process of managing and creating new Jekyll posts. 8 | It does this by providing quick and easy access to new post and draft commands, snippets and 9 | completions for Liquid template tags and filters, as well as some handy commands for adding 10 | dates and upload links to your posts. 11 | 12 | If you use Jekyll as your static site generator, and Sublime Text as your text editor, you 13 | should absolutely install and use this package! 14 | author: 23maverick23 15 | git: git@github.com:23maverick23/sublime-jekyll.git 16 | repository: https://github.com/23maverick23/sublime-jekyll 17 | --- 18 | -------------------------------------------------------------------------------- /_plugins/truncatehtml.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: truncatehtml 4 | description: A Jekyll plugin that truncates HTML while preserving markup structure. 5 | author: MattHall 6 | git: git@github.com:MattHall/truncatehtml.git 7 | repository: https://github.com/MattHall/truncatehtml 8 | --- 9 | -------------------------------------------------------------------------------- /_plugins/twemoji-awesome.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: Twemoji Awesome 4 | description: > 5 | A Liquid tag to display Twitter emojis ❤️ [Example](http://ezmyrelda.com/site/2015/01/29/three-kinds-of-love/) 6 | author: Ezmyrelda 7 | git: git@github.com:Ezmyrelda/twa.git 8 | repository: https://github.com/Ezmyrelda/twa 9 | --- 10 | -------------------------------------------------------------------------------- /_plugins/vim-jekyll.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: copy-and-paste 3 | title: vim-jekyll 4 | description: A vim plugin to generate new posts and run `jekyll build` all without leaving vim. 5 | author: parkr 6 | git: git@github.com:parkr/vim-jekyll.git 7 | repository: https://github.com/parkr/vim-jekyll 8 | --- 9 | -------------------------------------------------------------------------------- /_sass/_gridism.scss: -------------------------------------------------------------------------------- 1 | /* 2 | * Gridism 3 | * A simple, responsive, and handy CSS grid by @cobyism 4 | * https://github.com/cobyism/gridism 5 | */ 6 | 7 | /* Preserve some sanity */ 8 | .grid, 9 | .unit { 10 | -webkit-box-sizing: border-box; 11 | -moz-box-sizing: border-box; 12 | box-sizing: border-box; 13 | } 14 | 15 | /* Set up some rules to govern the grid */ 16 | .grid { 17 | display: block; 18 | clear: both; 19 | } 20 | .grid .unit { 21 | float: left; 22 | width: 100%; 23 | padding: 10px; 24 | } 25 | 26 | /* This ensures the outer gutters are equal to the (doubled) inner gutters. */ 27 | .grid .unit:first-child { padding-left: 20px; } 28 | .grid .unit:last-child { padding-right: 20px; } 29 | 30 | /* Nested grids already have padding though, so let's nuke it */ 31 | .unit .unit:first-child { padding-left: 0; } 32 | .unit .unit:last-child { padding-right: 0; } 33 | .unit .grid:first-child > .unit { padding-top: 0; } 34 | .unit .grid:last-child > .unit { padding-bottom: 0; } 35 | 36 | /* Let people nuke the gutters/padding completely in a couple of ways */ 37 | .no-gutters .unit, 38 | .unit.no-gutters { 39 | padding: 0 !important; 40 | } 41 | 42 | /* Wrapping at a maximum width is optional */ 43 | .wrap .grid, 44 | .grid.wrap { 45 | max-width: 978px; 46 | margin: 0 auto; 47 | } 48 | 49 | /* Width classes also have shorthand versions numbered as fractions 50 | * For example: for a grid unit 1/3 (one third) of the parent width, 51 | * simply apply class="w-1-3" to the element. */ 52 | .grid .whole, .grid .w-1-1 { width: 100%; } 53 | .grid .half, .grid .w-1-2 { width: 50%; } 54 | .grid .one-third, .grid .w-1-3 { width: 33.3332%; } 55 | .grid .two-thirds, .grid .w-2-3 { width: 66.6665%; } 56 | .grid .one-quarter, .grid .w-1-4 { width: 25%; } 57 | .grid .three-quarters, .grid .w-3-4 { width: 75%; } 58 | .grid .one-fifth, .grid .w-1-5 { width: 20%; } 59 | .grid .two-fifths, .grid .w-2-5 { width: 40%; } 60 | .grid .three-fifths, .grid .w-3-5 { width: 60%; } 61 | .grid .four-fifths, .grid .w-4-5 { width: 80%; } 62 | .grid .golden-small, .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */ 63 | .grid .golden-large, .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */ 64 | 65 | /* Clearfix after every .grid */ 66 | .grid { 67 | *zoom: 1; 68 | } 69 | .grid:before, .grid:after { 70 | display: table; 71 | content: ""; 72 | line-height: 0; 73 | } 74 | .grid:after { 75 | clear: both; 76 | } 77 | 78 | /* Utility classes */ 79 | .align-center { text-align: center; } 80 | .align-left { text-align: left; } 81 | .align-right { text-align: right; } 82 | .pull-left { float: left; } 83 | .pull-right { float: right; } 84 | 85 | /* A property for a better rendering of images in units: in 86 | this way bigger pictures are just resized if the unit 87 | becomes smaller */ 88 | .unit img { 89 | max-width: 100%; 90 | } 91 | 92 | /* Hide elements using this class by default */ 93 | .only-on-mobiles { 94 | display: none !important; 95 | } 96 | 97 | .show-on-mobiles { 98 | display: none; 99 | } 100 | 101 | /* Responsive Stuff */ 102 | @media screen and (max-width: 568px) { 103 | /* Stack anything that isn’t full-width on smaller screens */ 104 | .grid:not(.no-stacking-on-mobiles) > .unit { 105 | width: 100% !important; 106 | padding-left: 20px; 107 | padding-right: 20px; 108 | } 109 | .unit .grid .unit { 110 | padding-left: 0px; 111 | padding-right: 0px; 112 | } 113 | 114 | /* Sometimes, you just want to be different on small screens */ 115 | .center-on-mobiles { 116 | text-align: center !important; 117 | } 118 | .hide-on-mobiles { 119 | display: none !important; 120 | } 121 | .only-on-mobiles, 122 | .show-on-mobiles { 123 | display: block !important; 124 | } 125 | a .show-on-mobiles { 126 | display: inline !important; 127 | } 128 | } 129 | 130 | /* Expand the wrap a bit further on larger screens */ 131 | @media screen and (min-width: 1180px) { 132 | .wider .grid, 133 | .grid.wider { 134 | max-width: 1180px; 135 | margin: 0 auto; 136 | } 137 | } 138 | -------------------------------------------------------------------------------- /_sass/_normalize.scss: -------------------------------------------------------------------------------- 1 | /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ 2 | 3 | /* Document 4 | ========================================================================== */ 5 | 6 | /** 7 | * 1. Correct the line height in all browsers. 8 | * 2. Prevent adjustments of font size after orientation changes in 9 | * IE on Windows Phone and in iOS. 10 | */ 11 | 12 | html { 13 | line-height: 1.15; /* 1 */ 14 | -ms-text-size-adjust: 100%; /* 2 */ 15 | -webkit-text-size-adjust: 100%; /* 2 */ 16 | } 17 | 18 | /* Sections 19 | ========================================================================== */ 20 | 21 | /** 22 | * Remove the margin in all browsers (opinionated). 23 | */ 24 | 25 | body { 26 | margin: 0; 27 | } 28 | 29 | /** 30 | * Add the correct display in IE 9-. 31 | */ 32 | 33 | article, 34 | aside, 35 | footer, 36 | header, 37 | nav, 38 | section { 39 | display: block; 40 | } 41 | 42 | /** 43 | * Correct the font size and margin on `h1` elements within `section` and 44 | * `article` contexts in Chrome, Firefox, and Safari. 45 | */ 46 | 47 | h1 { 48 | font-size: 2em; 49 | margin: 0.67em 0; 50 | } 51 | 52 | /* Grouping content 53 | ========================================================================== */ 54 | 55 | /** 56 | * Add the correct display in IE 9-. 57 | * 1. Add the correct display in IE. 58 | */ 59 | 60 | figcaption, 61 | figure, 62 | main { /* 1 */ 63 | display: block; 64 | } 65 | 66 | /** 67 | * Add the correct margin in IE 8. 68 | */ 69 | 70 | figure { 71 | margin: 1em 40px; 72 | } 73 | 74 | /** 75 | * 1. Add the correct box sizing in Firefox. 76 | * 2. Show the overflow in Edge and IE. 77 | */ 78 | 79 | hr { 80 | box-sizing: content-box; /* 1 */ 81 | height: 0; /* 1 */ 82 | overflow: visible; /* 2 */ 83 | } 84 | 85 | /** 86 | * 1. Correct the inheritance and scaling of font size in all browsers. 87 | * 2. Correct the odd `em` font sizing in all browsers. 88 | */ 89 | 90 | pre { 91 | font-family: monospace, monospace; /* 1 */ 92 | font-size: 1em; /* 2 */ 93 | } 94 | 95 | /* Text-level semantics 96 | ========================================================================== */ 97 | 98 | /** 99 | * 1. Remove the gray background on active links in IE 10. 100 | * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. 101 | */ 102 | 103 | a { 104 | background-color: transparent; /* 1 */ 105 | -webkit-text-decoration-skip: objects; /* 2 */ 106 | } 107 | 108 | /** 109 | * 1. Remove the bottom border in Chrome 57- and Firefox 39-. 110 | * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. 111 | */ 112 | 113 | abbr[title] { 114 | border-bottom: none; /* 1 */ 115 | text-decoration: underline; /* 2 */ 116 | text-decoration: underline dotted; /* 2 */ 117 | } 118 | 119 | /** 120 | * Prevent the duplicate application of `bolder` by the next rule in Safari 6. 121 | */ 122 | 123 | b, 124 | strong { 125 | font-weight: inherit; 126 | } 127 | 128 | /** 129 | * Add the correct font weight in Chrome, Edge, and Safari. 130 | */ 131 | 132 | b, 133 | strong { 134 | font-weight: bolder; 135 | } 136 | 137 | /** 138 | * 1. Correct the inheritance and scaling of font size in all browsers. 139 | * 2. Correct the odd `em` font sizing in all browsers. 140 | */ 141 | 142 | code, 143 | kbd, 144 | samp { 145 | font-family: monospace, monospace; /* 1 */ 146 | font-size: 1em; /* 2 */ 147 | } 148 | 149 | /** 150 | * Add the correct font style in Android 4.3-. 151 | */ 152 | 153 | dfn { 154 | font-style: italic; 155 | } 156 | 157 | /** 158 | * Add the correct background and color in IE 9-. 159 | */ 160 | 161 | mark { 162 | background-color: #ff0; 163 | color: #000; 164 | } 165 | 166 | /** 167 | * Add the correct font size in all browsers. 168 | */ 169 | 170 | small { 171 | font-size: 80%; 172 | } 173 | 174 | /** 175 | * Prevent `sub` and `sup` elements from affecting the line height in 176 | * all browsers. 177 | */ 178 | 179 | sub, 180 | sup { 181 | font-size: 75%; 182 | line-height: 0; 183 | position: relative; 184 | vertical-align: baseline; 185 | } 186 | 187 | sub { 188 | bottom: -0.25em; 189 | } 190 | 191 | sup { 192 | top: -0.5em; 193 | } 194 | 195 | /* Embedded content 196 | ========================================================================== */ 197 | 198 | /** 199 | * Add the correct display in IE 9-. 200 | */ 201 | 202 | audio, 203 | video { 204 | display: inline-block; 205 | } 206 | 207 | /** 208 | * Add the correct display in iOS 4-7. 209 | */ 210 | 211 | audio:not([controls]) { 212 | display: none; 213 | height: 0; 214 | } 215 | 216 | /** 217 | * Remove the border on images inside links in IE 10-. 218 | */ 219 | 220 | img { 221 | border-style: none; 222 | } 223 | 224 | /** 225 | * Hide the overflow in IE. 226 | */ 227 | 228 | svg:not(:root) { 229 | overflow: hidden; 230 | } 231 | 232 | /* Forms 233 | ========================================================================== */ 234 | 235 | /** 236 | * 1. Change the font styles in all browsers (opinionated). 237 | * 2. Remove the margin in Firefox and Safari. 238 | */ 239 | 240 | button, 241 | input, 242 | optgroup, 243 | select, 244 | textarea { 245 | font-family: sans-serif; /* 1 */ 246 | font-size: 100%; /* 1 */ 247 | line-height: 1.15; /* 1 */ 248 | margin: 0; /* 2 */ 249 | } 250 | 251 | /** 252 | * Show the overflow in IE. 253 | * 1. Show the overflow in Edge. 254 | */ 255 | 256 | button, 257 | input { /* 1 */ 258 | overflow: visible; 259 | } 260 | 261 | /** 262 | * Remove the inheritance of text transform in Edge, Firefox, and IE. 263 | * 1. Remove the inheritance of text transform in Firefox. 264 | */ 265 | 266 | button, 267 | select { /* 1 */ 268 | text-transform: none; 269 | } 270 | 271 | /** 272 | * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` 273 | * controls in Android 4. 274 | * 2. Correct the inability to style clickable types in iOS and Safari. 275 | */ 276 | 277 | button, 278 | html [type="button"], /* 1 */ 279 | [type="reset"], 280 | [type="submit"] { 281 | -webkit-appearance: button; /* 2 */ 282 | } 283 | 284 | /** 285 | * Remove the inner border and padding in Firefox. 286 | */ 287 | 288 | button::-moz-focus-inner, 289 | [type="button"]::-moz-focus-inner, 290 | [type="reset"]::-moz-focus-inner, 291 | [type="submit"]::-moz-focus-inner { 292 | border-style: none; 293 | padding: 0; 294 | } 295 | 296 | /** 297 | * Restore the focus styles unset by the previous rule. 298 | */ 299 | 300 | button:-moz-focusring, 301 | [type="button"]:-moz-focusring, 302 | [type="reset"]:-moz-focusring, 303 | [type="submit"]:-moz-focusring { 304 | outline: 1px dotted ButtonText; 305 | } 306 | 307 | /** 308 | * Correct the padding in Firefox. 309 | */ 310 | 311 | fieldset { 312 | padding: 0.35em 0.75em 0.625em; 313 | } 314 | 315 | /** 316 | * 1. Correct the text wrapping in Edge and IE. 317 | * 2. Correct the color inheritance from `fieldset` elements in IE. 318 | * 3. Remove the padding so developers are not caught out when they zero out 319 | * `fieldset` elements in all browsers. 320 | */ 321 | 322 | legend { 323 | box-sizing: border-box; /* 1 */ 324 | color: inherit; /* 2 */ 325 | display: table; /* 1 */ 326 | max-width: 100%; /* 1 */ 327 | padding: 0; /* 3 */ 328 | white-space: normal; /* 1 */ 329 | } 330 | 331 | /** 332 | * 1. Add the correct display in IE 9-. 333 | * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. 334 | */ 335 | 336 | progress { 337 | display: inline-block; /* 1 */ 338 | vertical-align: baseline; /* 2 */ 339 | } 340 | 341 | /** 342 | * Remove the default vertical scrollbar in IE. 343 | */ 344 | 345 | textarea { 346 | overflow: auto; 347 | } 348 | 349 | /** 350 | * 1. Add the correct box sizing in IE 10-. 351 | * 2. Remove the padding in IE 10-. 352 | */ 353 | 354 | [type="checkbox"], 355 | [type="radio"] { 356 | box-sizing: border-box; /* 1 */ 357 | padding: 0; /* 2 */ 358 | } 359 | 360 | /** 361 | * Correct the cursor style of increment and decrement buttons in Chrome. 362 | */ 363 | 364 | [type="number"]::-webkit-inner-spin-button, 365 | [type="number"]::-webkit-outer-spin-button { 366 | height: auto; 367 | } 368 | 369 | /** 370 | * 1. Correct the odd appearance in Chrome and Safari. 371 | * 2. Correct the outline style in Safari. 372 | */ 373 | 374 | [type="search"] { 375 | -webkit-appearance: textfield; /* 1 */ 376 | outline-offset: -2px; /* 2 */ 377 | } 378 | 379 | /** 380 | * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. 381 | */ 382 | 383 | [type="search"]::-webkit-search-cancel-button, 384 | [type="search"]::-webkit-search-decoration { 385 | -webkit-appearance: none; 386 | } 387 | 388 | /** 389 | * 1. Correct the inability to style clickable types in iOS and Safari. 390 | * 2. Change font properties to `inherit` in Safari. 391 | */ 392 | 393 | ::-webkit-file-upload-button { 394 | -webkit-appearance: button; /* 1 */ 395 | font: inherit; /* 2 */ 396 | } 397 | 398 | /* Interactive 399 | ========================================================================== */ 400 | 401 | /* 402 | * Add the correct display in IE 9-. 403 | * 1. Add the correct display in Edge, IE, and Firefox. 404 | */ 405 | 406 | details, /* 1 */ 407 | menu { 408 | display: block; 409 | } 410 | 411 | /* 412 | * Add the correct display in all browsers. 413 | */ 414 | 415 | summary { 416 | display: list-item; 417 | } 418 | 419 | /* Scripting 420 | ========================================================================== */ 421 | 422 | /** 423 | * Add the correct display in IE 9-. 424 | */ 425 | 426 | canvas { 427 | display: inline-block; 428 | } 429 | 430 | /** 431 | * Add the correct display in IE. 432 | */ 433 | 434 | template { 435 | display: none; 436 | } 437 | 438 | /* Hidden 439 | ========================================================================== */ 440 | 441 | /** 442 | * Add the correct display in IE 10-. 443 | */ 444 | 445 | [hidden] { 446 | display: none; 447 | } 448 | -------------------------------------------------------------------------------- /_sass/pygments.scss: -------------------------------------------------------------------------------- 1 | /*.highlight { background: #333333; color: #ffffff}*/ 2 | .highlight .hll { background-color: #ffffcc } 3 | .highlight .c { color: #87ceeb} /* Comment */ 4 | .highlight .err { color: #ffffff} /* Error */ 5 | .highlight .g { color: #ffffff} /* Generic */ 6 | .highlight .k { color: #f0e68c} /* Keyword */ 7 | .highlight .l { color: #ffffff} /* Literal */ 8 | .highlight .n { color: #ffffff} /* Name */ 9 | .highlight .o { color: #ffffff} /* Operator */ 10 | .highlight .x { color: #ffffff} /* Other */ 11 | .highlight .p { color: #ffffff} /* Punctuation */ 12 | .highlight .cm { color: #87ceeb} /* Comment.Multiline */ 13 | .highlight .cp { color: #cd5c5c} /* Comment.Preproc */ 14 | .highlight .c1 { color: #87ceeb} /* Comment.Single */ 15 | .highlight .cs { color: #87ceeb} /* Comment.Special */ 16 | .highlight .gd { color: #0000c0; font-weight: bold; background-color: #008080 } /* Generic.Deleted */ 17 | .highlight .ge { color: #c000c0; text-decoration: underline} /* Generic.Emph */ 18 | .highlight .gr { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Error */ 19 | .highlight .gh { color: #cd5c5c} /* Generic.Heading */ 20 | .highlight .gi { color: #ffffff; background-color: #0000c0 } /* Generic.Inserted */ 21 | .highlight span.go { color: #add8e6; font-weight: bold; background-color: #4d4d4d } /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */ 22 | .highlight .gp { color: #ffffff} /* Generic.Prompt */ 23 | .highlight .gs { color: #ffffff} /* Generic.Strong */ 24 | .highlight .gu { color: #cd5c5c} /* Generic.Subheading */ 25 | .highlight .gt { color: #c0c0c0; font-weight: bold; background-color: #c00000 } /* Generic.Traceback */ 26 | .highlight .kc { color: #f0e68c} /* Keyword.Constant */ 27 | .highlight .kd { color: #f0e68c} /* Keyword.Declaration */ 28 | .highlight .kn { color: #f0e68c} /* Keyword.Namespace */ 29 | .highlight .kp { color: #f0e68c} /* Keyword.Pseudo */ 30 | .highlight .kr { color: #f0e68c} /* Keyword.Reserved */ 31 | .highlight .kt { color: #bdb76b} /* Keyword.Type */ 32 | .highlight .ld { color: #ffffff} /* Literal.Date */ 33 | .highlight .m { color: #ffffff} /* Literal.Number */ 34 | .highlight .s { color: #ffffff} /* Literal.String */ 35 | .highlight .na { color: #ffffff} /* Name.Attribute */ 36 | .highlight .nb { color: #ffffff} /* Name.Builtin */ 37 | .highlight .nc { color: #ffffff} /* Name.Class */ 38 | .highlight .no { color: #ffa0a0} /* Name.Constant */ 39 | .highlight .nd { color: #ffffff} /* Name.Decorator */ 40 | .highlight .ni { color: #ffdead} /* Name.Entity */ 41 | .highlight .ne { color: #ffffff} /* Name.Exception */ 42 | .highlight .nf { color: #ffffff} /* Name.Function */ 43 | .highlight .nl { color: #ffffff} /* Name.Label */ 44 | .highlight .nn { color: #ffffff} /* Name.Namespace */ 45 | .highlight .nx { color: #ffffff} /* Name.Other */ 46 | .highlight .py { color: #ffffff} /* Name.Property */ 47 | .highlight .nt { color: #f0e68c} /* Name.Tag */ 48 | .highlight .nv { color: #98fb98} /* Name.Variable */ 49 | .highlight .ow { color: #ffffff} /* Operator.Word */ 50 | .highlight .w { color: #ffffff} /* Text.Whitespace */ 51 | .highlight .mf { color: #ffffff} /* Literal.Number.Float */ 52 | .highlight .mh { color: #ffffff} /* Literal.Number.Hex */ 53 | .highlight .mi { color: #ffffff} /* Literal.Number.Integer */ 54 | .highlight .mo { color: #ffffff} /* Literal.Number.Oct */ 55 | .highlight .sb { color: #ffffff} /* Literal.String.Backtick */ 56 | .highlight .sc { color: #ffffff} /* Literal.String.Char */ 57 | .highlight .sd { color: #ffffff} /* Literal.String.Doc */ 58 | .highlight .s2 { color: #ffffff} /* Literal.String.Double */ 59 | .highlight .se { color: #ffffff} /* Literal.String.Escape */ 60 | .highlight .sh { color: #ffffff} /* Literal.String.Heredoc */ 61 | .highlight .si { color: #ffffff} /* Literal.String.Interpol */ 62 | .highlight .sx { color: #ffffff} /* Literal.String.Other */ 63 | .highlight .sr { color: #ffffff} /* Literal.String.Regex */ 64 | .highlight .s1 { color: #ffffff} /* Literal.String.Single */ 65 | .highlight .ss { color: #ffffff} /* Literal.String.Symbol */ 66 | .highlight .bp { color: #ffffff} /* Name.Builtin.Pseudo */ 67 | .highlight .vc { color: #98fb98} /* Name.Variable.Class */ 68 | .highlight .vg { color: #98fb98} /* Name.Variable.Global */ 69 | .highlight .vi { color: #98fb98} /* Name.Variable.Instance */ 70 | .highlight .il { color: #ffffff} /* Literal.Number.Integer.Long */ 71 | -------------------------------------------------------------------------------- /_themes/alpha_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: alpha_jekyll_theme 3 | description: A Jekyll version of the Alpha theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/alpha-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/alpha-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/alpha-jekyll-theme/master/assets/images/alpha.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/dimension_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: dimension_jekyll_theme 3 | description: A Jekyll version of the Dimension theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/dimension-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/dimension-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/dimension-jekyll-theme/master/assets/images/screenshot.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/editorial_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: editorial_jekyll_theme 3 | description: A Jekyll version of the Editorial theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/editorial-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/editorial-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/editorial-jekyll-theme/master/assets/images/screenshot.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/eventually_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: eventually_jekyll_theme 3 | description: A Jekyll version of the Eventually theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/eventually-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/eventually-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/eventually-jekyll-theme/master/assets/images/eventually.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/forty_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: forty_jekyll_theme 3 | description: A Jekyll version of the Forty theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/forty-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/forty-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/forty-jekyll-theme/master/assets/images/forty.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/fractal_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: fractal_jekyll_theme 3 | description: A Jekyll version of the Fractal theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/fractal-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/fractal-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/fractal-jekyll-theme/master/assets/images/fractal.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/future_imperfect_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: future_imperfect_jekyll_theme 3 | description: A Jekyll version of the Future Imperfect theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/future-imperfect-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/future-imperfect-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/future-imperfect-jekyll-theme/master/assets/images/future-imperfect.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/highlights_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: highlights_jekyll_theme 3 | description: A Jekyll version of the Highlights theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/highlights-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/highlights-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/highlights-jekyll-theme/master/assets/images/highlights.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/hyperspace_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: hyperspace_jekyll_theme 3 | description: A Jekyll version of the Hyperspace theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/hyperspace-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/hyperspace-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/hyperspace-jekyll-theme/master/assets/images/hyperspace.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/identity_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: identity_jekyll_theme 3 | description: A Jekyll version of the Identity theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/identity-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/identity-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/identity-jekyll-theme/master/assets/images/identity.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-swiss.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-swiss 3 | description: Jekyll theme inspired by Swiss design. 4 | author: broccolini 5 | git: git@github.com:broccolini/swiss.git 6 | repository: https://github.com/broccolini/swiss 7 | thumbnail: https://raw.githubusercontent.com/broccolini/swiss/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-architect.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-architect 3 | description: Architect is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/architect.git 6 | repository: https://github.com/pages-themes/architect 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/architect/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-cayman.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-cayman 3 | description: Cayman is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/cayman.git 6 | repository: https://github.com/pages-themes/cayman 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/cayman/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-dinky.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-dinky 3 | description: Dinky is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/dinky.git 6 | repository: https://github.com/pages-themes/dinky 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/dinky/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-hacker.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-hacker 3 | description: Hacker is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/hacker.git 6 | repository: https://github.com/pages-themes/hacker 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/hacker/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-leap-day.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-leap-day 3 | description: Leap day is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/leap-day.git 6 | repository: https://github.com/pages-themes/leap-day 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/leap-day/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-merlot.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-merlot 3 | description: Merlot is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/merlot.git 6 | repository: https://github.com/pages-themes/merlot 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/merlot/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-midnight.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-midnight 3 | description: Midnight is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/midnight.git 6 | repository: https://github.com/pages-themes/midnight 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/midnight/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-minimal.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-minimal 3 | description: Minimal is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/minimal.git 6 | repository: https://github.com/pages-themes/minimal 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/minimal/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-modernist.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-modernist 3 | description: Modernist is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/modernist.git 6 | repository: https://github.com/pages-themes/modernist 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/modernist/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-slate.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-slate 3 | description: Slate is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/slate.git 6 | repository: https://github.com/pages-themes/slate 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/slate/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-tactile.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-tactile 3 | description: Tactile is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/tactile.git 6 | repository: https://github.com/pages-themes/tactile 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/tactile/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/jekyll-theme-time-machine.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: jekyll-theme-time-machine 3 | description: Time machine is a Jekyll theme for GitHub Pages 4 | author: pages-themes 5 | git: git@github.com:pages-themes/time-machine.git 6 | repository: https://github.com/pages-themes/time-machine 7 | thumbnail: https://raw.githubusercontent.com/pages-themes/time-machine/master/thumbnail.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/lens_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: lens_jekyll_theme 3 | description: A Jekyll version of the Lens theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/lens-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/lens-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/lens-jekyll-theme/master/assets/images/lens.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/material-bliss-jekyll-theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: material-bliss-jekyll-theme 3 | description: A Material Theme for Jekyll created with React, Redux, and React-Router transpiled with Webpack 4 | author: InsidiousMind 5 | git: git@github.com:InsidiousMind/material-bliss-jekyll-theme.git 6 | repository: https://github.com/InsidiousMind/material-bliss-jekyll-theme 7 | thumbnail: /img/themes/screenshots/material-bliss-jekyll-theme.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/minima.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: minima 3 | description: Minima is a one-size-fits-all Jekyll theme for writers. 4 | author: jglovier 5 | git: git@github.com:jekyll/minima.git 6 | repository: https://github.com/jekyll/minima 7 | thumbnail: https://github.com/jekyll/minima/raw/master/screenshot.png 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/multiverse_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: multiverse_jekyll_theme 3 | description: A Jekyll version of the Multiverse theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/multiverse-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/multiverse-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/multiverse-jekyll-theme/master/assets/images/multiverse.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/phantom_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: phantom_jekyll_theme 3 | description: A Jekyll version of the Phantom theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/phantom-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/phantom-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/phantom-jekyll-theme/master/assets/images/phantom.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/solid_state_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: solid_state_jekyll_theme 3 | description: A Jekyll version of the Solid State theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/solid-state-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/solid-state-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/solid_state-jekyll-theme/master/assets/images/solid-state.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/spectral_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: spectral_jekyll_theme 3 | description: A Jekyll version of the Spectral theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/spectral-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/spectral-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/spectral-jekyll-theme/master/screenshot.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/stellar_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: stellar_jekyll_theme 3 | description: A Jekyll version of the Stellar theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/stellar-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/stellar-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/stellar-jekyll-theme/master/assets/images/stellar.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /_themes/strata_jekyll_theme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: strata_jekyll_theme 3 | description: A Jekyll version of the Strata theme by HTML5 UP 4 | author: andrewbanchich 5 | git: git@github.com:andrewbanchich/strata-jekyll-theme.git 6 | repository: https://github.com/andrewbanchich/strata-jekyll-theme 7 | thumbnail: https://raw.githubusercontent.com/andrewbanchich/strata-jekyll-theme/master/assets/images/strata.jpg 8 | --- 9 | -------------------------------------------------------------------------------- /archive.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 |
7 | 8 | -------------------------------------------------------------------------------- /assets/img/footer-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/footer-logo.png -------------------------------------------------------------------------------- /assets/img/logo-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/logo-2x.png -------------------------------------------------------------------------------- /assets/img/themes/alpha_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/alpha_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/dimension_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/dimension_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/editorial_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/editorial_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/eventually_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/eventually_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/forty_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/forty_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fractal_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fractal_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/alpha_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/alpha_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/dimension_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/dimension_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/editorial_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/editorial_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/eventually_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/eventually_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/forty_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/forty_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/fractal_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/fractal_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/future_imperfect_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/future_imperfect_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/highlights_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/highlights_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/hyperspace_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/hyperspace_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/identity_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/identity_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-swiss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-swiss.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-architect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-architect.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-cayman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-cayman.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-dinky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-dinky.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-hacker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-hacker.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-leap-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-leap-day.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-merlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-merlot.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-midnight.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-minimal.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-modernist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-modernist.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-slate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-slate.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-tactile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-tactile.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/jekyll-theme-time-machine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/jekyll-theme-time-machine.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/lens_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/lens_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/material-bliss-jekyll-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/material-bliss-jekyll-theme.png -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/minima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/minima.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/multiverse_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/multiverse_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/phantom_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/phantom_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/solid_state_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/solid_state_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/spectral_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/spectral_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/stellar_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/stellar_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/fullscreen/strata_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/fullscreen/strata_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/future_imperfect_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/future_imperfect_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/highlights_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/highlights_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/hyperspace_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/hyperspace_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/identity_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/identity_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-swiss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-swiss.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-architect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-architect.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-cayman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-cayman.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-dinky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-dinky.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-hacker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-hacker.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-leap-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-leap-day.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-merlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-merlot.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-midnight.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-minimal.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-modernist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-modernist.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-slate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-slate.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-tactile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-tactile.jpg -------------------------------------------------------------------------------- /assets/img/themes/jekyll-theme-time-machine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/jekyll-theme-time-machine.jpg -------------------------------------------------------------------------------- /assets/img/themes/lens_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/lens_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/material-bliss-jekyll-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/material-bliss-jekyll-theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/minima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/minima.jpg -------------------------------------------------------------------------------- /assets/img/themes/multiverse_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/multiverse_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/phantom_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/phantom_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/alpha_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/alpha_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/dimension_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/dimension_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/editorial_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/editorial_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/eventually_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/eventually_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/forty_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/forty_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/fractal_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/fractal_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/future_imperfect_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/future_imperfect_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/highlights_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/highlights_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/hyperspace_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/hyperspace_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/identity_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/identity_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-swiss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-swiss.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-architect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-architect.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-cayman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-cayman.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-dinky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-dinky.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-hacker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-hacker.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-leap-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-leap-day.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-merlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-merlot.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-midnight.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-minimal.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-modernist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-modernist.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-slate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-slate.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-tactile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-tactile.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/jekyll-theme-time-machine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/jekyll-theme-time-machine.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/lens_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/lens_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/material-bliss-jekyll-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/material-bliss-jekyll-theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/minima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/minima.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/multiverse_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/multiverse_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/phantom_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/phantom_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/solid_state_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/solid_state_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/spectral_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/spectral_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/stellar_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/stellar_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/screenshots/strata_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/screenshots/strata_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/solid_state_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/solid_state_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/spectral_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/spectral_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/stellar_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/stellar_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/strata_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/strata_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/alpha_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/alpha_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/dimension_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/dimension_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/editorial_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/editorial_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/eventually_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/eventually_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/forty_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/forty_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/fractal_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/fractal_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/future_imperfect_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/future_imperfect_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/highlights_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/highlights_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/hyperspace_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/hyperspace_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/identity_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/identity_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-swiss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-swiss.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-architect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-architect.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-cayman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-cayman.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-dinky.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-dinky.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-hacker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-hacker.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-leap-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-leap-day.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-merlot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-merlot.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-midnight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-midnight.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-minimal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-minimal.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-modernist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-modernist.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-slate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-slate.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-tactile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-tactile.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/jekyll-theme-time-machine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/jekyll-theme-time-machine.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/lens_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/lens_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/minima.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/minima.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/multiverse_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/multiverse_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/phantom_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/phantom_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/solid_state_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/solid_state_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/spectral_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/spectral_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/stellar_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/stellar_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/img/themes/thumbnails/strata_jekyll_theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/assets/img/themes/thumbnails/strata_jekyll_theme.jpg -------------------------------------------------------------------------------- /assets/js/modernizr-2.5.3.min.js: -------------------------------------------------------------------------------- 1 | /* Modernizr 2.5.3 (Custom Build) | MIT & BSD 2 | * Build: http://www.modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load 3 | */ 4 | ;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a)if(j[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.substr(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function L(){e.input=function(c){for(var d=0,e=c.length;d",a,""].join(""),k.id=h,m.innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e});var K=function(c,d){var f=c.join(""),g=d.length;y(f,function(c,d){var f=b.styleSheets[b.styleSheets.length-1],h=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"",i=c.childNodes,j={};while(g--)j[i[g].id]=i[g];e.touch="ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch||(j.touch&&j.touch.offsetTop)===9,e.csstransforms3d=(j.csstransforms3d&&j.csstransforms3d.offsetLeft)===9&&j.csstransforms3d.offsetHeight===3,e.generatedcontent=(j.generatedcontent&&j.generatedcontent.offsetHeight)>=1,e.fontface=/src/i.test(h)&&h.indexOf(d.split(" ")[0])===0},g,d)}(['@font-face {font-family:"font";src:url("https://")}',["@media (",n.join("touch-enabled),("),h,")","{#touch{top:9px;position:absolute}}"].join(""),["@media (",n.join("transform-3d),("),h,")","{#csstransforms3d{left:9px;position:absolute;height:3px;}}"].join(""),['#generatedcontent:after{content:"',l,'";visibility:hidden}'].join("")],["fontface","touch","csstransforms3d","generatedcontent"]);s.flexbox=function(){return J("flexOrder")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){try{var d=b.createElement("canvas"),e;e=!(!a.WebGLRenderingContext||!d.getContext("experimental-webgl")&&!d.getContext("webgl")),d=c}catch(f){e=!1}return e},s.touch=function(){return e.touch},s.geolocation=function(){return!!navigator.geolocation},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){for(var b=-1,c=p.length;++b",d.insertBefore(c.lastChild,d.firstChild)}function h(){var a=k.elements;return typeof a=="string"?a.split(" "):a}function i(a){var b={},c=a.createElement,e=a.createDocumentFragment,f=e();a.createElement=function(a){var e=(b[a]||(b[a]=c(a))).cloneNode();return k.shivMethods&&e.canHaveChildren&&!d.test(a)?f.appendChild(e):e},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+h().join().replace(/\w+/g,function(a){return b[a]=c(a),f.createElement(a),'c("'+a+'")'})+");return n}")(k,f)}function j(a){var b;return a.documentShived?a:(k.shivCSS&&!e&&(b=!!g(a,"article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio{display:none}canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden]{display:none}audio[controls]{display:inline-block;*display:inline;*zoom:1}mark{background:#FF0;color:#000}")),f||(b=!i(a)),b&&(a.documentShived=b),a)}var c=a.html5||{},d=/^<|^(?:button|form|map|select|textarea)$/i,e,f;(function(){var a=b.createElement("a");a.innerHTML="",e="hidden"in a,f=a.childNodes.length==1||function(){try{b.createElement("a")}catch(a){return!0}var c=b.createDocumentFragment();return typeof c.cloneNode=="undefined"||typeof c.createDocumentFragment=="undefined"||typeof c.createElement=="undefined"}()})();var k={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:j};a.html5=k,j(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return o.call(a)=="[object Function]"}function e(a){return typeof a=="string"}function f(){}function g(a){return!a||a=="loaded"||a=="complete"||a=="uninitialized"}function h(){var a=p.shift();q=1,a?a.t?m(function(){(a.t=="c"?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){a!="img"&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l={},o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};y[c]===1&&(r=1,y[c]=[],l=b.createElement(a)),a=="object"?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),a!="img"&&(r||y[c]===2?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i(b=="c"?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),p.length==1&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&o.call(a.opera)=="[object Opera]",l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return o.call(a)=="[object Array]"},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f 7 | 8 | Jekyll 9 | 10 | 11 | {{ site.time | date_to_xmlschema }} 12 | {{ '' | prepend: site.baseurl | prepend: site.url | xml_escape }}/ 13 | {{ site.title | smartify | xml_escape }} 14 | {% if site.description %}{{ site.description | xml_escape }}{% endif %} 15 | 16 | {% for post in site.plugins %} 17 | 18 | {{ post.title | smartify | strip_html | replace: '\n', ' ' | strip | xml_escape }} 19 | 20 | {{ post.url | prepend: site.baseurl | prepend: site.url }} 21 | {{ post.description | strip | xml_escape }} 22 | {{ post.description | strip_html | replace: '\n', ' ' | strip | xml_escape }} 23 | {% comment %} 24 | {% assign post_author = post.author | default: post.authors[0] | default: site.author %} 25 | {% assign post_author = site.data.authors[post_author] | default: post_author %} 26 | {% assign post_author_name = post_author.name | default: post_author %} 27 | {% endcomment %} 28 | {% if post_author %} 29 | 30 | {{ post_author_name | xml_escape }} 31 | 32 | {% endif %} 33 | 34 | {% endfor %} 35 | 36 | -------------------------------------------------------------------------------- /img/article-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/img/article-footer.png -------------------------------------------------------------------------------- /img/tube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/img/tube.png -------------------------------------------------------------------------------- /img/tube1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jekyll/directory/4f9bdc0acbde3034bcc68f15054a8bdfc6395f61/img/tube1x.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Themes and Plugins 4 | overview: true 5 | --- 6 | 7 |
8 |
9 |
10 |

{{ site.description }}

11 |
12 |
13 |
14 |
15 |
16 |
17 |

Plugins

18 | {% for plugins in site.plugins reversed limit:30 %} 19 | {% capture modulo %}{{ forloop.index0 | modulo:3 }}{% endcapture %} 20 | {% if modulo == '0' or forloop.first %} 21 |
22 | {% endif %} 23 | 26 | {% if modulo == '2' or forloop.last %} 27 |
28 | {% endif %} 29 | {% if forloop.last %} 30 |

31 | Browse all plugins → 32 |

33 | {% endif %} 34 | {% endfor %} 35 |
36 |
37 |
38 |

Themes

39 | {% for theme in site.themes limit:12 %} 40 | {% capture modulo %}{{ forloop.index0 | modulo:3 }}{% endcapture %} 41 | {% if modulo == '0' or forloop.first %} 42 |
43 | {% endif %} 44 | 48 | {% if modulo == '2' or forloop.last %} 49 |
50 | {% endif %} 51 | {% endfor %} 52 |

53 | Browse all themes → 54 |

55 |
56 |
57 |
58 |
59 |

Open-Source

60 |

Did you create a theme or a plugin you would like to share? Submit a pull-request.

61 |

Contribute →

62 |
63 |
64 |
65 |
66 | -------------------------------------------------------------------------------- /latest.json: -------------------------------------------------------------------------------- 1 | --- 2 | layout: null 3 | --- 4 | 5 | { 6 | "plugins": [{% for plugin in site.plugins limit:10 %} 7 | { 8 | "title": "{{ plugin.title }}", 9 | "description": "{{ plugin.description | strip_newlines }}", 10 | "author": "{{ plugin.author }}", 11 | "repository": "{{ plugin.repository }}" 12 | }{% unless forloop.last %},{% endunless %}{% endfor %} 13 | ], 14 | "themes": [{% for theme in site.themes limit:10 %} 15 | { 16 | "title": "{{ theme.title }}", 17 | "description": "{{ theme.description | strip_newlines }}", 18 | "author": "{{ theme.author }}", 19 | "repository": "{{ theme.repository }}" 20 | }{% unless forloop.last %},{% endunless %}{% endfor %} 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /plugins.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Plugins Index 4 | permalink: /plugins/ 5 | --- 6 | 7 |
    8 | {% for plugin in site.plugins %} 9 |
  • 10 |
    11 |

    {{ plugin.title }}

    12 | 13 | {{ plugin.description | markdownify }} 14 | 15 | {% if site.data.github_pages.plugins contains plugin.title %}Compatible with GitHub Pages :octocat:{% endif %} 16 | 17 |
    18 |
  • 19 | {% endfor %} 20 |
21 | -------------------------------------------------------------------------------- /plugins.json: -------------------------------------------------------------------------------- 1 | --- 2 | layout: null 3 | --- 4 | 5 | { 6 | "plugins": [{% for plugin in site.plugins %} 7 | { 8 | "title": "{{ plugin.title }}", 9 | "description": "{{ plugin.description | strip_newlines }}", 10 | "author": "{{ plugin.author }}", 11 | "repository": "{{ plugin.repository }}" 12 | }{% unless forloop.last %},{% endunless %}{% endfor %} 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /script/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | bundle install -j8 || bundle install 3 | -------------------------------------------------------------------------------- /script/build: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | bundle exec jekyll build $@ 3 | -------------------------------------------------------------------------------- /script/cibuild: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | script/fmt 3 | script/test 4 | script/scan 5 | -------------------------------------------------------------------------------- /script/fmt: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "Rubocop $(bundle exec rubocop --version)" 3 | bundle exec rubocop -D $@ 4 | -------------------------------------------------------------------------------- /script/scan: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | # frozen_string_literal: true 3 | 4 | trap("SIGINT") { exit! } 5 | 6 | require "bundler" 7 | Bundler.setup 8 | require "html-proofer" 9 | require "pp" 10 | 11 | puts "Using Typhoeus v#{Typhoeus::VERSION}, Ethon v#{Ethon::VERSION}." 12 | 13 | proofer_opts = { 14 | :verbose => ARGV.include?("--verbose") || ARGV.include?("-v"), 15 | :url_ignore => [%r!https://github.com/jekyll/directory/edit/master/_plugins/*!], 16 | :typhoeus => { 17 | :ssl_verifypeer => !ARGV.include?("--no-ssl-verify"), 18 | }, 19 | } 20 | 21 | puts "Using options:" 22 | pp proofer_opts 23 | puts 24 | 25 | begin 26 | HTMLProofer.check_directory(File.join("tmp", "site"), proofer_opts).run 27 | rescue RuntimeError => e 28 | puts e 29 | abort 30 | end 31 | -------------------------------------------------------------------------------- /script/server: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | open http://localhost:4000/directory/ 3 | bundle exec jekyll serve --baseurl="/directory" $@ 4 | -------------------------------------------------------------------------------- /script/test: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | bundle exec rspec --format progress --color 4 | bundle exec jekyll build -s $(pwd) -d tmp/site/directory 5 | -------------------------------------------------------------------------------- /spec/plugins_spec.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | require "spec_helper" 4 | 5 | PLUGIN_TYPES = %w( 6 | copy-and-paste command 7 | ) << nil 8 | 9 | required_fields = %w( 10 | title description author git repository 11 | ) 12 | 13 | Dir["_plugins/*"].each do |plugin| 14 | plugin_info = SafeYAML.load_file(plugin) 15 | describe(plugin) do 16 | context File.basename(plugin, ".*") do 17 | required_fields.each do |field| 18 | it "contains the #{field}" do 19 | expect(plugin_info[field]).not_to be_nil 20 | expect(plugin_info[field]).not_to eql("") 21 | end 22 | end 23 | 24 | it "complies with the accepted types" do 25 | expect(PLUGIN_TYPES).to include(plugin_info["type"]) 26 | end 27 | 28 | if plugin_info["type"].nil? 29 | it "is a gem" do 30 | expect(plugin_info["title"]).to be_avaliable_on_rubygems 31 | end 32 | end 33 | end 34 | end 35 | end 36 | -------------------------------------------------------------------------------- /spec/spec_helper.rb: -------------------------------------------------------------------------------- 1 | # frozen_string_literal: true 2 | 3 | require "gems" 4 | require "rspec/expectations" 5 | require "safe_yaml" 6 | 7 | RSpec::Matchers.define :be_avaliable_on_rubygems do 8 | match do |actual| 9 | begin 10 | Gems.info actual 11 | true 12 | rescue StandardError 13 | false 14 | end 15 | end 16 | description do 17 | "be a gem avaliable on RubyGems.org" 18 | end 19 | failure_message do |actual| 20 | %(could not find "#{actual}" on RubyGems.org) 21 | end 22 | end 23 | 24 | RSpec.configure do |config| 25 | config.run_all_when_everything_filtered = true 26 | config.filter_run :focus 27 | 28 | # Run specs in random order to surface order dependencies. If you find an 29 | # order dependency and want to debug it, you can fix the order by providing 30 | # the seed, which is printed after each run. 31 | # --seed 1234 32 | config.order = "random" 33 | end 34 | -------------------------------------------------------------------------------- /themes.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | title: Themes Index 4 | permalink: /themes/ 5 | --- 6 | 7 | {% for theme in site.themes %} 8 |
9 |
10 | 11 |
12 |
13 |

{{ theme.title }}

14 | {{ theme.description | markdownify }} 15 |
16 |
17 | {% endfor %} 18 | -------------------------------------------------------------------------------- /themes.json: -------------------------------------------------------------------------------- 1 | --- 2 | layout: null 3 | --- 4 | 5 | { 6 | "themes": [{% for theme in site.themes %} 7 | { 8 | "title": "{{ theme.title }}", 9 | "description": "{{ theme.description | strip_newlines }}", 10 | "author": "{{ theme.author }}", 11 | "repository": "{{ theme.repository }}" 12 | }{% unless forloop.last %},{% endunless %}{% endfor %} 13 | ] 14 | } 15 | --------------------------------------------------------------------------------