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