Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am iiegn on github.
  • I am iiegn (https://keybase.io/iiegn) on keybase.
  • I have a public key ASA5sDIA5laZ6ZZLzS3Mz5Rwht9NTxIWspHoTLxg18UGkwo

To claim this, I am signing this object:

@iiegn
iiegn / link_bib_file.rb
Last active March 9, 2016 11:32
symbolically link bib file entries with a file field to targets in a jekyll site's assets dir
@iiegn
iiegn / jekyll_scholar.rb
Created June 4, 2015 23:47
jekyll filters for jekyll-scholar templates
# _plugins/jekyll_scholar.rb
#
# cf. https://github.com/inukshuk/jekyll-scholar/issues/70
module Jekyll
class Scholar
module Utilities
include Jekyll::Filters # + get the filters
def liquid_template
Liquid::Template.register_filter(Jekyll::Filters) # + register them - done